Uses of Interface
net.anotheria.anosite.gen.anoaccessapplicationdata.data.UserData
Packages that use UserData
Package
Description
-
Uses of UserData in net.anotheria.anosite.gen.anoaccessapplicationdata.action
Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.action with parameters of type UserDataModifier and TypeMethodDescriptionprotected voidBaseUserDataAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, UserData userdata) protected voidBaseUserDataAction.canUpdateUserDatas(UserData userdata, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseUserDataAction.checkUserDatas(UserData userdata, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseUserDataAction.lockUserDatas(UserData userdata, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected UserDataListItemBeanShowUserDatasAction.makeUserDataListItemBean(UserData userdata) protected voidBaseUserDataAction.unLockUserDatas(UserData userdata, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of UserData in net.anotheria.anosite.gen.anoaccessapplicationdata.data
Classes in net.anotheria.anosite.gen.anoaccessapplicationdata.data that implement UserDataMethods in net.anotheria.anosite.gen.anoaccessapplicationdata.data that return UserDataModifier and TypeMethodDescriptionUserDataBuilder.build()static UserDataUserDataFactory.createUserData()static UserDataUserDataFactory.createUserData(String anId) For internal use only!static UserDataUserDataFactory.createUserData(UserData template) static UserDataUserDataFactory.createUserDataForImport(String anId) static UserDataUserDataXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.data with parameters of type UserDataModifier and TypeMethodDescriptionintstatic UserDataUserDataFactory.createUserData(UserData template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of UserData in net.anotheria.anosite.gen.anoaccessapplicationdata.service
Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service that return UserDataModifier and TypeMethodDescriptionAnoAccessApplicationDataServiceImpl.createUserData(UserData userdata) IAnoAccessApplicationDataService.createUserData(UserData userdata) Creates a new UserData object.AnoAccessApplicationDataServiceImpl.getUserData(String id) IAnoAccessApplicationDataService.getUserData(String id) Returns the UserData object with the specified id.AnoAccessApplicationDataServiceImpl.importUserData(UserData userdata) IAnoAccessApplicationDataService.importUserData(UserData userdata) Imports a new UserData object.AnoAccessApplicationDataServiceImpl.updateUserData(UserData userdata) IAnoAccessApplicationDataService.updateUserData(UserData userdata) Updates a UserData object.Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service that return types with arguments of type UserDataModifier and TypeMethodDescriptionAnoAccessApplicationDataServiceImpl.createUserDatas(List<UserData> list) IAnoAccessApplicationDataService.createUserDatas(List<UserData> list) Creates multiple new UserData objects.AnoAccessApplicationDataServiceImpl.getUserDatas()AnoAccessApplicationDataServiceImpl.getUserDatas(List<String> ids) Returns the UserData objects with the specified ids.AnoAccessApplicationDataServiceImpl.getUserDatas(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the UserData objects with the specified ids, sorted by given sorttype.AnoAccessApplicationDataServiceImpl.getUserDatas(net.anotheria.util.slicer.Segment aSegment) Returns UserData objects segment.AnoAccessApplicationDataServiceImpl.getUserDatas(net.anotheria.util.sorter.SortType sortType) IAnoAccessApplicationDataService.getUserDatas()Returns all UserDatas objects stored.IAnoAccessApplicationDataService.getUserDatas(net.anotheria.util.slicer.Segment aSegment) Returns UserDatas objects segment.IAnoAccessApplicationDataService.getUserDatas(net.anotheria.util.sorter.SortType sortType) Returns all UserDatas objects sorted by given sortType.AnoAccessApplicationDataServiceImpl.getUserDatasByProperty(String propertyName, Object value) AnoAccessApplicationDataServiceImpl.getUserDatasByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) AnoAccessApplicationDataServiceImpl.getUserDatasByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserData objects, where property matches.AnoAccessApplicationDataServiceImpl.getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns UserData objects segment, where property matched.AnoAccessApplicationDataServiceImpl.getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns UserData objects segment, where property matched, sorted.AnoAccessApplicationDataServiceImpl.getUserDatasByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserData objects, where property matches, sortedIAnoAccessApplicationDataService.getUserDatasByProperty(String propertyName, Object value) Returns all UserData objects, where property with given name equals object.IAnoAccessApplicationDataService.getUserDatasByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all UserData objects, where property with given name equals object, sorted.IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserData objects, where property matches.IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns UserData objects segment, where property matches.IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns UserData objects segment, where property matches, sorted.IAnoAccessApplicationDataService.getUserDatasByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserData objects, where property matches, sorted.AnoAccessApplicationDataServiceImpl.importUserDatas(List<UserData> list) IAnoAccessApplicationDataService.importUserDatas(List<UserData> list) Imports multiple new UserData object.AnoAccessApplicationDataServiceImpl.updateUserDatas(List<UserData> list) IAnoAccessApplicationDataService.updateUserDatas(List<UserData> list) Updates multiple UserData objects.Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service with parameters of type UserDataModifier and TypeMethodDescriptionAnoAccessApplicationDataServiceImpl.createUserData(UserData userdata) IAnoAccessApplicationDataService.createUserData(UserData userdata) Creates a new UserData object.voidAnoAccessApplicationDataServiceImpl.deleteUserData(UserData userdata) voidIAnoAccessApplicationDataService.deleteUserData(UserData userdata) Deletes a UserData object.AnoAccessApplicationDataServiceImpl.importUserData(UserData userdata) IAnoAccessApplicationDataService.importUserData(UserData userdata) Imports a new UserData object.AnoAccessApplicationDataServiceImpl.updateUserData(UserData userdata) IAnoAccessApplicationDataService.updateUserData(UserData userdata) Updates a UserData object.Method parameters in net.anotheria.anosite.gen.anoaccessapplicationdata.service with type arguments of type UserDataModifier and TypeMethodDescriptionAnoAccessApplicationDataServiceImpl.createUserDatas(List<UserData> list) IAnoAccessApplicationDataService.createUserDatas(List<UserData> list) Creates multiple new UserData objects.voidAnoAccessApplicationDataServiceImpl.deleteUserDatas(List<UserData> list) voidIAnoAccessApplicationDataService.deleteUserDatas(List<UserData> list) Deletes multiple UserData object.net.anotheria.util.xml.XMLNodeAnoAccessApplicationDataServiceImpl.exportUserDatasToXML(List<UserData> list) net.anotheria.util.xml.XMLNodeIAnoAccessApplicationDataService.exportUserDatasToXML(List<UserData> listUserDatas) Creates an xml element with selected contained data.AnoAccessApplicationDataServiceImpl.importUserDatas(List<UserData> list) IAnoAccessApplicationDataService.importUserDatas(List<UserData> list) Imports multiple new UserData object.AnoAccessApplicationDataServiceImpl.updateUserDatas(List<UserData> list) IAnoAccessApplicationDataService.updateUserDatas(List<UserData> list) Updates multiple UserData objects. -
Uses of UserData in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture
Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture that return UserDataModifier and TypeMethodDescriptionAnoAccessApplicationDataServiceFixtureImpl.createUserData(UserData userdata) AnoAccessApplicationDataServiceFixtureImpl.getUserData(String id) AnoAccessApplicationDataServiceFixtureImpl.importUserData(UserData userdata) AnoAccessApplicationDataServiceFixtureImpl.updateUserData(UserData userdata) Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture that return types with arguments of type UserDataModifier and TypeMethodDescriptionAnoAccessApplicationDataServiceFixtureImpl.createUserDatas(List<UserData> list) Creates multiple new UserData objects.AnoAccessApplicationDataServiceFixtureImpl.getUserDatas()AnoAccessApplicationDataServiceFixtureImpl.getUserDatas(net.anotheria.util.slicer.Segment aSegment) Returns UserData objects segment.AnoAccessApplicationDataServiceFixtureImpl.getUserDatas(net.anotheria.util.sorter.SortType sortType) AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(String propertyName, Object value) AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all UserData objects, where property matches.AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns UserData objects segment, where property matched.AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns UserData objects segment, where property matched, sorted.AnoAccessApplicationDataServiceFixtureImpl.getUserDatasByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all UserData objects, where property matches, sortedAnoAccessApplicationDataServiceFixtureImpl.importUserDatas(List<UserData> list) AnoAccessApplicationDataServiceFixtureImpl.updateUserDatas(List<UserData> list) Updates multiple new UserData objects.Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture with parameters of type UserDataModifier and TypeMethodDescriptionAnoAccessApplicationDataServiceFixtureImpl.createUserData(UserData userdata) voidAnoAccessApplicationDataServiceFixtureImpl.deleteUserData(UserData userdata) AnoAccessApplicationDataServiceFixtureImpl.importUserData(UserData userdata) AnoAccessApplicationDataServiceFixtureImpl.updateUserData(UserData userdata) Method parameters in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture with type arguments of type UserDataModifier and TypeMethodDescriptionAnoAccessApplicationDataServiceFixtureImpl.createUserDatas(List<UserData> list) Creates multiple new UserData objects.voidAnoAccessApplicationDataServiceFixtureImpl.deleteUserDatas(List<UserData> list) Deletes multiple UserData objects.net.anotheria.util.xml.XMLNodeAnoAccessApplicationDataServiceFixtureImpl.exportUserDatasToXML(String[] languages, List<UserData> list) net.anotheria.util.xml.XMLNodeAnoAccessApplicationDataServiceFixtureImpl.exportUserDatasToXML(List<UserData> list) AnoAccessApplicationDataServiceFixtureImpl.importUserDatas(List<UserData> list) AnoAccessApplicationDataServiceFixtureImpl.updateUserDatas(List<UserData> list) Updates multiple new UserData objects.