Uses of Interface
net.anotheria.anosite.gen.asuserdata.data.UserDef
-
Packages that use UserDef Package Description net.anotheria.anosite.gen.asuserdata.action net.anotheria.anosite.gen.asuserdata.data net.anotheria.anosite.gen.asuserdata.service -
-
Uses of UserDef in net.anotheria.anosite.gen.asuserdata.action
Methods in net.anotheria.anosite.gen.asuserdata.action with parameters of type UserDef Modifier and Type Method Description protected voidBaseUserDefAction. addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, UserDef userdef)protected voidBaseUserDefAction. canUpdateUserDefs(UserDef userdef, jakarta.servlet.http.HttpServletRequest req)Checking UpdateCapability rightsprotected voidBaseUserDefAction. checkUserDefs(UserDef userdef, jakarta.servlet.http.HttpServletRequest req)Executing auto-unlocking check....protected voidBaseUserDefAction. lockUserDefs(UserDef userdef, jakarta.servlet.http.HttpServletRequest req)Executing locking.protected UserDefListItemBeanShowUserDefsAction. makeUserDefListItemBean(UserDef userdef)protected voidBaseUserDefAction. unLockUserDefs(UserDef userdef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout)Executing unlocking. -
Uses of UserDef in net.anotheria.anosite.gen.asuserdata.data
Classes in net.anotheria.anosite.gen.asuserdata.data that implement UserDef Modifier and Type Class Description classUserDefDocumentMethods in net.anotheria.anosite.gen.asuserdata.data that return UserDef Modifier and Type Method Description UserDefUserDefBuilder. build()static UserDefUserDefFactory. createUserDef()static UserDefUserDefFactory. createUserDef(java.lang.String anId)For internal use only!static UserDefUserDefFactory. createUserDef(UserDef template)static UserDefUserDefFactory. createUserDefForImport(java.lang.String anId)static UserDefUserDefXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.asuserdata.data with parameters of type UserDef Modifier and Type Method Description intUserDefDocument. compareTo(UserDef comparable)static UserDefUserDefFactory. createUserDef(UserDef template)static net.anotheria.util.xml.XMLNodeUserDefXMLHelper. toXML(UserDef object)static net.anotheria.util.xml.XMLNodeUserDefXMLHelper. toXML(UserDef object, java.lang.String... languages) -
Uses of UserDef in net.anotheria.anosite.gen.asuserdata.service
Methods in net.anotheria.anosite.gen.asuserdata.service that return UserDef Modifier and Type Method Description UserDefASUserDataServiceImpl. createUserDef(UserDef userdef)UserDefIASUserDataService. createUserDef(UserDef userdef)Creates a new UserDef object.UserDefASUserDataServiceImpl. getUserDef(java.lang.String id)UserDefIASUserDataService. getUserDef(java.lang.String id)Returns the UserDef object with the specified id.UserDefASUserDataServiceImpl. importUserDef(UserDef userdef)UserDefIASUserDataService. importUserDef(UserDef userdef)Imports a new UserDef object.UserDefASUserDataServiceImpl. updateUserDef(UserDef userdef)UserDefIASUserDataService. updateUserDef(UserDef userdef)Updates a UserDef object.Methods in net.anotheria.anosite.gen.asuserdata.service that return types with arguments of type UserDef Modifier and Type Method Description java.util.List<UserDef>ASUserDataServiceImpl. createUserDefs(java.util.List<UserDef> list)java.util.List<UserDef>IASUserDataService. createUserDefs(java.util.List<UserDef> list)Creates multiple new UserDef objects.java.util.List<UserDef>ASUserDataServiceImpl. getUserDefs()java.util.List<UserDef>ASUserDataServiceImpl. getUserDefs(java.util.List<java.lang.String> ids)Returns the UserDef objects with the specified ids.java.util.List<UserDef>ASUserDataServiceImpl. getUserDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the UserDef objects with the specified ids, sorted by given sorttype.java.util.List<UserDef>ASUserDataServiceImpl. getUserDefs(net.anotheria.util.slicer.Segment aSegment)Returns UserDef objects segment.java.util.List<UserDef>ASUserDataServiceImpl. getUserDefs(net.anotheria.util.sorter.SortType sortType)java.util.List<UserDef>IASUserDataService. getUserDefs()Returns all UserDefs objects stored.java.util.List<UserDef>IASUserDataService. getUserDefs(net.anotheria.util.slicer.Segment aSegment)Returns UserDefs objects segment.java.util.List<UserDef>IASUserDataService. getUserDefs(net.anotheria.util.sorter.SortType sortType)Returns all UserDefs objects sorted by given sortType.java.util.List<UserDef>ASUserDataServiceImpl. getUserDefsByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<UserDef>ASUserDataServiceImpl. getUserDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<UserDef>ASUserDataServiceImpl. getUserDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all UserDef objects, where property matches.java.util.List<UserDef>ASUserDataServiceImpl. getUserDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns UserDef objects segment, where property matched.java.util.List<UserDef>ASUserDataServiceImpl. getUserDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns UserDef objects segment, where property matched, sorted.java.util.List<UserDef>ASUserDataServiceImpl. getUserDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all UserDef objects, where property matches, sortedjava.util.List<UserDef>IASUserDataService. getUserDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all UserDef objects, where property with given name equals object.java.util.List<UserDef>IASUserDataService. getUserDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all UserDef objects, where property with given name equals object, sorted.java.util.List<UserDef>IASUserDataService. getUserDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all UserDef objects, where property matches.java.util.List<UserDef>IASUserDataService. getUserDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns UserDef objects segment, where property matches.java.util.List<UserDef>IASUserDataService. getUserDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns UserDef objects segment, where property matches, sorted.java.util.List<UserDef>IASUserDataService. getUserDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all UserDef objects, where property matches, sorted.java.util.List<UserDef>ASUserDataServiceImpl. importUserDefs(java.util.List<UserDef> list)java.util.List<UserDef>IASUserDataService. importUserDefs(java.util.List<UserDef> list)Imports multiple new UserDef object.java.util.List<UserDef>ASUserDataServiceImpl. updateUserDefs(java.util.List<UserDef> list)java.util.List<UserDef>IASUserDataService. updateUserDefs(java.util.List<UserDef> list)Updates multiple UserDef objects.Methods in net.anotheria.anosite.gen.asuserdata.service with parameters of type UserDef Modifier and Type Method Description UserDefASUserDataServiceImpl. createUserDef(UserDef userdef)UserDefIASUserDataService. createUserDef(UserDef userdef)Creates a new UserDef object.voidASUserDataServiceImpl. deleteUserDef(UserDef userdef)voidIASUserDataService. deleteUserDef(UserDef userdef)Deletes a UserDef object.UserDefASUserDataServiceImpl. importUserDef(UserDef userdef)UserDefIASUserDataService. importUserDef(UserDef userdef)Imports a new UserDef object.UserDefASUserDataServiceImpl. updateUserDef(UserDef userdef)UserDefIASUserDataService. updateUserDef(UserDef userdef)Updates a UserDef object.Method parameters in net.anotheria.anosite.gen.asuserdata.service with type arguments of type UserDef Modifier and Type Method Description java.util.List<UserDef>ASUserDataServiceImpl. createUserDefs(java.util.List<UserDef> list)java.util.List<UserDef>IASUserDataService. createUserDefs(java.util.List<UserDef> list)Creates multiple new UserDef objects.voidASUserDataServiceImpl. deleteUserDefs(java.util.List<UserDef> list)voidIASUserDataService. deleteUserDefs(java.util.List<UserDef> list)Deletes multiple UserDef object.net.anotheria.util.xml.XMLNodeASUserDataServiceImpl. exportUserDefsToXML(java.util.List<UserDef> list)net.anotheria.util.xml.XMLNodeIASUserDataService. exportUserDefsToXML(java.util.List<UserDef> listUserDefs)Creates an xml element with selected contained data.java.util.List<UserDef>ASUserDataServiceImpl. importUserDefs(java.util.List<UserDef> list)java.util.List<UserDef>IASUserDataService. importUserDefs(java.util.List<UserDef> list)Imports multiple new UserDef object.java.util.List<UserDef>ASUserDataServiceImpl. updateUserDefs(java.util.List<UserDef> list)java.util.List<UserDef>IASUserDataService. updateUserDefs(java.util.List<UserDef> list)Updates multiple UserDef objects.
-