Package | Description |
---|---|
com.maplander.businessRules | |
com.maplander.database.manage |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
BRDevice.saveToPerson(Device device) |
static java.lang.String |
BRDevice.validateBasicInfo(Device device) |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<Device> |
DeviceDAO.clazz |
Modifier and Type | Method and Description |
---|---|
static Device |
DeviceDAO.load(java.lang.Long id) |
static Device |
DeviceDAO.loadByToken(java.lang.String token) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Device> |
DeviceDAO.loadByAppAndType(DeviceTypeEnum type,
AppEnum app) |
static java.util.List<Device> |
DeviceDAO.loadByUser(java.lang.Long userId,
AppEnum app) |
static java.util.List<Device> |
DeviceDAO.loadByUserAndType(java.lang.Long userId,
DeviceTypeEnum type,
AppEnum app) |