| Modifier and Type | Method and Description |
|---|---|
protected void |
BasePushNotificationTemplateAction.addFieldExplanations(javax.servlet.http.HttpServletRequest req,
PushNotificationTemplate pushnotificationtemplate) |
protected void |
BasePushNotificationTemplateAction.canUpdatePushNotificationTemplates(PushNotificationTemplate pushnotificationtemplate,
javax.servlet.http.HttpServletRequest req)
Checking UpdateCapability rights
|
protected void |
BasePushNotificationTemplateAction.checkPushNotificationTemplates(PushNotificationTemplate pushnotificationtemplate,
javax.servlet.http.HttpServletRequest req)
Executing auto-unlocking check....
|
protected void |
BasePushNotificationTemplateAction.lockPushNotificationTemplates(PushNotificationTemplate pushnotificationtemplate,
javax.servlet.http.HttpServletRequest req)
Executing locking.
|
protected PushNotificationTemplateListItemBean |
ShowPushNotificationTemplatesAction.makePushNotificationTemplateListItemBean(PushNotificationTemplate pushnotificationtemplate) |
protected void |
BasePushNotificationTemplateAction.unLockPushNotificationTemplates(PushNotificationTemplate pushnotificationtemplate,
javax.servlet.http.HttpServletRequest req,
boolean unlockByTimeoout)
Executing unlocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PushNotificationTemplateDocument |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplate |
PushNotificationTemplateBuilder.build() |
static PushNotificationTemplate |
PushNotificationTemplateFactory.createPushNotificationTemplate() |
static PushNotificationTemplate |
PushNotificationTemplateFactory.createPushNotificationTemplate(PushNotificationTemplate template) |
static PushNotificationTemplate |
PushNotificationTemplateFactory.createPushNotificationTemplate(java.lang.String anId)
For internal use only!
|
static PushNotificationTemplate |
PushNotificationTemplateFactory.createPushNotificationTemplateForImport(java.lang.String anId) |
static PushNotificationTemplate |
PushNotificationTemplateXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
PushNotificationTemplateDocument.compareTo(PushNotificationTemplate comparable) |
static PushNotificationTemplate |
PushNotificationTemplateFactory.createPushNotificationTemplate(PushNotificationTemplate template) |
static net.anotheria.util.xml.XMLNode |
PushNotificationTemplateXMLHelper.toXML(PushNotificationTemplate object) |
static net.anotheria.util.xml.XMLNode |
PushNotificationTemplateXMLHelper.toXML(PushNotificationTemplate object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplate |
ASResourceDataServiceImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
IASResourceDataService.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Creates a new PushNotificationTemplate object.
|
PushNotificationTemplate |
ASResourceDataServiceImpl.getPushNotificationTemplate(java.lang.String id) |
PushNotificationTemplate |
IASResourceDataService.getPushNotificationTemplate(java.lang.String id)
Returns the PushNotificationTemplate object with the specified id.
|
PushNotificationTemplate |
ASResourceDataServiceImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
IASResourceDataService.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Imports a new PushNotificationTemplate object.
|
PushNotificationTemplate |
ASResourceDataServiceImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
IASResourceDataService.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Updates a PushNotificationTemplate object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Creates multiple new PushNotificationTemplate objects.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplates() |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplates()
Returns all PushNotificationTemplates objects stored.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplates(java.util.List<java.lang.String> ids)
Returns the PushNotificationTemplate objects with the specified ids.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplates(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the PushNotificationTemplate objects with the specified ids, sorted by given sorttype.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns PushNotificationTemplate objects segment.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns PushNotificationTemplates objects segment.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType)
Returns all PushNotificationTemplates objects sorted by given sortType.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns PushNotificationTemplate objects segment, where property matched.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns PushNotificationTemplate objects segment, where property matches.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns PushNotificationTemplate objects segment, where property matched, sorted.
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns PushNotificationTemplate objects segment, where property matches, sorted.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches, sorted
|
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches, sorted.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all PushNotificationTemplate objects, where property with given name equals object.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all PushNotificationTemplate objects, where property with given name equals object, sorted.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Imports multiple new PushNotificationTemplate object.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Updates multiple PushNotificationTemplate objects.
|
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplate |
ASResourceDataServiceImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
IASResourceDataService.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Creates a new PushNotificationTemplate object.
|
void |
ASResourceDataServiceImpl.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
void |
IASResourceDataService.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Deletes a PushNotificationTemplate object.
|
PushNotificationTemplate |
ASResourceDataServiceImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
IASResourceDataService.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Imports a new PushNotificationTemplate object.
|
PushNotificationTemplate |
ASResourceDataServiceImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
IASResourceDataService.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)
Updates a PushNotificationTemplate object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Creates multiple new PushNotificationTemplate objects.
|
void |
ASResourceDataServiceImpl.deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
void |
IASResourceDataService.deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Deletes multiple PushNotificationTemplate object.
|
net.anotheria.util.xml.XMLNode |
ASResourceDataServiceImpl.exportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> list) |
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> listPushNotificationTemplates)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
ASResourceDataServiceImpl.exportPushNotificationTemplatesToXML(java.lang.String[] languages,
java.util.List<PushNotificationTemplate> list) |
net.anotheria.util.xml.XMLNode |
IASResourceDataService.exportPushNotificationTemplatesToXML(java.lang.String[] languages,
java.util.List<PushNotificationTemplate> listPushNotificationTemplates)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Imports multiple new PushNotificationTemplate object.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceImpl.updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
java.util.List<PushNotificationTemplate> |
IASResourceDataService.updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Updates multiple PushNotificationTemplate objects.
|
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplate(java.lang.String id) |
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Creates multiple new PushNotificationTemplate objects.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplates() |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)
Returns PushNotificationTemplate objects segment.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)
Returns all PushNotificationTemplate objects, where property matches.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns PushNotificationTemplate objects segment, where property matched.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns PushNotificationTemplate objects segment, where property matched, sorted.
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PushNotificationTemplate objects, where property matches, sorted
|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Updates multiple new PushNotificationTemplate objects.
|
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
void |
ASResourceDataServiceFixtureImpl.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
PushNotificationTemplate |
ASResourceDataServiceFixtureImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Creates multiple new PushNotificationTemplate objects.
|
void |
ASResourceDataServiceFixtureImpl.deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Deletes multiple PushNotificationTemplate objects.
|
net.anotheria.util.xml.XMLNode |
ASResourceDataServiceFixtureImpl.exportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> list) |
net.anotheria.util.xml.XMLNode |
ASResourceDataServiceFixtureImpl.exportPushNotificationTemplatesToXML(java.lang.String[] languages,
java.util.List<PushNotificationTemplate> list) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.importPushNotificationTemplates(java.util.List<PushNotificationTemplate> list) |
java.util.List<PushNotificationTemplate> |
ASResourceDataServiceFixtureImpl.updatePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)
Updates multiple new PushNotificationTemplate objects.
|
Copyright © 2012-2023 anotheria.net. All Rights Reserved.