Uses of Interface
net.anotheria.anosite.gen.asuserdata.data.UserDef
Packages that use UserDef
Package
Description
-
Uses of UserDef in net.anotheria.anosite.gen.asuserdata.action
Methods in net.anotheria.anosite.gen.asuserdata.action with parameters of type UserDefModifier and TypeMethodDescriptionprotected 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 UserDefMethods in net.anotheria.anosite.gen.asuserdata.data that return UserDefModifier and TypeMethodDescriptionUserDefBuilder.build()static UserDefUserDefFactory.createUserDef()static UserDefUserDefFactory.createUserDef(String anId) For internal use only!static UserDefUserDefFactory.createUserDef(UserDef template) static UserDefUserDefFactory.createUserDefForImport(String anId) static UserDefUserDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asuserdata.data with parameters of type UserDefModifier and TypeMethodDescriptionintstatic UserDefUserDefFactory.createUserDef(UserDef template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of UserDef in net.anotheria.anosite.gen.asuserdata.service
Methods in net.anotheria.anosite.gen.asuserdata.service that return UserDefModifier and TypeMethodDescriptionASUserDataServiceImpl.createUserDef(UserDef userdef) IASUserDataService.createUserDef(UserDef userdef) Creates a new UserDef object.ASUserDataServiceImpl.getUserDef(String id) IASUserDataService.getUserDef(String id) Returns the UserDef object with the specified id.ASUserDataServiceImpl.importUserDef(UserDef userdef) IASUserDataService.importUserDef(UserDef userdef) Imports a new UserDef object.ASUserDataServiceImpl.updateUserDef(UserDef userdef) IASUserDataService.updateUserDef(UserDef userdef) Updates a UserDef object.Methods in net.anotheria.anosite.gen.asuserdata.service that return types with arguments of type UserDefModifier and TypeMethodDescriptionASUserDataServiceImpl.createUserDefs(List<UserDef> list) IASUserDataService.createUserDefs(List<UserDef> list) Creates multiple new UserDef objects.ASUserDataServiceImpl.getUserDefs()ASUserDataServiceImpl.getUserDefs(List<String> ids) Returns the UserDef objects with the specified ids.ASUserDataServiceImpl.getUserDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the UserDef objects with the specified ids, sorted by given sorttype.ASUserDataServiceImpl.getUserDefs(net.anotheria.util.slicer.Segment aSegment) Returns UserDef objects segment.ASUserDataServiceImpl.getUserDefs(net.anotheria.util.sorter.SortType sortType) IASUserDataService.getUserDefs()Returns all UserDefs objects stored.IASUserDataService.getUserDefs(net.anotheria.util.slicer.Segment aSegment) Returns UserDefs objects segment.IASUserDataService.getUserDefs(net.anotheria.util.sorter.SortType sortType) Returns all UserDefs objects sorted by given sortType.ASUserDataServiceImpl.getUserDefsByProperty(String propertyName, Object value) ASUserDataServiceImpl.getUserDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASUserDataServiceImpl.getUserDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserDef objects, where property matches.ASUserDataServiceImpl.getUserDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns UserDef objects segment, where property matched.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.ASUserDataServiceImpl.getUserDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserDef objects, where property matches, sortedIASUserDataService.getUserDefsByProperty(String propertyName, Object value) Returns all UserDef objects, where property with given name equals object.IASUserDataService.getUserDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all UserDef objects, where property with given name equals object, sorted.IASUserDataService.getUserDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserDef objects, where property matches.IASUserDataService.getUserDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns UserDef objects segment, where property matches.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.IASUserDataService.getUserDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserDef objects, where property matches, sorted.ASUserDataServiceImpl.importUserDefs(List<UserDef> list) IASUserDataService.importUserDefs(List<UserDef> list) Imports multiple new UserDef object.ASUserDataServiceImpl.updateUserDefs(List<UserDef> list) IASUserDataService.updateUserDefs(List<UserDef> list) Updates multiple UserDef objects.Methods in net.anotheria.anosite.gen.asuserdata.service with parameters of type UserDefModifier and TypeMethodDescriptionASUserDataServiceImpl.createUserDef(UserDef userdef) IASUserDataService.createUserDef(UserDef userdef) Creates a new UserDef object.voidASUserDataServiceImpl.deleteUserDef(UserDef userdef) voidIASUserDataService.deleteUserDef(UserDef userdef) Deletes a UserDef object.ASUserDataServiceImpl.importUserDef(UserDef userdef) IASUserDataService.importUserDef(UserDef userdef) Imports a new UserDef object.ASUserDataServiceImpl.updateUserDef(UserDef userdef) IASUserDataService.updateUserDef(UserDef userdef) Updates a UserDef object.Method parameters in net.anotheria.anosite.gen.asuserdata.service with type arguments of type UserDefModifier and TypeMethodDescriptionASUserDataServiceImpl.createUserDefs(List<UserDef> list) IASUserDataService.createUserDefs(List<UserDef> list) Creates multiple new UserDef objects.voidASUserDataServiceImpl.deleteUserDefs(List<UserDef> list) voidIASUserDataService.deleteUserDefs(List<UserDef> list) Deletes multiple UserDef object.net.anotheria.util.xml.XMLNodeASUserDataServiceImpl.exportUserDefsToXML(List<UserDef> list) net.anotheria.util.xml.XMLNodeIASUserDataService.exportUserDefsToXML(List<UserDef> listUserDefs) Creates an xml element with selected contained data.ASUserDataServiceImpl.importUserDefs(List<UserDef> list) IASUserDataService.importUserDefs(List<UserDef> list) Imports multiple new UserDef object.ASUserDataServiceImpl.updateUserDefs(List<UserDef> list) IASUserDataService.updateUserDefs(List<UserDef> list) Updates multiple UserDef objects.