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
(Session session, CancellationReasonDescriptionPK pk) CancellationReasonDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, CancellationReasonDescriptionPK pk) CancellationReasonDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CancellationReasonDescriptionPK pk) CancellationReasonDescriptionFactory.getValueFromPK
(Session session, CancellationReasonDescriptionPK pk) void
CancellationReasonDescriptionFactory.remove
(Session session, CancellationReasonDescriptionPK pk) boolean
CancellationReasonDescriptionFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CancellationReasonDescriptionPK> pks) CancellationReasonDescriptionFactory.getValuesFromPKs
(Session session, Collection<CancellationReasonDescriptionPK> pks) void
CancellationReasonDescriptionFactory.remove
(Session session, Collection<CancellationReasonDescriptionPK> pks) void
CancellationReasonDescriptionFactory.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