Uses of Class
com.echothree.model.data.cancellationpolicy.common.pk.CancellationReasonPK
Packages that use CancellationReasonPK
Package
Description
-
Uses of CancellationReasonPK in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationReasonPKModifier and TypeMethodDescriptionCancellationPolicyReason.getCancellationReasonPK()CancellationReasonDescription.getCancellationReasonPK()CancellationReasonDetail.getCancellationReasonPK()CancellationReasonType.getCancellationReasonPK()CancellationReason.getPrimaryKey()Methods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationReasonPKModifier and TypeMethodDescriptionvoidCancellationPolicyReason.setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) voidCancellationReasonDescription.setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) voidCancellationReasonDetail.setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) voidCancellationReasonType.setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) -
Uses of CancellationReasonPK in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationReasonPKModifier and TypeMethodDescriptionCancellationReasonFactory.getNextPK()CancellationReasonFactory.getPKFromQuery(PreparedStatement ps, Object... params) CancellationReasonFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationReasonPKModifier and TypeMethodDescriptionCancellationReasonFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CancellationReasonFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CancellationReasonFactory.getPKsFromResultSetAsList(ResultSet rs) CancellationReasonFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationReasonPKModifier and TypeMethodDescriptionCancellationPolicyReasonFactory.create(CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationReasonDescriptionFactory.create(CancellationReasonPK cancellationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) CancellationReasonDetailFactory.create(CancellationReasonPK cancellationReasonPK, CancellationKindPK cancellationKindPK, String cancellationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationReasonTypeFactory.create(CancellationReasonPK cancellationReasonPK, CancellationTypePK cancellationTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationReasonFactory.getEntityFromCache(CancellationReasonPK pk) CancellationReasonFactory.getEntityFromPK(EntityPermission entityPermission, CancellationReasonPK pk) CancellationReasonFactory.getValueFromPK(CancellationReasonPK pk) voidCancellationReasonFactory.remove(CancellationReasonPK pk) booleanCancellationReasonFactory.validPK(CancellationReasonPK pk) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationReasonPKModifier and TypeMethodDescriptionCancellationReasonFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CancellationReasonPK> pks) CancellationReasonFactory.getValuesFromPKs(Collection<CancellationReasonPK> pks) voidCancellationReasonFactory.remove(Collection<CancellationReasonPK> pks) -
Uses of CancellationReasonPK in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationReasonPKModifier and TypeMethodDescriptionCancellationPolicyReasonValue.getCancellationReasonPK()CancellationReasonDescriptionValue.getCancellationReasonPK()CancellationReasonDetailValue.getCancellationReasonPK()CancellationReasonTypeValue.getCancellationReasonPK()CancellationReasonValue.getPrimaryKey()Methods in com.echothree.model.data.cancellationpolicy.server.value with parameters of type CancellationReasonPKModifier and TypeMethodDescriptionvoidCancellationPolicyReasonValue.setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) voidCancellationReasonDescriptionValue.setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) voidCancellationReasonDetailValue.setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) voidCancellationReasonTypeValue.setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) Constructors in com.echothree.model.data.cancellationpolicy.server.value with parameters of type CancellationReasonPKModifierConstructorDescriptionCancellationPolicyReasonValue(CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyReasonValueCancellationPolicyReasonValue(CancellationPolicyReasonPK cancellationPolicyReasonPK, CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyReasonValueCancellationReasonDescriptionValue(CancellationReasonDescriptionPK cancellationReasonDescriptionPK, CancellationReasonPK cancellationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CancellationReasonDescriptionValueCancellationReasonDescriptionValue(CancellationReasonPK cancellationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CancellationReasonDescriptionValueCancellationReasonDetailValue(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 CancellationReasonDetailValueCancellationReasonTypeValue(CancellationReasonPK cancellationReasonPK, CancellationTypePK cancellationTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationReasonTypeValueCancellationReasonTypeValue(CancellationReasonTypePK cancellationReasonTypePK, CancellationReasonPK cancellationReasonPK, CancellationTypePK cancellationTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationReasonTypeValueCancellationReasonValue(CancellationReasonPK cancellationReasonPK, CancellationReasonDetailPK activeDetailPK, CancellationReasonDetailPK lastDetailPK) Creates a new instance of CancellationReasonValue