Uses of Interface
net.anotheria.anosite.gen.asgenericdata.data.GenericBoxType
-
Packages that use GenericBoxType Package Description net.anotheria.anosite.gen.asgenericdata.action net.anotheria.anosite.gen.asgenericdata.data net.anotheria.anosite.gen.asgenericdata.service -
-
Uses of GenericBoxType in net.anotheria.anosite.gen.asgenericdata.action
Methods in net.anotheria.anosite.gen.asgenericdata.action with parameters of type GenericBoxType Modifier and Type Method Description protected voidBaseGenericBoxTypeAction. addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, GenericBoxType genericboxtype)protected voidBaseGenericBoxTypeAction. canUpdateGenericBoxTypes(GenericBoxType genericboxtype, jakarta.servlet.http.HttpServletRequest req)Checking UpdateCapability rightsprotected voidBaseGenericBoxTypeAction. checkGenericBoxTypes(GenericBoxType genericboxtype, jakarta.servlet.http.HttpServletRequest req)Executing auto-unlocking check....protected voidBaseGenericBoxTypeAction. lockGenericBoxTypes(GenericBoxType genericboxtype, jakarta.servlet.http.HttpServletRequest req)Executing locking.protected GenericBoxTypeListItemBeanShowGenericBoxTypesAction. makeGenericBoxTypeListItemBean(GenericBoxType genericboxtype)protected voidBaseGenericBoxTypeAction. unLockGenericBoxTypes(GenericBoxType genericboxtype, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout)Executing unlocking. -
Uses of GenericBoxType in net.anotheria.anosite.gen.asgenericdata.data
Classes in net.anotheria.anosite.gen.asgenericdata.data that implement GenericBoxType Modifier and Type Class Description classGenericBoxTypeDocumentMethods in net.anotheria.anosite.gen.asgenericdata.data that return GenericBoxType Modifier and Type Method Description GenericBoxTypeGenericBoxTypeBuilder. build()static GenericBoxTypeGenericBoxTypeFactory. createGenericBoxType()static GenericBoxTypeGenericBoxTypeFactory. createGenericBoxType(java.lang.String anId)For internal use only!static GenericBoxTypeGenericBoxTypeFactory. createGenericBoxType(GenericBoxType template)static GenericBoxTypeGenericBoxTypeFactory. createGenericBoxTypeForImport(java.lang.String anId)static GenericBoxTypeGenericBoxTypeXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.asgenericdata.data with parameters of type GenericBoxType Modifier and Type Method Description intGenericBoxTypeDocument. compareTo(GenericBoxType comparable)static GenericBoxTypeGenericBoxTypeFactory. createGenericBoxType(GenericBoxType template)static net.anotheria.util.xml.XMLNodeGenericBoxTypeXMLHelper. toXML(GenericBoxType object)static net.anotheria.util.xml.XMLNodeGenericBoxTypeXMLHelper. toXML(GenericBoxType object, java.lang.String... languages) -
Uses of GenericBoxType in net.anotheria.anosite.gen.asgenericdata.service
Methods in net.anotheria.anosite.gen.asgenericdata.service that return GenericBoxType Modifier and Type Method Description GenericBoxTypeASGenericDataServiceImpl. createGenericBoxType(GenericBoxType genericboxtype)GenericBoxTypeIASGenericDataService. createGenericBoxType(GenericBoxType genericboxtype)Creates a new GenericBoxType object.GenericBoxTypeASGenericDataServiceImpl. getGenericBoxType(java.lang.String id)GenericBoxTypeIASGenericDataService. getGenericBoxType(java.lang.String id)Returns the GenericBoxType object with the specified id.GenericBoxTypeASGenericDataServiceImpl. importGenericBoxType(GenericBoxType genericboxtype)GenericBoxTypeIASGenericDataService. importGenericBoxType(GenericBoxType genericboxtype)Imports a new GenericBoxType object.GenericBoxTypeASGenericDataServiceImpl. updateGenericBoxType(GenericBoxType genericboxtype)GenericBoxTypeIASGenericDataService. updateGenericBoxType(GenericBoxType genericboxtype)Updates a GenericBoxType object.Methods in net.anotheria.anosite.gen.asgenericdata.service that return types with arguments of type GenericBoxType Modifier and Type Method Description java.util.List<GenericBoxType>ASGenericDataServiceImpl. createGenericBoxTypes(java.util.List<GenericBoxType> list)java.util.List<GenericBoxType>IASGenericDataService. createGenericBoxTypes(java.util.List<GenericBoxType> list)Creates multiple new GenericBoxType objects.java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypes()java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypes(java.util.List<java.lang.String> ids)Returns the GenericBoxType objects with the specified ids.java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypes(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the GenericBoxType objects with the specified ids, sorted by given sorttype.java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment)Returns GenericBoxType objects segment.java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType)java.util.List<GenericBoxType>IASGenericDataService. getGenericBoxTypes()Returns all GenericBoxTypes objects stored.java.util.List<GenericBoxType>IASGenericDataService. getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment)Returns GenericBoxTypes objects segment.java.util.List<GenericBoxType>IASGenericDataService. getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType)Returns all GenericBoxTypes objects sorted by given sortType.java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all GenericBoxType objects, where property matches.java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns GenericBoxType objects segment, where property matched.java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns GenericBoxType objects segment, where property matched, sorted.java.util.List<GenericBoxType>ASGenericDataServiceImpl. getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all GenericBoxType objects, where property matches, sortedjava.util.List<GenericBoxType>IASGenericDataService. getGenericBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value)Returns all GenericBoxType objects, where property with given name equals object.java.util.List<GenericBoxType>IASGenericDataService. getGenericBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all GenericBoxType objects, where property with given name equals object, sorted.java.util.List<GenericBoxType>IASGenericDataService. getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all GenericBoxType objects, where property matches.java.util.List<GenericBoxType>IASGenericDataService. getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns GenericBoxType objects segment, where property matches.java.util.List<GenericBoxType>IASGenericDataService. getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns GenericBoxType objects segment, where property matches, sorted.java.util.List<GenericBoxType>IASGenericDataService. getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all GenericBoxType objects, where property matches, sorted.java.util.List<GenericBoxType>ASGenericDataServiceImpl. importGenericBoxTypes(java.util.List<GenericBoxType> list)java.util.List<GenericBoxType>IASGenericDataService. importGenericBoxTypes(java.util.List<GenericBoxType> list)Imports multiple new GenericBoxType object.java.util.List<GenericBoxType>ASGenericDataServiceImpl. updateGenericBoxTypes(java.util.List<GenericBoxType> list)java.util.List<GenericBoxType>IASGenericDataService. updateGenericBoxTypes(java.util.List<GenericBoxType> list)Updates multiple GenericBoxType objects.Methods in net.anotheria.anosite.gen.asgenericdata.service with parameters of type GenericBoxType Modifier and Type Method Description GenericBoxTypeASGenericDataServiceImpl. createGenericBoxType(GenericBoxType genericboxtype)GenericBoxTypeIASGenericDataService. createGenericBoxType(GenericBoxType genericboxtype)Creates a new GenericBoxType object.voidASGenericDataServiceImpl. deleteGenericBoxType(GenericBoxType genericboxtype)voidIASGenericDataService. deleteGenericBoxType(GenericBoxType genericboxtype)Deletes a GenericBoxType object.GenericBoxTypeASGenericDataServiceImpl. importGenericBoxType(GenericBoxType genericboxtype)GenericBoxTypeIASGenericDataService. importGenericBoxType(GenericBoxType genericboxtype)Imports a new GenericBoxType object.GenericBoxTypeASGenericDataServiceImpl. updateGenericBoxType(GenericBoxType genericboxtype)GenericBoxTypeIASGenericDataService. updateGenericBoxType(GenericBoxType genericboxtype)Updates a GenericBoxType object.Method parameters in net.anotheria.anosite.gen.asgenericdata.service with type arguments of type GenericBoxType Modifier and Type Method Description java.util.List<GenericBoxType>ASGenericDataServiceImpl. createGenericBoxTypes(java.util.List<GenericBoxType> list)java.util.List<GenericBoxType>IASGenericDataService. createGenericBoxTypes(java.util.List<GenericBoxType> list)Creates multiple new GenericBoxType objects.voidASGenericDataServiceImpl. deleteGenericBoxTypes(java.util.List<GenericBoxType> list)voidIASGenericDataService. deleteGenericBoxTypes(java.util.List<GenericBoxType> list)Deletes multiple GenericBoxType object.net.anotheria.util.xml.XMLNodeASGenericDataServiceImpl. exportGenericBoxTypesToXML(java.util.List<GenericBoxType> list)net.anotheria.util.xml.XMLNodeIASGenericDataService. exportGenericBoxTypesToXML(java.util.List<GenericBoxType> listGenericBoxTypes)Creates an xml element with selected contained data.java.util.List<GenericBoxType>ASGenericDataServiceImpl. importGenericBoxTypes(java.util.List<GenericBoxType> list)java.util.List<GenericBoxType>IASGenericDataService. importGenericBoxTypes(java.util.List<GenericBoxType> list)Imports multiple new GenericBoxType object.java.util.List<GenericBoxType>ASGenericDataServiceImpl. updateGenericBoxTypes(java.util.List<GenericBoxType> list)java.util.List<GenericBoxType>IASGenericDataService. updateGenericBoxTypes(java.util.List<GenericBoxType> list)Updates multiple GenericBoxType objects.
-