Uses of Class
com.echothree.model.data.cancellationpolicy.server.value.CancellationPolicyValue
Packages that use CancellationPolicyValue
Package
Description
-
Uses of CancellationPolicyValue in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationPolicyValueMethods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationPolicyValueModifier and TypeMethodDescriptionvoid
CancellationPolicy.setCancellationPolicyValue
(CancellationPolicyValue value) Constructors in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationPolicyValueModifierConstructorDescriptionCancellationPolicy
(CancellationPolicyValue value, EntityPermission entityPermission) Creates a new instance of CancellationPolicy -
Uses of CancellationPolicyValue in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationPolicyValueModifier and TypeMethodDescriptionCancellationPolicyFactory.getValueFromPK
(Session session, CancellationPolicyPK pk) CancellationPolicyFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationPolicyValueModifier and TypeMethodDescriptionCancellationPolicyFactory.getValuesFromPKs
(Session session, Collection<CancellationPolicyPK> pks) CancellationPolicyFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationPolicyValueModifier and TypeMethodDescriptionCancellationPolicyFactory.getEntityFromValue
(EntityPermission entityPermission, CancellationPolicyValue value) CancellationPolicyFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CancellationPolicyValue value) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationPolicyValueModifier and TypeMethodDescriptionvoid
CancellationPolicyFactory.create
(Session session, Collection<CancellationPolicyValue> _values) void
CancellationPolicyFactory.create
(Collection<CancellationPolicyValue> _values) -
Uses of CancellationPolicyValue in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationPolicyValue