|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeviceEntity | |
|---|---|
| net.stepniak.api.push | |
| net.stepniak.api.push.entity | |
| net.stepniak.api.push.repository.memory | |
| Uses of DeviceEntity in net.stepniak.api.push |
|---|
| Methods in net.stepniak.api.push that return DeviceEntity | |
|---|---|
DeviceEntity |
PushStorage.find(String id)
|
DeviceEntity |
PushStorage.register(DeviceEntity pushDevice)
|
| Methods in net.stepniak.api.push that return types with arguments of type DeviceEntity | |
|---|---|
Iterable<DeviceEntity> |
PushStorage.getDevices()
|
| Methods in net.stepniak.api.push with parameters of type DeviceEntity | |
|---|---|
DeviceEntity |
PushStorage.register(DeviceEntity pushDevice)
|
void |
PushStorage.unregister(DeviceEntity pushDevice)
|
| Uses of DeviceEntity in net.stepniak.api.push.entity |
|---|
| Methods in net.stepniak.api.push.entity that return DeviceEntity | |
|---|---|
DeviceEntity |
DeviceEntity.withAlias(String alias)
|
DeviceEntity |
DeviceEntity.withForwardedFor(InetAddress forwardedFor)
|
DeviceEntity |
DeviceEntity.withId(String id)
|
DeviceEntity |
DeviceEntity.withLocale(net.stepniak.common.pojos.push.v1.device.PushDeviceLocale locale)
|
DeviceEntity |
DeviceEntity.withMessagesMask(int messagesMask)
|
DeviceEntity |
DeviceEntity.withRemoteAddress(InetAddress remoteAddress)
|
DeviceEntity |
DeviceEntity.withTimezone(String timezone)
|
DeviceEntity |
DeviceEntity.withType(net.stepniak.common.pojos.push.v1.device.PushDeviceType type)
|
| Uses of DeviceEntity in net.stepniak.api.push.repository.memory |
|---|
| Methods in net.stepniak.api.push.repository.memory with type parameters of type DeviceEntity | ||
|---|---|---|
|
InMemoryDeviceRepository.save(DeviceType pushDevice)
|
|
|
InMemoryDeviceRepository.save(Iterable<DeviceType> entities)
|
|
| Methods in net.stepniak.api.push.repository.memory that return DeviceEntity | |
|---|---|
DeviceEntity |
InMemoryDeviceRepository.findOne(String id)
|
| Methods in net.stepniak.api.push.repository.memory that return types with arguments of type DeviceEntity | |
|---|---|
Iterable<DeviceEntity> |
InMemoryDeviceRepository.findAll()
|
Iterable<DeviceEntity> |
InMemoryDeviceRepository.findAll(Iterable<String> strings)
|
| Methods in net.stepniak.api.push.repository.memory with parameters of type DeviceEntity | |
|---|---|
void |
InMemoryDeviceRepository.delete(DeviceEntity pushDevice)
|
| Method parameters in net.stepniak.api.push.repository.memory with type arguments of type DeviceEntity | |
|---|---|
void |
InMemoryDeviceRepository.delete(Iterable<? extends DeviceEntity> deviceEntities)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||