Uses of Class
com.echothree.model.data.cancellationpolicy.server.value.CancellationKindDetailValue
Packages that use CancellationKindDetailValue
Package
Description
-
Uses of CancellationKindDetailValue in com.echothree.model.control.cancellationpolicy.server.control
Methods in com.echothree.model.control.cancellationpolicy.server.control that return CancellationKindDetailValueModifier and TypeMethodDescriptionCancellationPolicyControl.getCancellationKindDetailValueByNameForUpdate(String cancellationKindName) CancellationPolicyControl.getCancellationKindDetailValueForUpdate(CancellationKind cancellationKind) CancellationPolicyControl.getDefaultCancellationKindDetailValueForUpdate()Methods in com.echothree.model.control.cancellationpolicy.server.control with parameters of type CancellationKindDetailValueModifier and TypeMethodDescriptionvoidCancellationPolicyControl.updateCancellationKindFromValue(CancellationKindDetailValue cancellationKindDetailValue, BasePK updatedBy) -
Uses of CancellationKindDetailValue in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationKindDetailValueMethods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationKindDetailValueModifier and TypeMethodDescriptionvoidCancellationKindDetail.setCancellationKindDetailValue(CancellationKindDetailValue value) Constructors in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationKindDetailValueModifierConstructorDescriptionCancellationKindDetail(CancellationKindDetailValue value, EntityPermission entityPermission) Creates a new instance of CancellationKindDetail -
Uses of CancellationKindDetailValue in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationKindDetailValueModifier and TypeMethodDescriptionCancellationKindDetailFactory.getValueFromPK(Session session, CancellationKindDetailPK pk) CancellationKindDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationKindDetailValueModifier and TypeMethodDescriptionCancellationKindDetailFactory.getValuesFromPKs(Session session, Collection<CancellationKindDetailPK> pks) CancellationKindDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationKindDetailValueModifier and TypeMethodDescriptionCancellationKindDetailFactory.getEntityFromValue(EntityPermission entityPermission, CancellationKindDetailValue value) CancellationKindDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CancellationKindDetailValue value) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationKindDetailValueModifier and TypeMethodDescriptionvoidCancellationKindDetailFactory.create(Session session, Collection<CancellationKindDetailValue> _values) voidCancellationKindDetailFactory.create(Collection<CancellationKindDetailValue> _values) -
Uses of CancellationKindDetailValue in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationKindDetailValue