Searched refs:UserAccountLogic (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadmin.py47 from testmanager.core.useraccount import UserAccountLogic, UserAccountData namespace
198 d[self.ksActionUserList] = lambda: self._actionGenericListing(UserAccountLogic, WuiUserAccountList)
202 d[self.ksActionUserAddPost] = lambda: self._actionGenericFormAddPost(UserAccountData, UserAccountLogic,
204 d[self.ksActionUserEditPost] = lambda: self._actionGenericFormEditPost(UserAccountData, UserAccountLogic,
206 d[self.ksActionUserDelPost] = lambda: self._actionGenericDoRemove(UserAccountLogic,
H A Dwuibase.py41 from testmanager.core.useraccount import UserAccountLogic namespace
128 self._oCurUser = UserAccountLogic(self._oDb).tryFetchAccountByLoginName(oSrvGlue.getLoginName());
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Duseraccount.py116 class UserAccountLogic(ModelLogicBase): class in inherits:ModelLogicBase
H A Dtestcase.py42 from testmanager.core.useraccount import UserAccountLogic; namespace
1117 return (UserAccountLogic(self._oDb).resolveChangeLogAuthors(aoEntries), len(aoRows) > cMaxRows);

Completed in 51 milliseconds