Uses of Interface
net.anotheria.anosite.gen.ascustomdata.data.CustomBoxType
-
Packages that use CustomBoxType Package Description net.anotheria.anosite.gen.ascustomdata.action net.anotheria.anosite.gen.ascustomdata.data net.anotheria.anosite.gen.ascustomdata.service -
-
Uses of CustomBoxType in net.anotheria.anosite.gen.ascustomdata.action
Methods in net.anotheria.anosite.gen.ascustomdata.action with parameters of type CustomBoxType Modifier and Type Method Description protected voidBaseCustomBoxTypeAction. addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, CustomBoxType customboxtype)protected voidBaseCustomBoxTypeAction. canUpdateCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req)Checking UpdateCapability rightsprotected voidBaseCustomBoxTypeAction. checkCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req)Executing auto-unlocking check....protected voidBaseCustomBoxTypeAction. lockCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req)Executing locking.protected CustomBoxTypeListItemBeanShowCustomBoxTypesAction. makeCustomBoxTypeListItemBean(CustomBoxType customboxtype)protected voidBaseCustomBoxTypeAction. unLockCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout)Executing unlocking. -
Uses of CustomBoxType in net.anotheria.anosite.gen.ascustomdata.data
Classes in net.anotheria.anosite.gen.ascustomdata.data that implement CustomBoxType Modifier and Type Class Description classCustomBoxTypeDocumentMethods in net.anotheria.anosite.gen.ascustomdata.data that return CustomBoxType Modifier and Type Method Description CustomBoxTypeCustomBoxTypeBuilder. build()static CustomBoxTypeCustomBoxTypeFactory. createCustomBoxType()static CustomBoxTypeCustomBoxTypeFactory. createCustomBoxType(java.lang.String anId)For internal use only!static CustomBoxTypeCustomBoxTypeFactory. createCustomBoxType(CustomBoxType template)static CustomBoxTypeCustomBoxTypeFactory. createCustomBoxTypeForImport(java.lang.String anId)static CustomBoxTypeCustomBoxTypeXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.ascustomdata.data with parameters of type CustomBoxType Modifier and Type Method Description intCustomBoxTypeDocument. compareTo(CustomBoxType comparable)static CustomBoxTypeCustomBoxTypeFactory. createCustomBoxType(CustomBoxType template)static net.anotheria.util.xml.XMLNodeCustomBoxTypeXMLHelper. toXML(CustomBoxType object)static net.anotheria.util.xml.XMLNodeCustomBoxTypeXMLHelper. toXML(CustomBoxType object, java.lang.String... languages) -
Uses of CustomBoxType in net.anotheria.anosite.gen.ascustomdata.service
Methods in net.anotheria.anosite.gen.ascustomdata.service that return CustomBoxType Modifier and Type Method Description CustomBoxTypeASCustomDataServiceImpl. createCustomBoxType(CustomBoxType customboxtype)CustomBoxTypeIASCustomDataService. createCustomBoxType(CustomBoxType customboxtype)Creates a new CustomBoxType object.CustomBoxTypeASCustomDataServiceImpl. getCustomBoxType(java.lang.String id)CustomBoxTypeIASCustomDataService. getCustomBoxType(java.lang.String id)Returns the CustomBoxType object with the specified id.CustomBoxTypeASCustomDataServiceImpl. importCustomBoxType(CustomBoxType customboxtype)CustomBoxTypeIASCustomDataService. importCustomBoxType(CustomBoxType customboxtype)Imports a new CustomBoxType object.CustomBoxTypeASCustomDataServiceImpl. updateCustomBoxType(CustomBoxType customboxtype)CustomBoxTypeIASCustomDataService. updateCustomBoxType(CustomBoxType customboxtype)Updates a CustomBoxType object.Methods in net.anotheria.anosite.gen.ascustomdata.service that return types with arguments of type CustomBoxType Modifier and Type Method Description java.util.List<CustomBoxType>ASCustomDataServiceImpl. createCustomBoxTypes(java.util.List<CustomBoxType> list)java.util.List<CustomBoxType>IASCustomDataService. createCustomBoxTypes(java.util.List<CustomBoxType> list)Creates multiple new CustomBoxType objects.java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypes()java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypes(java.util.List<java.lang.String> ids)Returns the CustomBoxType objects with the specified ids.java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypes(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the CustomBoxType objects with the specified ids, sorted by given sorttype.java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment)Returns CustomBoxType objects segment.java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType)java.util.List<CustomBoxType>IASCustomDataService. getCustomBoxTypes()Returns all CustomBoxTypes objects stored.java.util.List<CustomBoxType>IASCustomDataService. getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment)Returns CustomBoxTypes objects segment.java.util.List<CustomBoxType>IASCustomDataService. getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType)Returns all CustomBoxTypes objects sorted by given sortType.java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxType objects, where property matches.java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns CustomBoxType objects segment, where property matched.java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomBoxType objects segment, where property matched, sorted.java.util.List<CustomBoxType>ASCustomDataServiceImpl. getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxType objects, where property matches, sortedjava.util.List<CustomBoxType>IASCustomDataService. getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value)Returns all CustomBoxType objects, where property with given name equals object.java.util.List<CustomBoxType>IASCustomDataService. getCustomBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all CustomBoxType objects, where property with given name equals object, sorted.java.util.List<CustomBoxType>IASCustomDataService. getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxType objects, where property matches.java.util.List<CustomBoxType>IASCustomDataService. getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomBoxType objects segment, where property matches.java.util.List<CustomBoxType>IASCustomDataService. getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomBoxType objects segment, where property matches, sorted.java.util.List<CustomBoxType>IASCustomDataService. getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxType objects, where property matches, sorted.java.util.List<CustomBoxType>ASCustomDataServiceImpl. importCustomBoxTypes(java.util.List<CustomBoxType> list)java.util.List<CustomBoxType>IASCustomDataService. importCustomBoxTypes(java.util.List<CustomBoxType> list)Imports multiple new CustomBoxType object.java.util.List<CustomBoxType>ASCustomDataServiceImpl. updateCustomBoxTypes(java.util.List<CustomBoxType> list)java.util.List<CustomBoxType>IASCustomDataService. updateCustomBoxTypes(java.util.List<CustomBoxType> list)Updates multiple CustomBoxType objects.Methods in net.anotheria.anosite.gen.ascustomdata.service with parameters of type CustomBoxType Modifier and Type Method Description CustomBoxTypeASCustomDataServiceImpl. createCustomBoxType(CustomBoxType customboxtype)CustomBoxTypeIASCustomDataService. createCustomBoxType(CustomBoxType customboxtype)Creates a new CustomBoxType object.voidASCustomDataServiceImpl. deleteCustomBoxType(CustomBoxType customboxtype)voidIASCustomDataService. deleteCustomBoxType(CustomBoxType customboxtype)Deletes a CustomBoxType object.CustomBoxTypeASCustomDataServiceImpl. importCustomBoxType(CustomBoxType customboxtype)CustomBoxTypeIASCustomDataService. importCustomBoxType(CustomBoxType customboxtype)Imports a new CustomBoxType object.CustomBoxTypeASCustomDataServiceImpl. updateCustomBoxType(CustomBoxType customboxtype)CustomBoxTypeIASCustomDataService. updateCustomBoxType(CustomBoxType customboxtype)Updates a CustomBoxType object.Method parameters in net.anotheria.anosite.gen.ascustomdata.service with type arguments of type CustomBoxType Modifier and Type Method Description java.util.List<CustomBoxType>ASCustomDataServiceImpl. createCustomBoxTypes(java.util.List<CustomBoxType> list)java.util.List<CustomBoxType>IASCustomDataService. createCustomBoxTypes(java.util.List<CustomBoxType> list)Creates multiple new CustomBoxType objects.voidASCustomDataServiceImpl. deleteCustomBoxTypes(java.util.List<CustomBoxType> list)voidIASCustomDataService. deleteCustomBoxTypes(java.util.List<CustomBoxType> list)Deletes multiple CustomBoxType object.net.anotheria.util.xml.XMLNodeASCustomDataServiceImpl. exportCustomBoxTypesToXML(java.util.List<CustomBoxType> list)net.anotheria.util.xml.XMLNodeIASCustomDataService. exportCustomBoxTypesToXML(java.util.List<CustomBoxType> listCustomBoxTypes)Creates an xml element with selected contained data.java.util.List<CustomBoxType>ASCustomDataServiceImpl. importCustomBoxTypes(java.util.List<CustomBoxType> list)java.util.List<CustomBoxType>IASCustomDataService. importCustomBoxTypes(java.util.List<CustomBoxType> list)Imports multiple new CustomBoxType object.java.util.List<CustomBoxType>ASCustomDataServiceImpl. updateCustomBoxTypes(java.util.List<CustomBoxType> list)java.util.List<CustomBoxType>IASCustomDataService. updateCustomBoxTypes(java.util.List<CustomBoxType> list)Updates multiple CustomBoxType objects.
-