Uses of Interface
net.anotheria.anosite.gen.asresourcedata.data.PushNotificationTemplate
Packages that use PushNotificationTemplate
Package
Description
-
Uses of PushNotificationTemplate in net.anotheria.anosite.gen.asresourcedata.action
Methods in net.anotheria.anosite.gen.asresourcedata.action with parameters of type PushNotificationTemplateModifier and TypeMethodDescriptionprotected 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 PushNotificationTemplateMethods in net.anotheria.anosite.gen.asresourcedata.data that return PushNotificationTemplateModifier and TypeMethodDescriptionPushNotificationTemplateBuilder.build()static PushNotificationTemplatePushNotificationTemplateFactory.createPushNotificationTemplate()static PushNotificationTemplatePushNotificationTemplateFactory.createPushNotificationTemplate(String anId) For internal use only!static PushNotificationTemplatePushNotificationTemplateFactory.createPushNotificationTemplate(PushNotificationTemplate template) static PushNotificationTemplatePushNotificationTemplateFactory.createPushNotificationTemplateForImport(String anId) static PushNotificationTemplatePushNotificationTemplateXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asresourcedata.data with parameters of type PushNotificationTemplateModifier and TypeMethodDescriptionintPushNotificationTemplateDocument.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, String... languages) -
Uses of PushNotificationTemplate in net.anotheria.anosite.gen.asresourcedata.service
Methods in net.anotheria.anosite.gen.asresourcedata.service that return PushNotificationTemplateModifier and TypeMethodDescriptionASResourceDataServiceImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) IASResourceDataService.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Creates a new PushNotificationTemplate object.ASResourceDataServiceImpl.getPushNotificationTemplate(String id) IASResourceDataService.getPushNotificationTemplate(String id) Returns the PushNotificationTemplate object with the specified id.ASResourceDataServiceImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) IASResourceDataService.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Imports a new PushNotificationTemplate object.ASResourceDataServiceImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) IASResourceDataService.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Updates a PushNotificationTemplate object.Methods in net.anotheria.anosite.gen.asresourcedata.service that return types with arguments of type PushNotificationTemplateModifier and TypeMethodDescriptionASResourceDataServiceImpl.createPushNotificationTemplates(List<PushNotificationTemplate> list) IASResourceDataService.createPushNotificationTemplates(List<PushNotificationTemplate> list) Creates multiple new PushNotificationTemplate objects.ASResourceDataServiceImpl.getPushNotificationTemplates()ASResourceDataServiceImpl.getPushNotificationTemplates(List<String> ids) Returns the PushNotificationTemplate objects with the specified ids.ASResourceDataServiceImpl.getPushNotificationTemplates(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the PushNotificationTemplate objects with the specified ids, sorted by given sorttype.ASResourceDataServiceImpl.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PushNotificationTemplate objects segment.ASResourceDataServiceImpl.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) IASResourceDataService.getPushNotificationTemplates()Returns all PushNotificationTemplates objects stored.IASResourceDataService.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PushNotificationTemplates objects segment.IASResourceDataService.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) Returns all PushNotificationTemplates objects sorted by given sortType.ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(String propertyName, Object value) ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches.ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PushNotificationTemplate objects segment, where property matched.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.ASResourceDataServiceImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches, sortedIASResourceDataService.getPushNotificationTemplatesByProperty(String propertyName, Object value) Returns all PushNotificationTemplate objects, where property with given name equals object.IASResourceDataService.getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PushNotificationTemplate objects, where property with given name equals object, sorted.IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches.IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PushNotificationTemplate objects segment, where property matches.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.IASResourceDataService.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches, sorted.ASResourceDataServiceImpl.importPushNotificationTemplates(List<PushNotificationTemplate> list) IASResourceDataService.importPushNotificationTemplates(List<PushNotificationTemplate> list) Imports multiple new PushNotificationTemplate object.ASResourceDataServiceImpl.updatePushNotificationTemplates(List<PushNotificationTemplate> list) IASResourceDataService.updatePushNotificationTemplates(List<PushNotificationTemplate> list) Updates multiple PushNotificationTemplate objects.Methods in net.anotheria.anosite.gen.asresourcedata.service with parameters of type PushNotificationTemplateModifier and TypeMethodDescriptionASResourceDataServiceImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) IASResourceDataService.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Creates a new PushNotificationTemplate object.voidASResourceDataServiceImpl.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) voidIASResourceDataService.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Deletes a PushNotificationTemplate object.ASResourceDataServiceImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) IASResourceDataService.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Imports a new PushNotificationTemplate object.ASResourceDataServiceImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) IASResourceDataService.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Updates a PushNotificationTemplate object.Method parameters in net.anotheria.anosite.gen.asresourcedata.service with type arguments of type PushNotificationTemplateModifier and TypeMethodDescriptionASResourceDataServiceImpl.createPushNotificationTemplates(List<PushNotificationTemplate> list) IASResourceDataService.createPushNotificationTemplates(List<PushNotificationTemplate> list) Creates multiple new PushNotificationTemplate objects.voidASResourceDataServiceImpl.deletePushNotificationTemplates(List<PushNotificationTemplate> list) voidIASResourceDataService.deletePushNotificationTemplates(List<PushNotificationTemplate> list) Deletes multiple PushNotificationTemplate object.net.anotheria.util.xml.XMLNodeASResourceDataServiceImpl.exportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> list) net.anotheria.util.xml.XMLNodeASResourceDataServiceImpl.exportPushNotificationTemplatesToXML(List<PushNotificationTemplate> list) net.anotheria.util.xml.XMLNodeIASResourceDataService.exportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> listPushNotificationTemplates) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASResourceDataService.exportPushNotificationTemplatesToXML(List<PushNotificationTemplate> listPushNotificationTemplates) Creates an xml element with selected contained data.ASResourceDataServiceImpl.importPushNotificationTemplates(List<PushNotificationTemplate> list) IASResourceDataService.importPushNotificationTemplates(List<PushNotificationTemplate> list) Imports multiple new PushNotificationTemplate object.ASResourceDataServiceImpl.updatePushNotificationTemplates(List<PushNotificationTemplate> list) IASResourceDataService.updatePushNotificationTemplates(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 PushNotificationTemplateModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) ASResourceDataServiceFixtureImpl.getPushNotificationTemplate(String id) ASResourceDataServiceFixtureImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) ASResourceDataServiceFixtureImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture that return types with arguments of type PushNotificationTemplateModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createPushNotificationTemplates(List<PushNotificationTemplate> list) Creates multiple new PushNotificationTemplate objects.ASResourceDataServiceFixtureImpl.getPushNotificationTemplates()ASResourceDataServiceFixtureImpl.getPushNotificationTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PushNotificationTemplate objects segment.ASResourceDataServiceFixtureImpl.getPushNotificationTemplates(net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(String propertyName, Object value) ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all PushNotificationTemplate objects, where property matches.ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PushNotificationTemplate objects segment, where property matched.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.ASResourceDataServiceFixtureImpl.getPushNotificationTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PushNotificationTemplate objects, where property matches, sortedASResourceDataServiceFixtureImpl.importPushNotificationTemplates(List<PushNotificationTemplate> list) ASResourceDataServiceFixtureImpl.updatePushNotificationTemplates(List<PushNotificationTemplate> list) Updates multiple new PushNotificationTemplate objects.Methods in net.anotheria.anosite.gen.asresourcedata.service.fixture with parameters of type PushNotificationTemplateModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) voidASResourceDataServiceFixtureImpl.deletePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) ASResourceDataServiceFixtureImpl.importPushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) ASResourceDataServiceFixtureImpl.updatePushNotificationTemplate(PushNotificationTemplate pushnotificationtemplate) Method parameters in net.anotheria.anosite.gen.asresourcedata.service.fixture with type arguments of type PushNotificationTemplateModifier and TypeMethodDescriptionASResourceDataServiceFixtureImpl.createPushNotificationTemplates(List<PushNotificationTemplate> list) Creates multiple new PushNotificationTemplate objects.voidASResourceDataServiceFixtureImpl.deletePushNotificationTemplates(List<PushNotificationTemplate> list) Deletes multiple PushNotificationTemplate objects.net.anotheria.util.xml.XMLNodeASResourceDataServiceFixtureImpl.exportPushNotificationTemplatesToXML(String[] languages, List<PushNotificationTemplate> list) net.anotheria.util.xml.XMLNodeASResourceDataServiceFixtureImpl.exportPushNotificationTemplatesToXML(List<PushNotificationTemplate> list) ASResourceDataServiceFixtureImpl.importPushNotificationTemplates(List<PushNotificationTemplate> list) ASResourceDataServiceFixtureImpl.updatePushNotificationTemplates(List<PushNotificationTemplate> list) Updates multiple new PushNotificationTemplate objects.