Uses of Interface
net.anotheria.anosite.gen.ascustomaction.data.ActionMappingDef
-
Packages that use ActionMappingDef Package Description net.anotheria.anosite.gen.ascustomaction.action net.anotheria.anosite.gen.ascustomaction.data net.anotheria.anosite.gen.ascustomaction.service -
-
Uses of ActionMappingDef in net.anotheria.anosite.gen.ascustomaction.action
Methods in net.anotheria.anosite.gen.ascustomaction.action with parameters of type ActionMappingDef Modifier and Type Method Description protected 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 ActionMappingDef Modifier and Type Class Description classActionMappingDefDocumentMethods in net.anotheria.anosite.gen.ascustomaction.data that return ActionMappingDef Modifier and Type Method Description ActionMappingDefActionMappingDefBuilder. build()static ActionMappingDefActionMappingDefFactory. createActionMappingDef()static ActionMappingDefActionMappingDefFactory. createActionMappingDef(java.lang.String anId)For internal use only!static ActionMappingDefActionMappingDefFactory. createActionMappingDef(ActionMappingDef template)static ActionMappingDefActionMappingDefFactory. createActionMappingDefForImport(java.lang.String anId)static ActionMappingDefActionMappingDefXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.ascustomaction.data with parameters of type ActionMappingDef Modifier and Type Method Description intActionMappingDefDocument. 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, java.lang.String... languages) -
Uses of ActionMappingDef in net.anotheria.anosite.gen.ascustomaction.service
Methods in net.anotheria.anosite.gen.ascustomaction.service that return ActionMappingDef Modifier and Type Method Description ActionMappingDefASCustomActionServiceImpl. createActionMappingDef(ActionMappingDef actionmappingdef)ActionMappingDefIASCustomActionService. createActionMappingDef(ActionMappingDef actionmappingdef)Creates a new ActionMappingDef object.ActionMappingDefASCustomActionServiceImpl. getActionMappingDef(java.lang.String id)ActionMappingDefIASCustomActionService. getActionMappingDef(java.lang.String id)Returns the ActionMappingDef object with the specified id.ActionMappingDefASCustomActionServiceImpl. importActionMappingDef(ActionMappingDef actionmappingdef)ActionMappingDefIASCustomActionService. importActionMappingDef(ActionMappingDef actionmappingdef)Imports a new ActionMappingDef object.ActionMappingDefASCustomActionServiceImpl. updateActionMappingDef(ActionMappingDef actionmappingdef)ActionMappingDefIASCustomActionService. updateActionMappingDef(ActionMappingDef actionmappingdef)Updates a ActionMappingDef object.Methods in net.anotheria.anosite.gen.ascustomaction.service that return types with arguments of type ActionMappingDef Modifier and Type Method Description java.util.List<ActionMappingDef>ASCustomActionServiceImpl. createActionMappingDefs(java.util.List<ActionMappingDef> list)java.util.List<ActionMappingDef>IASCustomActionService. createActionMappingDefs(java.util.List<ActionMappingDef> list)Creates multiple new ActionMappingDef objects.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefs()java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefs(java.util.List<java.lang.String> ids)Returns the ActionMappingDef objects with the specified ids.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the ActionMappingDef objects with the specified ids, sorted by given sorttype.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment)Returns ActionMappingDef objects segment.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefs(net.anotheria.util.sorter.SortType sortType)java.util.List<ActionMappingDef>IASCustomActionService. getActionMappingDefs()Returns all ActionMappingDefs objects stored.java.util.List<ActionMappingDef>IASCustomActionService. getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment)Returns ActionMappingDefs objects segment.java.util.List<ActionMappingDef>IASCustomActionService. getActionMappingDefs(net.anotheria.util.sorter.SortType sortType)Returns all ActionMappingDefs objects sorted by given sortType.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefsByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all ActionMappingDef objects, where property matches.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns ActionMappingDef objects segment, where property matched.java.util.List<ActionMappingDef>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.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. getActionMappingDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all ActionMappingDef objects, where property matches, sortedjava.util.List<ActionMappingDef>IASCustomActionService. getActionMappingDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all ActionMappingDef objects, where property with given name equals object.java.util.List<ActionMappingDef>IASCustomActionService. getActionMappingDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all ActionMappingDef objects, where property with given name equals object, sorted.java.util.List<ActionMappingDef>IASCustomActionService. getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all ActionMappingDef objects, where property matches.java.util.List<ActionMappingDef>IASCustomActionService. getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns ActionMappingDef objects segment, where property matches.java.util.List<ActionMappingDef>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.java.util.List<ActionMappingDef>IASCustomActionService. getActionMappingDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all ActionMappingDef objects, where property matches, sorted.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. importActionMappingDefs(java.util.List<ActionMappingDef> list)java.util.List<ActionMappingDef>IASCustomActionService. importActionMappingDefs(java.util.List<ActionMappingDef> list)Imports multiple new ActionMappingDef object.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. updateActionMappingDefs(java.util.List<ActionMappingDef> list)java.util.List<ActionMappingDef>IASCustomActionService. updateActionMappingDefs(java.util.List<ActionMappingDef> list)Updates multiple ActionMappingDef objects.Methods in net.anotheria.anosite.gen.ascustomaction.service with parameters of type ActionMappingDef Modifier and Type Method Description ActionMappingDefASCustomActionServiceImpl. createActionMappingDef(ActionMappingDef actionmappingdef)ActionMappingDefIASCustomActionService. createActionMappingDef(ActionMappingDef actionmappingdef)Creates a new ActionMappingDef object.voidASCustomActionServiceImpl. deleteActionMappingDef(ActionMappingDef actionmappingdef)voidIASCustomActionService. deleteActionMappingDef(ActionMappingDef actionmappingdef)Deletes a ActionMappingDef object.ActionMappingDefASCustomActionServiceImpl. importActionMappingDef(ActionMappingDef actionmappingdef)ActionMappingDefIASCustomActionService. importActionMappingDef(ActionMappingDef actionmappingdef)Imports a new ActionMappingDef object.ActionMappingDefASCustomActionServiceImpl. updateActionMappingDef(ActionMappingDef actionmappingdef)ActionMappingDefIASCustomActionService. updateActionMappingDef(ActionMappingDef actionmappingdef)Updates a ActionMappingDef object.Method parameters in net.anotheria.anosite.gen.ascustomaction.service with type arguments of type ActionMappingDef Modifier and Type Method Description java.util.List<ActionMappingDef>ASCustomActionServiceImpl. createActionMappingDefs(java.util.List<ActionMappingDef> list)java.util.List<ActionMappingDef>IASCustomActionService. createActionMappingDefs(java.util.List<ActionMappingDef> list)Creates multiple new ActionMappingDef objects.voidASCustomActionServiceImpl. deleteActionMappingDefs(java.util.List<ActionMappingDef> list)voidIASCustomActionService. deleteActionMappingDefs(java.util.List<ActionMappingDef> list)Deletes multiple ActionMappingDef object.net.anotheria.util.xml.XMLNodeASCustomActionServiceImpl. exportActionMappingDefsToXML(java.util.List<ActionMappingDef> list)net.anotheria.util.xml.XMLNodeIASCustomActionService. exportActionMappingDefsToXML(java.util.List<ActionMappingDef> listActionMappingDefs)Creates an xml element with selected contained data.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. importActionMappingDefs(java.util.List<ActionMappingDef> list)java.util.List<ActionMappingDef>IASCustomActionService. importActionMappingDefs(java.util.List<ActionMappingDef> list)Imports multiple new ActionMappingDef object.java.util.List<ActionMappingDef>ASCustomActionServiceImpl. updateActionMappingDefs(java.util.List<ActionMappingDef> list)java.util.List<ActionMappingDef>IASCustomActionService. updateActionMappingDefs(java.util.List<ActionMappingDef> list)Updates multiple ActionMappingDef objects.
-