Uses of Interface
net.anotheria.anosite.gen.anoaccessapplicationdata.data.UserData
-
-
Uses of UserData in net.anotheria.anosite.gen.anoaccessapplicationdata.action
Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.action with parameters of type UserData Modifier and Type Method Description protected 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 UserData Modifier and Type Class Description classUserDataDocumentMethods in net.anotheria.anosite.gen.anoaccessapplicationdata.data that return UserData Modifier and Type Method Description UserDataUserDataBuilder. 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 UserData Modifier and Type Method Description intUserDataDocument. compareTo(UserData comparable)static UserDataUserDataFactory. createUserData(UserData template)static net.anotheria.util.xml.XMLNodeUserDataXMLHelper. toXML(UserData object)static net.anotheria.util.xml.XMLNodeUserDataXMLHelper. toXML(UserData object, String... languages) -
Uses of UserData in net.anotheria.anosite.gen.anoaccessapplicationdata.service
Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service that return UserData Modifier and Type Method Description UserDataAnoAccessApplicationDataServiceImpl. createUserData(UserData userdata)UserDataIAnoAccessApplicationDataService. createUserData(UserData userdata)Creates a new UserData object.UserDataAnoAccessApplicationDataServiceImpl. getUserData(String id)UserDataIAnoAccessApplicationDataService. getUserData(String id)Returns the UserData object with the specified id.UserDataAnoAccessApplicationDataServiceImpl. importUserData(UserData userdata)UserDataIAnoAccessApplicationDataService. importUserData(UserData userdata)Imports a new UserData object.UserDataAnoAccessApplicationDataServiceImpl. updateUserData(UserData userdata)UserDataIAnoAccessApplicationDataService. updateUserData(UserData userdata)Updates a UserData object.Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service that return types with arguments of type UserData Modifier and Type Method Description List<UserData>AnoAccessApplicationDataServiceImpl. createUserDatas(List<UserData> list)List<UserData>IAnoAccessApplicationDataService. createUserDatas(List<UserData> list)Creates multiple new UserData objects.List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatas()List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatas(List<String> ids)Returns the UserData objects with the specified ids.List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatas(List<String> ids, net.anotheria.util.sorter.SortType sortType)Returns the UserData objects with the specified ids, sorted by given sorttype.List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatas(net.anotheria.util.slicer.Segment aSegment)Returns UserData objects segment.List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatas(net.anotheria.util.sorter.SortType sortType)List<UserData>IAnoAccessApplicationDataService. getUserDatas()Returns all UserDatas objects stored.List<UserData>IAnoAccessApplicationDataService. getUserDatas(net.anotheria.util.slicer.Segment aSegment)Returns UserDatas objects segment.List<UserData>IAnoAccessApplicationDataService. getUserDatas(net.anotheria.util.sorter.SortType sortType)Returns all UserDatas objects sorted by given sortType.List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatasByProperty(String propertyName, Object value)List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatasByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatasByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all UserData objects, where property matches.List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns UserData objects segment, where property matched.List<UserData>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.List<UserData>AnoAccessApplicationDataServiceImpl. getUserDatasByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all UserData objects, where property matches, sortedList<UserData>IAnoAccessApplicationDataService. getUserDatasByProperty(String propertyName, Object value)Returns all UserData objects, where property with given name equals object.List<UserData>IAnoAccessApplicationDataService. getUserDatasByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all UserData objects, where property with given name equals object, sorted.List<UserData>IAnoAccessApplicationDataService. getUserDatasByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all UserData objects, where property matches.List<UserData>IAnoAccessApplicationDataService. getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns UserData objects segment, where property matches.List<UserData>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.List<UserData>IAnoAccessApplicationDataService. getUserDatasByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all UserData objects, where property matches, sorted.List<UserData>AnoAccessApplicationDataServiceImpl. importUserDatas(List<UserData> list)List<UserData>IAnoAccessApplicationDataService. importUserDatas(List<UserData> list)Imports multiple new UserData object.List<UserData>AnoAccessApplicationDataServiceImpl. updateUserDatas(List<UserData> list)List<UserData>IAnoAccessApplicationDataService. updateUserDatas(List<UserData> list)Updates multiple UserData objects.Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service with parameters of type UserData Modifier and Type Method Description UserDataAnoAccessApplicationDataServiceImpl. createUserData(UserData userdata)UserDataIAnoAccessApplicationDataService. createUserData(UserData userdata)Creates a new UserData object.voidAnoAccessApplicationDataServiceImpl. deleteUserData(UserData userdata)voidIAnoAccessApplicationDataService. deleteUserData(UserData userdata)Deletes a UserData object.UserDataAnoAccessApplicationDataServiceImpl. importUserData(UserData userdata)UserDataIAnoAccessApplicationDataService. importUserData(UserData userdata)Imports a new UserData object.UserDataAnoAccessApplicationDataServiceImpl. updateUserData(UserData userdata)UserDataIAnoAccessApplicationDataService. updateUserData(UserData userdata)Updates a UserData object.Method parameters in net.anotheria.anosite.gen.anoaccessapplicationdata.service with type arguments of type UserData Modifier and Type Method Description List<UserData>AnoAccessApplicationDataServiceImpl. createUserDatas(List<UserData> list)List<UserData>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.List<UserData>AnoAccessApplicationDataServiceImpl. importUserDatas(List<UserData> list)List<UserData>IAnoAccessApplicationDataService. importUserDatas(List<UserData> list)Imports multiple new UserData object.List<UserData>AnoAccessApplicationDataServiceImpl. updateUserDatas(List<UserData> list)List<UserData>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 UserData Modifier and Type Method Description UserDataAnoAccessApplicationDataServiceFixtureImpl. createUserData(UserData userdata)UserDataAnoAccessApplicationDataServiceFixtureImpl. getUserData(String id)UserDataAnoAccessApplicationDataServiceFixtureImpl. importUserData(UserData userdata)UserDataAnoAccessApplicationDataServiceFixtureImpl. updateUserData(UserData userdata)Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture that return types with arguments of type UserData Modifier and Type Method Description List<UserData>AnoAccessApplicationDataServiceFixtureImpl. createUserDatas(List<UserData> list)Creates multiple new UserData objects.List<UserData>AnoAccessApplicationDataServiceFixtureImpl. getUserDatas()List<UserData>AnoAccessApplicationDataServiceFixtureImpl. getUserDatas(net.anotheria.util.slicer.Segment aSegment)Returns UserData objects segment.List<UserData>AnoAccessApplicationDataServiceFixtureImpl. getUserDatas(net.anotheria.util.sorter.SortType sortType)List<UserData>AnoAccessApplicationDataServiceFixtureImpl. getUserDatasByProperty(String propertyName, Object value)List<UserData>AnoAccessApplicationDataServiceFixtureImpl. getUserDatasByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)List<UserData>AnoAccessApplicationDataServiceFixtureImpl. getUserDatasByProperty(net.anotheria.anodoc.query2.QueryProperty... properties)Returns all UserData objects, where property matches.List<UserData>AnoAccessApplicationDataServiceFixtureImpl. getUserDatasByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns UserData objects segment, where property matched.List<UserData>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.List<UserData>AnoAccessApplicationDataServiceFixtureImpl. getUserDatasByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all UserData objects, where property matches, sortedList<UserData>AnoAccessApplicationDataServiceFixtureImpl. importUserDatas(List<UserData> list)List<UserData>AnoAccessApplicationDataServiceFixtureImpl. updateUserDatas(List<UserData> list)Updates multiple new UserData objects.Methods in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture with parameters of type UserData Modifier and Type Method Description UserDataAnoAccessApplicationDataServiceFixtureImpl. createUserData(UserData userdata)voidAnoAccessApplicationDataServiceFixtureImpl. deleteUserData(UserData userdata)UserDataAnoAccessApplicationDataServiceFixtureImpl. importUserData(UserData userdata)UserDataAnoAccessApplicationDataServiceFixtureImpl. updateUserData(UserData userdata)Method parameters in net.anotheria.anosite.gen.anoaccessapplicationdata.service.fixture with type arguments of type UserData Modifier and Type Method Description List<UserData>AnoAccessApplicationDataServiceFixtureImpl. 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)List<UserData>AnoAccessApplicationDataServiceFixtureImpl. importUserDatas(List<UserData> list)List<UserData>AnoAccessApplicationDataServiceFixtureImpl. updateUserDatas(List<UserData> list)Updates multiple new UserData objects.
-