Uses of Class
com.echothree.model.data.cancellationpolicy.server.value.CancellationKindValue
Packages that use CancellationKindValue
Package
Description
-
Uses of CancellationKindValue in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationKindValueMethods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationKindValueModifier and TypeMethodDescriptionvoidCancellationKind.setCancellationKindValue(CancellationKindValue value) Constructors in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationKindValueModifierConstructorDescriptionCancellationKind(CancellationKindValue value, EntityPermission entityPermission) Creates a new instance of CancellationKind -
Uses of CancellationKindValue in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationKindValueModifier and TypeMethodDescriptionCancellationKindFactory.getValueFromPK(CancellationKindPK pk) CancellationKindFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationKindValueModifier and TypeMethodDescriptionCancellationKindFactory.getValuesFromPKs(Collection<CancellationKindPK> pks) CancellationKindFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationKindValueModifier and TypeMethodDescriptionCancellationKindFactory.getEntityFromValue(EntityPermission entityPermission, CancellationKindValue value) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationKindValueModifier and TypeMethodDescriptionvoidCancellationKindFactory.create(Collection<CancellationKindValue> _values) -
Uses of CancellationKindValue in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationKindValue