Uses of Interface
net.anotheria.anosite.gen.ascustomaction.data.CustomActionDef
Packages that use CustomActionDef
Package
Description
-
Uses of CustomActionDef in net.anotheria.anosite.gen.ascustomaction.action
Methods in net.anotheria.anosite.gen.ascustomaction.action with parameters of type CustomActionDefModifier and TypeMethodDescriptionprotected voidBaseCustomActionDefAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, CustomActionDef customactiondef) protected voidBaseCustomActionDefAction.canUpdateCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseCustomActionDefAction.checkCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseCustomActionDefAction.lockCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected CustomActionDefListItemBeanShowCustomActionDefsAction.makeCustomActionDefListItemBean(CustomActionDef customactiondef) protected voidBaseCustomActionDefAction.unLockCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of CustomActionDef in net.anotheria.anosite.gen.ascustomaction.data
Classes in net.anotheria.anosite.gen.ascustomaction.data that implement CustomActionDefMethods in net.anotheria.anosite.gen.ascustomaction.data that return CustomActionDefModifier and TypeMethodDescriptionCustomActionDefBuilder.build()static CustomActionDefCustomActionDefFactory.createCustomActionDef()static CustomActionDefCustomActionDefFactory.createCustomActionDef(String anId) For internal use only!static CustomActionDefCustomActionDefFactory.createCustomActionDef(CustomActionDef template) static CustomActionDefCustomActionDefFactory.createCustomActionDefForImport(String anId) static CustomActionDefCustomActionDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.ascustomaction.data with parameters of type CustomActionDefModifier and TypeMethodDescriptionintCustomActionDefDocument.compareTo(CustomActionDef comparable) static CustomActionDefCustomActionDefFactory.createCustomActionDef(CustomActionDef template) static net.anotheria.util.xml.XMLNodeCustomActionDefXMLHelper.toXML(CustomActionDef object) static net.anotheria.util.xml.XMLNodeCustomActionDefXMLHelper.toXML(CustomActionDef object, String... languages) -
Uses of CustomActionDef in net.anotheria.anosite.gen.ascustomaction.service
Methods in net.anotheria.anosite.gen.ascustomaction.service that return CustomActionDefModifier and TypeMethodDescriptionASCustomActionServiceImpl.createCustomActionDef(CustomActionDef customactiondef) IASCustomActionService.createCustomActionDef(CustomActionDef customactiondef) Creates a new CustomActionDef object.ASCustomActionServiceImpl.getCustomActionDef(String id) IASCustomActionService.getCustomActionDef(String id) Returns the CustomActionDef object with the specified id.ASCustomActionServiceImpl.importCustomActionDef(CustomActionDef customactiondef) IASCustomActionService.importCustomActionDef(CustomActionDef customactiondef) Imports a new CustomActionDef object.ASCustomActionServiceImpl.updateCustomActionDef(CustomActionDef customactiondef) IASCustomActionService.updateCustomActionDef(CustomActionDef customactiondef) Updates a CustomActionDef object.Methods in net.anotheria.anosite.gen.ascustomaction.service that return types with arguments of type CustomActionDefModifier and TypeMethodDescriptionASCustomActionServiceImpl.createCustomActionDefs(List<CustomActionDef> list) IASCustomActionService.createCustomActionDefs(List<CustomActionDef> list) Creates multiple new CustomActionDef objects.ASCustomActionServiceImpl.getCustomActionDefs()ASCustomActionServiceImpl.getCustomActionDefs(List<String> ids) Returns the CustomActionDef objects with the specified ids.ASCustomActionServiceImpl.getCustomActionDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomActionDef objects with the specified ids, sorted by given sorttype.ASCustomActionServiceImpl.getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomActionDef objects segment.ASCustomActionServiceImpl.getCustomActionDefs(net.anotheria.util.sorter.SortType sortType) IASCustomActionService.getCustomActionDefs()Returns all CustomActionDefs objects stored.IASCustomActionService.getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomActionDefs objects segment.IASCustomActionService.getCustomActionDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomActionDefs objects sorted by given sortType.ASCustomActionServiceImpl.getCustomActionDefsByProperty(String propertyName, Object value) ASCustomActionServiceImpl.getCustomActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASCustomActionServiceImpl.getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomActionDef objects, where property matches.ASCustomActionServiceImpl.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomActionDef objects segment, where property matched.ASCustomActionServiceImpl.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomActionDef objects segment, where property matched, sorted.ASCustomActionServiceImpl.getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomActionDef objects, where property matches, sortedIASCustomActionService.getCustomActionDefsByProperty(String propertyName, Object value) Returns all CustomActionDef objects, where property with given name equals object.IASCustomActionService.getCustomActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomActionDef objects, where property with given name equals object, sorted.IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomActionDef objects, where property matches.IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomActionDef objects segment, where property matches.IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomActionDef objects segment, where property matches, sorted.IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomActionDef objects, where property matches, sorted.ASCustomActionServiceImpl.importCustomActionDefs(List<CustomActionDef> list) IASCustomActionService.importCustomActionDefs(List<CustomActionDef> list) Imports multiple new CustomActionDef object.ASCustomActionServiceImpl.updateCustomActionDefs(List<CustomActionDef> list) IASCustomActionService.updateCustomActionDefs(List<CustomActionDef> list) Updates multiple CustomActionDef objects.Methods in net.anotheria.anosite.gen.ascustomaction.service with parameters of type CustomActionDefModifier and TypeMethodDescriptionASCustomActionServiceImpl.createCustomActionDef(CustomActionDef customactiondef) IASCustomActionService.createCustomActionDef(CustomActionDef customactiondef) Creates a new CustomActionDef object.voidASCustomActionServiceImpl.deleteCustomActionDef(CustomActionDef customactiondef) voidIASCustomActionService.deleteCustomActionDef(CustomActionDef customactiondef) Deletes a CustomActionDef object.ASCustomActionServiceImpl.importCustomActionDef(CustomActionDef customactiondef) IASCustomActionService.importCustomActionDef(CustomActionDef customactiondef) Imports a new CustomActionDef object.ASCustomActionServiceImpl.updateCustomActionDef(CustomActionDef customactiondef) IASCustomActionService.updateCustomActionDef(CustomActionDef customactiondef) Updates a CustomActionDef object.Method parameters in net.anotheria.anosite.gen.ascustomaction.service with type arguments of type CustomActionDefModifier and TypeMethodDescriptionASCustomActionServiceImpl.createCustomActionDefs(List<CustomActionDef> list) IASCustomActionService.createCustomActionDefs(List<CustomActionDef> list) Creates multiple new CustomActionDef objects.voidASCustomActionServiceImpl.deleteCustomActionDefs(List<CustomActionDef> list) voidIASCustomActionService.deleteCustomActionDefs(List<CustomActionDef> list) Deletes multiple CustomActionDef object.net.anotheria.util.xml.XMLNodeASCustomActionServiceImpl.exportCustomActionDefsToXML(List<CustomActionDef> list) net.anotheria.util.xml.XMLNodeIASCustomActionService.exportCustomActionDefsToXML(List<CustomActionDef> listCustomActionDefs) Creates an xml element with selected contained data.ASCustomActionServiceImpl.importCustomActionDefs(List<CustomActionDef> list) IASCustomActionService.importCustomActionDefs(List<CustomActionDef> list) Imports multiple new CustomActionDef object.ASCustomActionServiceImpl.updateCustomActionDefs(List<CustomActionDef> list) IASCustomActionService.updateCustomActionDefs(List<CustomActionDef> list) Updates multiple CustomActionDef objects.