Uses of Class
com.echothree.model.data.user.server.value.UserLoginValue
Packages that use UserLoginValue
Package
Description
-
Uses of UserLoginValue in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return UserLoginValueModifier and TypeMethodDescriptionUserControl.getUserLoginValue
(UserLogin userLogin) UserControl.getUserLoginValueForUpdate
(Party party) Methods in com.echothree.model.control.user.server.control with parameters of type UserLoginValueModifier and TypeMethodDescriptionvoid
UserControl.updateUserLoginFromValue
(UserLoginValue userLoginValue, BasePK updatedBy) -
Uses of UserLoginValue in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserLoginValueMethods in com.echothree.model.data.user.server.entity with parameters of type UserLoginValueConstructors in com.echothree.model.data.user.server.entity with parameters of type UserLoginValueModifierConstructorDescriptionUserLogin
(UserLoginValue value, EntityPermission entityPermission) Creates a new instance of UserLogin -
Uses of UserLoginValue in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserLoginValueModifier and TypeMethodDescriptionUserLoginFactory.getValueFromPK
(Session session, UserLoginPK pk) UserLoginFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserLoginValueModifier and TypeMethodDescriptionUserLoginFactory.getValuesFromPKs
(Session session, Collection<UserLoginPK> pks) UserLoginFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserLoginValueModifier and TypeMethodDescriptionUserLoginFactory.getEntityFromValue
(EntityPermission entityPermission, UserLoginValue value) UserLoginFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, UserLoginValue value) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserLoginValueModifier and TypeMethodDescriptionvoid
UserLoginFactory.create
(Session session, Collection<UserLoginValue> _values) void
UserLoginFactory.create
(Collection<UserLoginValue> _values) -
Uses of UserLoginValue in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserLoginValue