Uses of Class
com.echothree.model.data.cancellationpolicy.server.value.CancellationReasonValue
Packages that use CancellationReasonValue
Package
Description
-
Uses of CancellationReasonValue in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationReasonValueMethods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationReasonValueModifier and TypeMethodDescriptionvoid
CancellationReason.setCancellationReasonValue
(CancellationReasonValue value) Constructors in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationReasonValueModifierConstructorDescriptionCancellationReason
(CancellationReasonValue value, EntityPermission entityPermission) Creates a new instance of CancellationReason -
Uses of CancellationReasonValue in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationReasonValueModifier and TypeMethodDescriptionCancellationReasonFactory.getValueFromPK
(Session session, CancellationReasonPK pk) CancellationReasonFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationReasonValueModifier and TypeMethodDescriptionCancellationReasonFactory.getValuesFromPKs
(Session session, Collection<CancellationReasonPK> pks) CancellationReasonFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationReasonValueModifier and TypeMethodDescriptionCancellationReasonFactory.getEntityFromValue
(EntityPermission entityPermission, CancellationReasonValue value) CancellationReasonFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CancellationReasonValue value) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationReasonValueModifier and TypeMethodDescriptionvoid
CancellationReasonFactory.create
(Session session, Collection<CancellationReasonValue> _values) void
CancellationReasonFactory.create
(Collection<CancellationReasonValue> _values) -
Uses of CancellationReasonValue in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationReasonValue