Uses of Class
com.echothree.model.data.cancellationpolicy.server.value.CancellationKindDescriptionValue
Packages that use CancellationKindDescriptionValue
Package
Description
-
Uses of CancellationKindDescriptionValue in com.echothree.model.control.cancellationpolicy.server.control
Methods in com.echothree.model.control.cancellationpolicy.server.control that return CancellationKindDescriptionValueModifier and TypeMethodDescriptionCancellationPolicyControl.getCancellationKindDescriptionValue
(CancellationKindDescription cancellationKindDescription) CancellationPolicyControl.getCancellationKindDescriptionValueForUpdate
(CancellationKind cancellationKind, Language language) Methods in com.echothree.model.control.cancellationpolicy.server.control with parameters of type CancellationKindDescriptionValueModifier and TypeMethodDescriptionvoid
CancellationPolicyControl.updateCancellationKindDescriptionFromValue
(CancellationKindDescriptionValue cancellationKindDescriptionValue, BasePK updatedBy) -
Uses of CancellationKindDescriptionValue in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationKindDescriptionValueModifier and TypeMethodDescriptionCancellationKindDescription.getCancellationKindDescriptionValue()
Methods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationKindDescriptionValueModifier and TypeMethodDescriptionvoid
CancellationKindDescription.setCancellationKindDescriptionValue
(CancellationKindDescriptionValue value) Constructors in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationKindDescriptionValueModifierConstructorDescriptionCancellationKindDescription
(CancellationKindDescriptionValue value, EntityPermission entityPermission) Creates a new instance of CancellationKindDescription -
Uses of CancellationKindDescriptionValue in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationKindDescriptionValueModifier and TypeMethodDescriptionCancellationKindDescriptionFactory.getValueFromPK
(Session session, CancellationKindDescriptionPK pk) CancellationKindDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationKindDescriptionValueModifier and TypeMethodDescriptionCancellationKindDescriptionFactory.getValuesFromPKs
(Session session, Collection<CancellationKindDescriptionPK> pks) CancellationKindDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationKindDescriptionValueModifier and TypeMethodDescriptionCancellationKindDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, CancellationKindDescriptionValue value) CancellationKindDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CancellationKindDescriptionValue value) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationKindDescriptionValueModifier and TypeMethodDescriptionvoid
CancellationKindDescriptionFactory.create
(Session session, Collection<CancellationKindDescriptionValue> _values) void
CancellationKindDescriptionFactory.create
(Collection<CancellationKindDescriptionValue> _values) -
Uses of CancellationKindDescriptionValue in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationKindDescriptionValue