Uses of Class
com.echothree.model.data.offer.server.value.SourceValue
Packages that use SourceValue
Package
Description
-
Uses of SourceValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return SourceValueMethods in com.echothree.model.data.offer.server.entity with parameters of type SourceValueConstructors in com.echothree.model.data.offer.server.entity with parameters of type SourceValueModifierConstructorDescriptionSource(SourceValue value, EntityPermission entityPermission) Creates a new instance of Source -
Uses of SourceValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return SourceValueModifier and TypeMethodDescriptionSourceFactory.getValueFromPK(Session session, SourcePK pk) SourceFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type SourceValueModifier and TypeMethodDescriptionSourceFactory.getValuesFromPKs(Session session, Collection<SourcePK> pks) SourceFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type SourceValueModifier and TypeMethodDescriptionSourceFactory.getEntityFromValue(EntityPermission entityPermission, SourceValue value) SourceFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SourceValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type SourceValueModifier and TypeMethodDescriptionvoidSourceFactory.create(Session session, Collection<SourceValue> _values) voidSourceFactory.create(Collection<SourceValue> _values) -
Uses of SourceValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return SourceValue