Uses of Class
com.echothree.model.data.cancellationpolicy.common.pk.CancellationReasonDescriptionPK
Packages that use CancellationReasonDescriptionPK
Package
Description
-
Uses of CancellationReasonDescriptionPK in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationReasonDescriptionPK -
Uses of CancellationReasonDescriptionPK in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationReasonDescriptionPKModifier and TypeMethodDescriptionCancellationReasonDescriptionFactory.getNextPK()CancellationReasonDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) CancellationReasonDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationReasonDescriptionPKModifier and TypeMethodDescriptionCancellationReasonDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CancellationReasonDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CancellationReasonDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) CancellationReasonDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationReasonDescriptionPKModifier and TypeMethodDescriptionCancellationReasonDescriptionFactory.getEntityFromCache(CancellationReasonDescriptionPK pk) CancellationReasonDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, CancellationReasonDescriptionPK pk) CancellationReasonDescriptionFactory.getValueFromPK(CancellationReasonDescriptionPK pk) voidCancellationReasonDescriptionFactory.remove(CancellationReasonDescriptionPK pk) booleanCancellationReasonDescriptionFactory.validPK(CancellationReasonDescriptionPK pk) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationReasonDescriptionPKModifier and TypeMethodDescriptionCancellationReasonDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CancellationReasonDescriptionPK> pks) CancellationReasonDescriptionFactory.getValuesFromPKs(Collection<CancellationReasonDescriptionPK> pks) voidCancellationReasonDescriptionFactory.remove(Collection<CancellationReasonDescriptionPK> pks) -
Uses of CancellationReasonDescriptionPK in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationReasonDescriptionPKConstructors in com.echothree.model.data.cancellationpolicy.server.value with parameters of type CancellationReasonDescriptionPKModifierConstructorDescriptionCancellationReasonDescriptionValue(CancellationReasonDescriptionPK cancellationReasonDescriptionPK, CancellationReasonPK cancellationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CancellationReasonDescriptionValue -
Uses of CancellationReasonDescriptionPK in com.echothree.model.jooq.server.records.cancellationpolicy
Methods in com.echothree.model.jooq.server.records.cancellationpolicy that return CancellationReasonDescriptionPKModifier and TypeMethodDescriptionCancellationReasonDescriptions.CancellationReasonDescription()Getter forcancellationreasondescriptions.cnclrsnd_cancellationreasondescriptionid.Methods in com.echothree.model.jooq.server.records.cancellationpolicy that return types with arguments of type CancellationReasonDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<CancellationReasonDescriptionPK> CancellationReasonDescriptions.key()Methods in com.echothree.model.jooq.server.records.cancellationpolicy with parameters of type CancellationReasonDescriptionPKModifier and TypeMethodDescriptionvoidCancellationReasonDescriptions.CancellationReasonDescription(CancellationReasonDescriptionPK value) Setter forcancellationreasondescriptions.cnclrsnd_cancellationreasondescriptionid.Constructors in com.echothree.model.jooq.server.records.cancellationpolicy with parameters of type CancellationReasonDescriptionPKModifierConstructorDescriptionCancellationReasonDescriptions(CancellationReasonDescriptionPK CancellationReasonDescription, CancellationReasonPK CancellationReason, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised CancellationReasonDescriptions -
Uses of CancellationReasonDescriptionPK in com.echothree.model.jooq.server.tables.cancellationpolicy
Fields in com.echothree.model.jooq.server.tables.cancellationpolicy with type parameters of type CancellationReasonDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CancellationReasonDescriptions, CancellationReasonDescriptionPK> CancellationReasonDescriptions.CANCELLATION_REASON_DESCRIPTIONThe columncancellationreasondescriptions.cnclrsnd_cancellationreasondescriptionid.