Uses of Class
com.echothree.model.data.user.server.value.UserKeyStatusValue
Packages that use UserKeyStatusValue
Package
Description
-
Uses of UserKeyStatusValue in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserKeyStatusValueMethods in com.echothree.model.data.user.server.entity with parameters of type UserKeyStatusValueModifier and TypeMethodDescriptionvoid
UserKeyStatus.setUserKeyStatusValue
(UserKeyStatusValue value) Constructors in com.echothree.model.data.user.server.entity with parameters of type UserKeyStatusValueModifierConstructorDescriptionUserKeyStatus
(UserKeyStatusValue value, EntityPermission entityPermission) Creates a new instance of UserKeyStatus -
Uses of UserKeyStatusValue in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserKeyStatusValueModifier and TypeMethodDescriptionUserKeyStatusFactory.getValueFromPK
(Session session, UserKeyStatusPK pk) UserKeyStatusFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserKeyStatusValueModifier and TypeMethodDescriptionUserKeyStatusFactory.getValuesFromPKs
(Session session, Collection<UserKeyStatusPK> pks) UserKeyStatusFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserKeyStatusValueModifier and TypeMethodDescriptionUserKeyStatusFactory.getEntityFromValue
(EntityPermission entityPermission, UserKeyStatusValue value) UserKeyStatusFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, UserKeyStatusValue value) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserKeyStatusValueModifier and TypeMethodDescriptionvoid
UserKeyStatusFactory.create
(Session session, Collection<UserKeyStatusValue> _values) void
UserKeyStatusFactory.create
(Collection<UserKeyStatusValue> _values) -
Uses of UserKeyStatusValue in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserKeyStatusValue