Uses of Class
com.echothree.model.data.cancellationpolicy.server.value.CancellationReasonDetailValue
Packages that use CancellationReasonDetailValue
Package
Description
-
Uses of CancellationReasonDetailValue in com.echothree.model.control.cancellationpolicy.server.control
Methods in com.echothree.model.control.cancellationpolicy.server.control that return CancellationReasonDetailValueModifier and TypeMethodDescriptionCancellationPolicyControl.getCancellationReasonDetailValueByNameForUpdate
(CancellationKind cancellationKind, String cancellationReasonName) CancellationPolicyControl.getCancellationReasonDetailValueForUpdate
(CancellationReason cancellationReason) CancellationPolicyControl.getDefaultCancellationReasonDetailValueForUpdate
(CancellationKind cancellationKind) Methods in com.echothree.model.control.cancellationpolicy.server.control with parameters of type CancellationReasonDetailValueModifier and TypeMethodDescriptionvoid
CancellationPolicyControl.updateCancellationReasonFromValue
(CancellationReasonDetailValue cancellationReasonDetailValue, BasePK updatedBy) -
Uses of CancellationReasonDetailValue in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationReasonDetailValueMethods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationReasonDetailValueModifier and TypeMethodDescriptionvoid
CancellationReasonDetail.setCancellationReasonDetailValue
(CancellationReasonDetailValue value) Constructors in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationReasonDetailValueModifierConstructorDescriptionCancellationReasonDetail
(CancellationReasonDetailValue value, EntityPermission entityPermission) Creates a new instance of CancellationReasonDetail -
Uses of CancellationReasonDetailValue in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationReasonDetailValueModifier and TypeMethodDescriptionCancellationReasonDetailFactory.getValueFromPK
(Session session, CancellationReasonDetailPK pk) CancellationReasonDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationReasonDetailValueModifier and TypeMethodDescriptionCancellationReasonDetailFactory.getValuesFromPKs
(Session session, Collection<CancellationReasonDetailPK> pks) CancellationReasonDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationReasonDetailValueModifier and TypeMethodDescriptionCancellationReasonDetailFactory.getEntityFromValue
(EntityPermission entityPermission, CancellationReasonDetailValue value) CancellationReasonDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CancellationReasonDetailValue value) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationReasonDetailValueModifier and TypeMethodDescriptionvoid
CancellationReasonDetailFactory.create
(Session session, Collection<CancellationReasonDetailValue> _values) void
CancellationReasonDetailFactory.create
(Collection<CancellationReasonDetailValue> _values) -
Uses of CancellationReasonDetailValue in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationReasonDetailValue