Uses of Class
com.echothree.model.data.workrequirement.server.value.WorkRequirementScopeValue
Packages that use WorkRequirementScopeValue
Package
Description
-
Uses of WorkRequirementScopeValue in com.echothree.model.data.workrequirement.server.entity
Methods in com.echothree.model.data.workrequirement.server.entity that return WorkRequirementScopeValueMethods in com.echothree.model.data.workrequirement.server.entity with parameters of type WorkRequirementScopeValueModifier and TypeMethodDescriptionvoid
WorkRequirementScope.setWorkRequirementScopeValue
(WorkRequirementScopeValue value) Constructors in com.echothree.model.data.workrequirement.server.entity with parameters of type WorkRequirementScopeValueModifierConstructorDescriptionWorkRequirementScope
(WorkRequirementScopeValue value, EntityPermission entityPermission) Creates a new instance of WorkRequirementScope -
Uses of WorkRequirementScopeValue in com.echothree.model.data.workrequirement.server.factory
Methods in com.echothree.model.data.workrequirement.server.factory that return WorkRequirementScopeValueModifier and TypeMethodDescriptionWorkRequirementScopeFactory.getValueFromPK
(Session session, WorkRequirementScopePK pk) WorkRequirementScopeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workrequirement.server.factory that return types with arguments of type WorkRequirementScopeValueModifier and TypeMethodDescriptionWorkRequirementScopeFactory.getValuesFromPKs
(Session session, Collection<WorkRequirementScopePK> pks) WorkRequirementScopeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workrequirement.server.factory with parameters of type WorkRequirementScopeValueModifier and TypeMethodDescriptionWorkRequirementScopeFactory.getEntityFromValue
(EntityPermission entityPermission, WorkRequirementScopeValue value) WorkRequirementScopeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WorkRequirementScopeValue value) Method parameters in com.echothree.model.data.workrequirement.server.factory with type arguments of type WorkRequirementScopeValueModifier and TypeMethodDescriptionvoid
WorkRequirementScopeFactory.create
(Session session, Collection<WorkRequirementScopeValue> _values) void
WorkRequirementScopeFactory.create
(Collection<WorkRequirementScopeValue> _values) -
Uses of WorkRequirementScopeValue in com.echothree.model.data.workrequirement.server.value
Methods in com.echothree.model.data.workrequirement.server.value that return WorkRequirementScopeValue