Uses of Class
com.echothree.model.data.offer.server.value.UseValue
Packages that use UseValue
Package
Description
-
Uses of UseValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return UseValueMethods in com.echothree.model.data.offer.server.entity with parameters of type UseValueConstructors in com.echothree.model.data.offer.server.entity with parameters of type UseValueModifierConstructorDescriptionUse(UseValue value, EntityPermission entityPermission) Creates a new instance of Use -
Uses of UseValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return UseValueModifier and TypeMethodDescriptionUseFactory.getValueFromPK(Session session, UsePK pk) UseFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type UseValueModifier and TypeMethodDescriptionUseFactory.getValuesFromPKs(Session session, Collection<UsePK> pks) UseFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type UseValueModifier and TypeMethodDescriptionUseFactory.getEntityFromValue(EntityPermission entityPermission, UseValue value) UseFactory.getEntityFromValue(Session session, EntityPermission entityPermission, UseValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type UseValueModifier and TypeMethodDescriptionvoidUseFactory.create(Session session, Collection<UseValue> _values) voidUseFactory.create(Collection<UseValue> _values) -
Uses of UseValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return UseValue