Uses of Interface
net.anotheria.anosite.gen.asresourcedata.data.PushNotificationTemplate
-
-
Uses of PushNotificationTemplate in net.anotheria.anosite.gen.asresourcedata.action
Methods in net.anotheria.anosite.gen.asresourcedata.action with parameters of type PushNotificationTemplate Modifier and Type Method Description protected voidBasePushNotificationTemplateAction. addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, PushNotificationTemplate pushnotificationtemplate)protected voidBasePushNotificationTemplateAction. canUpdatePushNotificationTemplates(PushNotificationTemplate pushnotificationtemplate, jakarta.servlet.http.HttpServletRequest req)Checking UpdateCapability rightsprotected voidBasePushNotificationTemplateAction. checkPushNotificationTemplates(PushNotificationTemplate pushnotificationtemplate, jakarta.servlet.http.HttpServletRequest req)Executing auto-unlocking check....protected voidBasePushNotificationTemplateAction. lockPushNotificationTemplates(PushNotificationTemplate pushnotificationtemplate, jakarta.servlet.http.HttpServletRequest req)Executing locking.protected PushNotificationTemplateListItemBeanShowPushNotificationTemplatesAction. makePushNotificationTemplateListItemBean(PushNotificationTemplate pushnotificationtemplate)protected voidBasePushNotificationTemplateAction. unLockPushNotificationTemplates(PushNotificationTemplate pushnotificationtemplate, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout)Executing unlocking. -
Uses of PushNotificationTemplate in net.anotheria.anosite.gen.asresourcedata.data
Classes in net.anotheria.anosite.gen.asresourcedata.data that implement PushNotificationTemplate Modifier and Type Class Description classPushNotificationTemplateDocumentMethods in net.anotheria.anosite.gen.asresourcedata.data that return PushNotificationTemplate Modifier and Type Method Description PushNotificationTemplatePushNotificationTemplateBuilder. build()static PushNotificationTemplatePushNotificationTemplateFactory. createPushNotificationTemplate()static PushNotificationTemplatePushNotificationTemplateFactory. createPushNotificationTemplate(java.lang.String anId)For internal use only!static PushNotificationTemplatePushNotificationTemplateFactory. createPushNotificationTemplate(PushNotificationTemplate template)static PushNotificationTemplatePushNotificationTemplateFactory. createPushNotificationTemplateForImport(java.lang.String anId)static PushNotificationTemplatePushNotificationTemplateXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.asresourcedata.data with parameters of type PushNotificationTemplate Modifier and Type Method Description intPushNotificationTemplateDocument. compareTo(PushNotificationTemplate comparable)static PushNotificationTemplatePushNotificationTemplateFactory. createPushNotificationTemplate(PushNotificationTemplate template)static net.anotheria.util.xml.XMLNodePushNotificationTemplateXMLHelper. toXML(PushNotificationTemplate object)static net.anotheria.util.xml.XMLNodePushNotificationTemplateXMLHelper. toXML(PushNotificationTemplate object, java.lang.String... languages) -
Uses of PushNotificationTemplate in net.anotheria.anosite.gen.asresourcedata.service
Methods in net.anotheria.anosite.gen.asresourcedata.service that return PushNotificationTemplate Modifier and Type Method Description PushNotificationTemplateASResourceDataServiceImpl. createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateIASResourceDataService. createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Creates a new PushNotificationTemplate object.PushNotificationTemplateASResourceDataServiceImpl. getPushNotificationTemplate(java.lang.String id)PushNotificationTemplateIASResourceDataService. getPushNotificationTemplate(java.lang.String id)Returns the PushNotificationTemplate object with the specified id.PushNotificationTemplateASResourceDataServiceImpl. importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateIASResourceDataService. importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Imports a new PushNotificationTemplate object.PushNotificationTemplateASResourceDataServiceImpl. updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateIASResourceDataService. updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Updates a PushNotificationTemplate object.Methods in net.anotheria.anosite.gen.asresourcedata.service that return types with arguments of type PushNotificationTemplate Modifier and Type Method 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>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>ASResourceDataServiceImpl. getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType)java.util.List<PushNotificationTemplate>IASResourceDataService. getPushNotificationTemplates()Returns all PushNotificationTemplates objects stored.java.util.List<PushNotificationTemplate>IASResourceDataService. getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment)Returns PushNotificationTemplates objects segment.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(java.lang.String propertyName, java.lang.Object value)java.util.List<PushNotificationTemplate>ASResourceDataServiceImpl. getPushNotificationTemplatesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<PushNotificationTemplate>ASResourceDataServiceImpl. 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>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>ASResourceDataServiceImpl. getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all PushNotificationTemplate objects, where property matches, sortedjava.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>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>IASResourceDataService. getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all PushNotificationTemplate objects, where property matches.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>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>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. 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.Methods in net.anotheria.anosite.gen.asresourcedata.service with parameters of type PushNotificationTemplate Modifier and Type Method Description PushNotificationTemplateASResourceDataServiceImpl. createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateIASResourceDataService. createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Creates a new PushNotificationTemplate object.voidASResourceDataServiceImpl. deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)voidIASResourceDataService. deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Deletes a PushNotificationTemplate object.PushNotificationTemplateASResourceDataServiceImpl. importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateIASResourceDataService. importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Imports a new PushNotificationTemplate object.PushNotificationTemplateASResourceDataServiceImpl. updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateIASResourceDataService. updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Updates a PushNotificationTemplate object.Method parameters in net.anotheria.anosite.gen.asresourcedata.service with type arguments of type PushNotificationTemplate Modifier and Type Method 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.voidASResourceDataServiceImpl. deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)voidIASResourceDataService. deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)Deletes multiple PushNotificationTemplate object.net.anotheria.util.xml.XMLNodeASResourceDataServiceImpl. exportPushNotificationTemplatesToXML(java.lang.String[] languages, java.util.List<PushNotificationTemplate> list)net.anotheria.util.xml.XMLNodeASResourceDataServiceImpl. exportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> list)net.anotheria.util.xml.XMLNodeIASResourceDataService. exportPushNotificationTemplatesToXML(java.lang.String[] languages, java.util.List<PushNotificationTemplate> listPushNotificationTemplates)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService. exportPushNotificationTemplatesToXML(java.util.List<PushNotificationTemplate> listPushNotificationTemplates)Creates an xml element with selected contained data.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. -
Uses of PushNotificationTemplate in net.anotheria.anosite.gen.asresourcedata.service.fixture
Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture that return PushNotificationTemplate Modifier and Type Method Description PushNotificationTemplateASResourceDataServiceFixtureImpl. createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateASResourceDataServiceFixtureImpl. getPushNotificationTemplate(java.lang.String id)PushNotificationTemplateASResourceDataServiceFixtureImpl. importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateASResourceDataServiceFixtureImpl. updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture that return types with arguments of type PushNotificationTemplate Modifier and Type Method 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(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. 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, sortedjava.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.Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture with parameters of type PushNotificationTemplate Modifier and Type Method Description PushNotificationTemplateASResourceDataServiceFixtureImpl. createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)voidASResourceDataServiceFixtureImpl. deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateASResourceDataServiceFixtureImpl. importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)PushNotificationTemplateASResourceDataServiceFixtureImpl. updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate)Method parameters in net.anotheria.anosite.gen.asresourcedata.service.fixture with type arguments of type PushNotificationTemplate Modifier and Type Method Description java.util.List<PushNotificationTemplate>ASResourceDataServiceFixtureImpl. createPushNotificationTemplates(java.util.List<PushNotificationTemplate> list)Creates multiple new PushNotificationTemplate objects.voidASResourceDataServiceFixtureImpl. deletePushNotificationTemplates(java.util.List<PushNotificationTemplate> list)Deletes multiple PushNotificationTemplate objects.net.anotheria.util.xml.XMLNodeASResourceDataServiceFixtureImpl. exportPushNotificationTemplatesToXML(java.lang.String[] languages, java.util.List<PushNotificationTemplate> list)net.anotheria.util.xml.XMLNodeASResourceDataServiceFixtureImpl. exportPushNotificationTemplatesToXML(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.
-