Uses of Interface
net.anotheria.anosite.gen.ascustomaction.data.ActionMappingDef
Packages that use ActionMappingDef
Package
Description
-
Uses of ActionMappingDef in net.anotheria.anosite.gen.ascustomaction.action
Methods in net.anotheria.anosite.gen.ascustomaction.action with parameters of type ActionMappingDefModifier and TypeMethodDescriptionprotected voidBaseActionMappingDefAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, ActionMappingDef actionmappingdef) protected voidBaseActionMappingDefAction.canUpdateActionMappingDefs(ActionMappingDef actionmappingdef, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseActionMappingDefAction.checkActionMappingDefs(ActionMappingDef actionmappingdef, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseActionMappingDefAction.lockActionMappingDefs(ActionMappingDef actionmappingdef, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected ActionMappingDefListItemBeanShowActionMappingDefsAction.makeActionMappingDefListItemBean(ActionMappingDef actionmappingdef) protected voidBaseActionMappingDefAction.unLockActionMappingDefs(ActionMappingDef actionmappingdef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of ActionMappingDef in net.anotheria.anosite.gen.ascustomaction.data
Classes in net.anotheria.anosite.gen.ascustomaction.data that implement ActionMappingDefMethods in net.anotheria.anosite.gen.ascustomaction.data that return ActionMappingDefModifier and TypeMethodDescriptionActionMappingDefBuilder.build()static ActionMappingDefActionMappingDefFactory.createActionMappingDef()static ActionMappingDefActionMappingDefFactory.createActionMappingDef(String anId) For internal use only!static ActionMappingDefActionMappingDefFactory.createActionMappingDef(ActionMappingDef template) static ActionMappingDefActionMappingDefFactory.createActionMappingDefForImport(String anId) static ActionMappingDefActionMappingDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.ascustomaction.data with parameters of type ActionMappingDefModifier and TypeMethodDescriptionintActionMappingDefDocument.compareTo(ActionMappingDef comparable) static ActionMappingDefActionMappingDefFactory.createActionMappingDef(ActionMappingDef template) static net.anotheria.util.xml.XMLNodeActionMappingDefXMLHelper.toXML(ActionMappingDef object) static net.anotheria.util.xml.XMLNodeActionMappingDefXMLHelper.toXML(ActionMappingDef object, String... languages) -
Uses of ActionMappingDef in net.anotheria.anosite.gen.ascustomaction.service
Methods in net.anotheria.anosite.gen.ascustomaction.service that return ActionMappingDefModifier and TypeMethodDescriptionASCustomActionServiceImpl.createActionMappingDef(ActionMappingDef actionmappingdef) IASCustomActionService.createActionMappingDef(ActionMappingDef actionmappingdef) Creates a new ActionMappingDef object.ASCustomActionServiceImpl.getActionMappingDef(String id) IASCustomActionService.getActionMappingDef(String id) Returns the ActionMappingDef object with the specified id.ASCustomActionServiceImpl.importActionMappingDef(ActionMappingDef actionmappingdef) IASCustomActionService.importActionMappingDef(ActionMappingDef actionmappingdef) Imports a new ActionMappingDef object.ASCustomActionServiceImpl.updateActionMappingDef(ActionMappingDef actionmappingdef) IASCustomActionService.updateActionMappingDef(ActionMappingDef actionmappingdef) Updates a ActionMappingDef object.Methods in net.anotheria.anosite.gen.ascustomaction.service that return types with arguments of type ActionMappingDefModifier and TypeMethodDescriptionASCustomActionServiceImpl.createActionMappingDefs(List<ActionMappingDef> list) IASCustomActionService.createActionMappingDefs(List<ActionMappingDef> list) Creates multiple new ActionMappingDef objects.ASCustomActionServiceImpl.getActionMappingDefs()ASCustomActionServiceImpl.getActionMappingDefs(List<String> ids) Returns the ActionMappingDef objects with the specified ids.ASCustomActionServiceImpl.getActionMappingDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the ActionMappingDef objects with the specified ids, sorted by given sorttype.ASCustomActionServiceImpl.getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment) Returns ActionMappingDef objects segment.ASCustomActionServiceImpl.getActionMappingDefs(net.anotheria.util.sorter.SortType sortType) IASCustomActionService.getActionMappingDefs()Returns all ActionMappingDefs objects stored.IASCustomActionService.getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment) Returns ActionMappingDefs objects segment.IASCustomActionService.getActionMappingDefs(net.anotheria.util.sorter.SortType sortType) Returns all ActionMappingDefs objects sorted by given sortType.ASCustomActionServiceImpl.getActionMappingDefsByProperty(String propertyName, Object value) ASCustomActionServiceImpl.getActionMappingDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASCustomActionServiceImpl.getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionMappingDef objects, where property matches.ASCustomActionServiceImpl.getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns ActionMappingDef objects segment, where property matched.ASCustomActionServiceImpl.getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionMappingDef objects segment, where property matched, sorted.ASCustomActionServiceImpl.getActionMappingDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionMappingDef objects, where property matches, sortedIASCustomActionService.getActionMappingDefsByProperty(String propertyName, Object value) Returns all ActionMappingDef objects, where property with given name equals object.IASCustomActionService.getActionMappingDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all ActionMappingDef objects, where property with given name equals object, sorted.IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionMappingDef objects, where property matches.IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionMappingDef objects segment, where property matches.IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionMappingDef objects segment, where property matches, sorted.IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionMappingDef objects, where property matches, sorted.ASCustomActionServiceImpl.importActionMappingDefs(List<ActionMappingDef> list) IASCustomActionService.importActionMappingDefs(List<ActionMappingDef> list) Imports multiple new ActionMappingDef object.ASCustomActionServiceImpl.updateActionMappingDefs(List<ActionMappingDef> list) IASCustomActionService.updateActionMappingDefs(List<ActionMappingDef> list) Updates multiple ActionMappingDef objects.Methods in net.anotheria.anosite.gen.ascustomaction.service with parameters of type ActionMappingDefModifier and TypeMethodDescriptionASCustomActionServiceImpl.createActionMappingDef(ActionMappingDef actionmappingdef) IASCustomActionService.createActionMappingDef(ActionMappingDef actionmappingdef) Creates a new ActionMappingDef object.voidASCustomActionServiceImpl.deleteActionMappingDef(ActionMappingDef actionmappingdef) voidIASCustomActionService.deleteActionMappingDef(ActionMappingDef actionmappingdef) Deletes a ActionMappingDef object.ASCustomActionServiceImpl.importActionMappingDef(ActionMappingDef actionmappingdef) IASCustomActionService.importActionMappingDef(ActionMappingDef actionmappingdef) Imports a new ActionMappingDef object.ASCustomActionServiceImpl.updateActionMappingDef(ActionMappingDef actionmappingdef) IASCustomActionService.updateActionMappingDef(ActionMappingDef actionmappingdef) Updates a ActionMappingDef object.Method parameters in net.anotheria.anosite.gen.ascustomaction.service with type arguments of type ActionMappingDefModifier and TypeMethodDescriptionASCustomActionServiceImpl.createActionMappingDefs(List<ActionMappingDef> list) IASCustomActionService.createActionMappingDefs(List<ActionMappingDef> list) Creates multiple new ActionMappingDef objects.voidASCustomActionServiceImpl.deleteActionMappingDefs(List<ActionMappingDef> list) voidIASCustomActionService.deleteActionMappingDefs(List<ActionMappingDef> list) Deletes multiple ActionMappingDef object.net.anotheria.util.xml.XMLNodeASCustomActionServiceImpl.exportActionMappingDefsToXML(List<ActionMappingDef> list) net.anotheria.util.xml.XMLNodeIASCustomActionService.exportActionMappingDefsToXML(List<ActionMappingDef> listActionMappingDefs) Creates an xml element with selected contained data.ASCustomActionServiceImpl.importActionMappingDefs(List<ActionMappingDef> list) IASCustomActionService.importActionMappingDefs(List<ActionMappingDef> list) Imports multiple new ActionMappingDef object.ASCustomActionServiceImpl.updateActionMappingDefs(List<ActionMappingDef> list) IASCustomActionService.updateActionMappingDefs(List<ActionMappingDef> list) Updates multiple ActionMappingDef objects.