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(Session session, CancellationKindPK pk) CancellationKindFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationKindValueModifier and TypeMethodDescriptionCancellationKindFactory.getValuesFromPKs(Session session, Collection<CancellationKindPK> pks) CancellationKindFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationKindValueModifier and TypeMethodDescriptionCancellationKindFactory.getEntityFromValue(EntityPermission entityPermission, CancellationKindValue value) CancellationKindFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CancellationKindValue value) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationKindValueModifier and TypeMethodDescriptionvoidCancellationKindFactory.create(Session session, Collection<CancellationKindValue> _values) voidCancellationKindFactory.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