Uses of Class
com.echothree.model.data.user.server.entity.UserLogin
Packages that use UserLogin
Package
Description
-
Uses of UserLogin in com.echothree.control.user.user.server.command
Methods in com.echothree.control.user.user.server.command that return UserLoginModifier and TypeMethodDescriptionEditUserLoginCommand.getEntity(EditUserLoginResult result) protected UserLoginGetUserLoginCommand.getEntity()Methods in com.echothree.control.user.user.server.command with parameters of type UserLoginModifier and TypeMethodDescriptionvoidvoidEditUserLoginCommand.doLock(UserLoginEdit edit, UserLogin userLogin) voidvoidEditUserLoginCommand.fillInResult(EditUserLoginResult result, UserLogin userLogin) EditUserLoginCommand.getLockEntity(UserLogin userLogin) protected BaseResult -
Uses of UserLogin in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return UserLoginModifier and TypeMethodDescriptionUserControl.createUserLogin(Party party, String username, BasePK createdBy) UserControl.getUserLogin(Party party) UserControl.getUserLoginByUsername(String username) UserControl.getUserLoginByUsernameForUpdate(String username) UserControl.getUserLoginForUpdate(Party party) Methods in com.echothree.model.control.user.server.control with parameters of type UserLoginModifier and TypeMethodDescriptionvoidUserControl.deleteUserLogin(UserLogin userLogin, BasePK deletedBy) UserControl.getUserLoginTransfer(UserVisit userVisit, UserLogin userLogin) UserControl.getUserLoginValue(UserLogin userLogin) -
Uses of UserLogin in com.echothree.model.control.user.server.graphql
Constructors in com.echothree.model.control.user.server.graphql with parameters of type UserLogin -
Uses of UserLogin in com.echothree.model.control.user.server.logic
Methods in com.echothree.model.control.user.server.logic that return UserLoginModifier and TypeMethodDescriptionUserLoginLogic.getUserLoginByUsername(ExecutionErrorAccumulator eea, String username) -
Uses of UserLogin in com.echothree.model.control.user.server.transfer
Methods in com.echothree.model.control.user.server.transfer with parameters of type UserLoginModifier and TypeMethodDescriptionUserLoginTransferCache.getUserLoginTransfer(UserVisit userVisit, UserLogin userLogin) -
Uses of UserLogin in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserLoginModifier and TypeMethodDescriptionUserLoginFactory.getEntityFromCache(UserLoginPK pk) UserLoginFactory.getEntityFromPK(EntityPermission entityPermission, UserLoginPK pk) UserLoginFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) UserLoginFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) UserLoginFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) UserLoginFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) UserLoginFactory.getEntityFromValue(EntityPermission entityPermission, UserLoginValue value) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserLoginModifier and TypeMethodDescriptionUserLoginFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<UserLoginPK> pks) UserLoginFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) UserLoginFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) UserLoginFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) UserLoginFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserLoginModifier and TypeMethodDescriptionvoidvoidMethod parameters in com.echothree.model.data.user.server.factory with type arguments of type UserLogin