Uses of Class
com.echothree.model.data.cancellationpolicy.server.value.CancellationReasonDescriptionValue
Packages that use CancellationReasonDescriptionValue
Package
Description
-
Uses of CancellationReasonDescriptionValue in com.echothree.model.control.cancellationpolicy.server.control
Methods in com.echothree.model.control.cancellationpolicy.server.control that return CancellationReasonDescriptionValueModifier and TypeMethodDescriptionCancellationPolicyControl.getCancellationReasonDescriptionValue
(CancellationReasonDescription cancellationReasonDescription) CancellationPolicyControl.getCancellationReasonDescriptionValueForUpdate
(CancellationReason cancellationReason, Language language) Methods in com.echothree.model.control.cancellationpolicy.server.control with parameters of type CancellationReasonDescriptionValueModifier and TypeMethodDescriptionvoid
CancellationPolicyControl.updateCancellationReasonDescriptionFromValue
(CancellationReasonDescriptionValue cancellationReasonDescriptionValue, BasePK updatedBy) -
Uses of CancellationReasonDescriptionValue in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationReasonDescriptionValueModifier and TypeMethodDescriptionCancellationReasonDescription.getCancellationReasonDescriptionValue()
Methods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationReasonDescriptionValueModifier and TypeMethodDescriptionvoid
CancellationReasonDescription.setCancellationReasonDescriptionValue
(CancellationReasonDescriptionValue value) Constructors in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationReasonDescriptionValueModifierConstructorDescriptionCancellationReasonDescription
(CancellationReasonDescriptionValue value, EntityPermission entityPermission) Creates a new instance of CancellationReasonDescription -
Uses of CancellationReasonDescriptionValue in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationReasonDescriptionValueModifier and TypeMethodDescriptionCancellationReasonDescriptionFactory.getValueFromPK
(Session session, CancellationReasonDescriptionPK pk) CancellationReasonDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationReasonDescriptionValueModifier and TypeMethodDescriptionCancellationReasonDescriptionFactory.getValuesFromPKs
(Session session, Collection<CancellationReasonDescriptionPK> pks) CancellationReasonDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationReasonDescriptionValueModifier and TypeMethodDescriptionCancellationReasonDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, CancellationReasonDescriptionValue value) CancellationReasonDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CancellationReasonDescriptionValue value) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationReasonDescriptionValueModifier and TypeMethodDescriptionvoid
CancellationReasonDescriptionFactory.create
(Session session, Collection<CancellationReasonDescriptionValue> _values) void
CancellationReasonDescriptionFactory.create
(Collection<CancellationReasonDescriptionValue> _values) -
Uses of CancellationReasonDescriptionValue in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationReasonDescriptionValue