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 TypeMethodDescriptionvoidWorkRequirementScope.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(WorkRequirementScopePK pk) WorkRequirementScopeFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workrequirement.server.factory that return types with arguments of type WorkRequirementScopeValueModifier and TypeMethodDescriptionWorkRequirementScopeFactory.getValuesFromPKs(Collection<WorkRequirementScopePK> pks) WorkRequirementScopeFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workrequirement.server.factory with parameters of type WorkRequirementScopeValueModifier and TypeMethodDescriptionWorkRequirementScopeFactory.getEntityFromValue(EntityPermission entityPermission, WorkRequirementScopeValue value) Method parameters in com.echothree.model.data.workrequirement.server.factory with type arguments of type WorkRequirementScopeValueModifier and TypeMethodDescriptionvoidWorkRequirementScopeFactory.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