Uses of Interface
net.anotheria.anosite.gen.asgenericaction.data.GenericActionDef
Packages that use GenericActionDef
Package
Description
-
Uses of GenericActionDef in net.anotheria.anosite.gen.asgenericaction.action
Methods in net.anotheria.anosite.gen.asgenericaction.action with parameters of type GenericActionDefModifier and TypeMethodDescriptionprotected voidBaseGenericActionDefAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, GenericActionDef genericactiondef) protected voidBaseGenericActionDefAction.canUpdateGenericActionDefs(GenericActionDef genericactiondef, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseGenericActionDefAction.checkGenericActionDefs(GenericActionDef genericactiondef, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseGenericActionDefAction.lockGenericActionDefs(GenericActionDef genericactiondef, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected GenericActionDefListItemBeanShowGenericActionDefsAction.makeGenericActionDefListItemBean(GenericActionDef genericactiondef) protected voidBaseGenericActionDefAction.unLockGenericActionDefs(GenericActionDef genericactiondef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of GenericActionDef in net.anotheria.anosite.gen.asgenericaction.data
Classes in net.anotheria.anosite.gen.asgenericaction.data that implement GenericActionDefMethods in net.anotheria.anosite.gen.asgenericaction.data that return GenericActionDefModifier and TypeMethodDescriptionGenericActionDefBuilder.build()static GenericActionDefGenericActionDefFactory.createGenericActionDef()static GenericActionDefGenericActionDefFactory.createGenericActionDef(String anId) For internal use only!static GenericActionDefGenericActionDefFactory.createGenericActionDef(GenericActionDef template) static GenericActionDefGenericActionDefFactory.createGenericActionDefForImport(String anId) static GenericActionDefGenericActionDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asgenericaction.data with parameters of type GenericActionDefModifier and TypeMethodDescriptionintGenericActionDefDocument.compareTo(GenericActionDef comparable) static GenericActionDefGenericActionDefFactory.createGenericActionDef(GenericActionDef template) static net.anotheria.util.xml.XMLNodeGenericActionDefXMLHelper.toXML(GenericActionDef object) static net.anotheria.util.xml.XMLNodeGenericActionDefXMLHelper.toXML(GenericActionDef object, String... languages) -
Uses of GenericActionDef in net.anotheria.anosite.gen.asgenericaction.service
Methods in net.anotheria.anosite.gen.asgenericaction.service that return GenericActionDefModifier and TypeMethodDescriptionASGenericActionServiceImpl.createGenericActionDef(GenericActionDef genericactiondef) IASGenericActionService.createGenericActionDef(GenericActionDef genericactiondef) Creates a new GenericActionDef object.ASGenericActionServiceImpl.getGenericActionDef(String id) IASGenericActionService.getGenericActionDef(String id) Returns the GenericActionDef object with the specified id.ASGenericActionServiceImpl.importGenericActionDef(GenericActionDef genericactiondef) IASGenericActionService.importGenericActionDef(GenericActionDef genericactiondef) Imports a new GenericActionDef object.ASGenericActionServiceImpl.updateGenericActionDef(GenericActionDef genericactiondef) IASGenericActionService.updateGenericActionDef(GenericActionDef genericactiondef) Updates a GenericActionDef object.Methods in net.anotheria.anosite.gen.asgenericaction.service that return types with arguments of type GenericActionDefModifier and TypeMethodDescriptionASGenericActionServiceImpl.createGenericActionDefs(List<GenericActionDef> list) IASGenericActionService.createGenericActionDefs(List<GenericActionDef> list) Creates multiple new GenericActionDef objects.ASGenericActionServiceImpl.getGenericActionDefs()ASGenericActionServiceImpl.getGenericActionDefs(List<String> ids) Returns the GenericActionDef objects with the specified ids.ASGenericActionServiceImpl.getGenericActionDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericActionDef objects with the specified ids, sorted by given sorttype.ASGenericActionServiceImpl.getGenericActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericActionDef objects segment.ASGenericActionServiceImpl.getGenericActionDefs(net.anotheria.util.sorter.SortType sortType) IASGenericActionService.getGenericActionDefs()Returns all GenericActionDefs objects stored.IASGenericActionService.getGenericActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericActionDefs objects segment.IASGenericActionService.getGenericActionDefs(net.anotheria.util.sorter.SortType sortType) Returns all GenericActionDefs objects sorted by given sortType.ASGenericActionServiceImpl.getGenericActionDefsByProperty(String propertyName, Object value) ASGenericActionServiceImpl.getGenericActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASGenericActionServiceImpl.getGenericActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericActionDef objects, where property matches.ASGenericActionServiceImpl.getGenericActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericActionDef objects segment, where property matched.ASGenericActionServiceImpl.getGenericActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericActionDef objects segment, where property matched, sorted.ASGenericActionServiceImpl.getGenericActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericActionDef objects, where property matches, sortedIASGenericActionService.getGenericActionDefsByProperty(String propertyName, Object value) Returns all GenericActionDef objects, where property with given name equals object.IASGenericActionService.getGenericActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericActionDef objects, where property with given name equals object, sorted.IASGenericActionService.getGenericActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericActionDef objects, where property matches.IASGenericActionService.getGenericActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericActionDef objects segment, where property matches.IASGenericActionService.getGenericActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericActionDef objects segment, where property matches, sorted.IASGenericActionService.getGenericActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericActionDef objects, where property matches, sorted.ASGenericActionServiceImpl.importGenericActionDefs(List<GenericActionDef> list) IASGenericActionService.importGenericActionDefs(List<GenericActionDef> list) Imports multiple new GenericActionDef object.ASGenericActionServiceImpl.updateGenericActionDefs(List<GenericActionDef> list) IASGenericActionService.updateGenericActionDefs(List<GenericActionDef> list) Updates multiple GenericActionDef objects.Methods in net.anotheria.anosite.gen.asgenericaction.service with parameters of type GenericActionDefModifier and TypeMethodDescriptionASGenericActionServiceImpl.createGenericActionDef(GenericActionDef genericactiondef) IASGenericActionService.createGenericActionDef(GenericActionDef genericactiondef) Creates a new GenericActionDef object.voidASGenericActionServiceImpl.deleteGenericActionDef(GenericActionDef genericactiondef) voidIASGenericActionService.deleteGenericActionDef(GenericActionDef genericactiondef) Deletes a GenericActionDef object.ASGenericActionServiceImpl.importGenericActionDef(GenericActionDef genericactiondef) IASGenericActionService.importGenericActionDef(GenericActionDef genericactiondef) Imports a new GenericActionDef object.ASGenericActionServiceImpl.updateGenericActionDef(GenericActionDef genericactiondef) IASGenericActionService.updateGenericActionDef(GenericActionDef genericactiondef) Updates a GenericActionDef object.Method parameters in net.anotheria.anosite.gen.asgenericaction.service with type arguments of type GenericActionDefModifier and TypeMethodDescriptionASGenericActionServiceImpl.createGenericActionDefs(List<GenericActionDef> list) IASGenericActionService.createGenericActionDefs(List<GenericActionDef> list) Creates multiple new GenericActionDef objects.voidASGenericActionServiceImpl.deleteGenericActionDefs(List<GenericActionDef> list) voidIASGenericActionService.deleteGenericActionDefs(List<GenericActionDef> list) Deletes multiple GenericActionDef object.net.anotheria.util.xml.XMLNodeASGenericActionServiceImpl.exportGenericActionDefsToXML(List<GenericActionDef> list) net.anotheria.util.xml.XMLNodeIASGenericActionService.exportGenericActionDefsToXML(List<GenericActionDef> listGenericActionDefs) Creates an xml element with selected contained data.ASGenericActionServiceImpl.importGenericActionDefs(List<GenericActionDef> list) IASGenericActionService.importGenericActionDefs(List<GenericActionDef> list) Imports multiple new GenericActionDef object.ASGenericActionServiceImpl.updateGenericActionDefs(List<GenericActionDef> list) IASGenericActionService.updateGenericActionDefs(List<GenericActionDef> list) Updates multiple GenericActionDef objects.