Uses of Class
com.echothree.model.data.cancellationpolicy.common.pk.CancellationKindPK
Packages that use CancellationKindPK
Package
Description
-
Uses of CancellationKindPK in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationKindPKModifier and TypeMethodDescriptionCancellationKindDescription.getCancellationKindPK()
CancellationKindDetail.getCancellationKindPK()
CancellationPolicyDetail.getCancellationKindPK()
CancellationReasonDetail.getCancellationKindPK()
CancellationTypeDetail.getCancellationKindPK()
CancellationKind.getPrimaryKey()
Methods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationKindPKModifier and TypeMethodDescriptionvoid
CancellationKindDescription.setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
CancellationKindDetail.setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
CancellationPolicyDetail.setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
CancellationReasonDetail.setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
CancellationTypeDetail.setCancellationKindPK
(CancellationKindPK cancellationKindPK) -
Uses of CancellationKindPK in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationKindPKModifier and TypeMethodDescriptionCancellationKindFactory.getNextPK()
CancellationKindFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CancellationKindFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationKindPKModifier and TypeMethodDescriptionCancellationKindFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CancellationKindFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CancellationKindFactory.getPKsFromResultSetAsList
(ResultSet rs) CancellationKindFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationKindPKModifier and TypeMethodDescriptionCancellationKindDescriptionFactory.create
(CancellationKindPK cancellationKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) CancellationKindDescriptionFactory.create
(Session session, CancellationKindPK cancellationKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) CancellationKindDetailFactory.create
(CancellationKindPK cancellationKindPK, String cancellationKindName, SequenceTypePK cancellationSequenceTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationKindDetailFactory.create
(Session session, CancellationKindPK cancellationKindPK, String cancellationKindName, SequenceTypePK cancellationSequenceTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationPolicyDetailFactory.create
(CancellationPolicyPK cancellationPolicyPK, CancellationKindPK cancellationKindPK, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationPolicyDetailFactory.create
(Session session, CancellationPolicyPK cancellationPolicyPK, CancellationKindPK cancellationKindPK, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationReasonDetailFactory.create
(CancellationReasonPK cancellationReasonPK, CancellationKindPK cancellationKindPK, String cancellationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationReasonDetailFactory.create
(Session session, CancellationReasonPK cancellationReasonPK, CancellationKindPK cancellationKindPK, String cancellationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationTypeDetailFactory.create
(CancellationTypePK cancellationTypePK, CancellationKindPK cancellationKindPK, String cancellationTypeName, SequencePK cancellationSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationTypeDetailFactory.create
(Session session, CancellationTypePK cancellationTypePK, CancellationKindPK cancellationKindPK, String cancellationTypeName, SequencePK cancellationSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationKindFactory.getEntityFromCache
(Session session, CancellationKindPK pk) CancellationKindFactory.getEntityFromPK
(EntityPermission entityPermission, CancellationKindPK pk) CancellationKindFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CancellationKindPK pk) CancellationKindFactory.getValueFromPK
(Session session, CancellationKindPK pk) void
CancellationKindFactory.remove
(Session session, CancellationKindPK pk) boolean
CancellationKindFactory.validPK
(Session session, CancellationKindPK pk) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationKindPKModifier and TypeMethodDescriptionCancellationKindFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CancellationKindPK> pks) CancellationKindFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CancellationKindPK> pks) CancellationKindFactory.getValuesFromPKs
(Session session, Collection<CancellationKindPK> pks) void
CancellationKindFactory.remove
(Session session, Collection<CancellationKindPK> pks) void
CancellationKindFactory.remove
(Collection<CancellationKindPK> pks) -
Uses of CancellationKindPK in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationKindPKModifier and TypeMethodDescriptionCancellationKindDescriptionValue.getCancellationKindPK()
CancellationKindDetailValue.getCancellationKindPK()
CancellationPolicyDetailValue.getCancellationKindPK()
CancellationReasonDetailValue.getCancellationKindPK()
CancellationTypeDetailValue.getCancellationKindPK()
CancellationKindValue.getPrimaryKey()
Methods in com.echothree.model.data.cancellationpolicy.server.value with parameters of type CancellationKindPKModifier and TypeMethodDescriptionvoid
CancellationKindDescriptionValue.setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
CancellationKindDetailValue.setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
CancellationPolicyDetailValue.setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
CancellationReasonDetailValue.setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
CancellationTypeDetailValue.setCancellationKindPK
(CancellationKindPK cancellationKindPK) Constructors in com.echothree.model.data.cancellationpolicy.server.value with parameters of type CancellationKindPKModifierConstructorDescriptionCancellationKindDescriptionValue
(CancellationKindDescriptionPK cancellationKindDescriptionPK, CancellationKindPK cancellationKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CancellationKindDescriptionValueCancellationKindDescriptionValue
(CancellationKindPK cancellationKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CancellationKindDescriptionValueCancellationKindDetailValue
(CancellationKindDetailPK cancellationKindDetailPK, CancellationKindPK cancellationKindPK, String cancellationKindName, SequenceTypePK cancellationSequenceTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationKindDetailValueCancellationKindDetailValue
(CancellationKindPK cancellationKindPK, String cancellationKindName, SequenceTypePK cancellationSequenceTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationKindDetailValueCancellationKindValue
(CancellationKindPK cancellationKindPK, CancellationKindDetailPK activeDetailPK, CancellationKindDetailPK lastDetailPK) Creates a new instance of CancellationKindValueCancellationPolicyDetailValue
(CancellationPolicyDetailPK cancellationPolicyDetailPK, CancellationPolicyPK cancellationPolicyPK, CancellationKindPK cancellationKindPK, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyDetailValueCancellationPolicyDetailValue
(CancellationPolicyPK cancellationPolicyPK, CancellationKindPK cancellationKindPK, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyDetailValueCancellationReasonDetailValue
(CancellationReasonDetailPK cancellationReasonDetailPK, CancellationReasonPK cancellationReasonPK, CancellationKindPK cancellationKindPK, String cancellationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationReasonDetailValueCancellationReasonDetailValue
(CancellationReasonPK cancellationReasonPK, CancellationKindPK cancellationKindPK, String cancellationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationReasonDetailValueCancellationTypeDetailValue
(CancellationTypeDetailPK cancellationTypeDetailPK, CancellationTypePK cancellationTypePK, CancellationKindPK cancellationKindPK, String cancellationTypeName, SequencePK cancellationSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationTypeDetailValueCancellationTypeDetailValue
(CancellationTypePK cancellationTypePK, CancellationKindPK cancellationKindPK, String cancellationTypeName, SequencePK cancellationSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationTypeDetailValue