Uses of Class
com.echothree.model.data.campaign.common.pk.CampaignContentDescriptionPK
Packages that use CampaignContentDescriptionPK
Package
Description
-
Uses of CampaignContentDescriptionPK in com.echothree.model.data.campaign.server.entity
Methods in com.echothree.model.data.campaign.server.entity that return CampaignContentDescriptionPK -
Uses of CampaignContentDescriptionPK in com.echothree.model.data.campaign.server.factory
Methods in com.echothree.model.data.campaign.server.factory that return CampaignContentDescriptionPKModifier and TypeMethodDescriptionCampaignContentDescriptionFactory.getNextPK()
CampaignContentDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CampaignContentDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory that return types with arguments of type CampaignContentDescriptionPKModifier and TypeMethodDescriptionCampaignContentDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CampaignContentDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CampaignContentDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) CampaignContentDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory with parameters of type CampaignContentDescriptionPKModifier and TypeMethodDescriptionCampaignContentDescriptionFactory.getEntityFromCache
(Session session, CampaignContentDescriptionPK pk) CampaignContentDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, CampaignContentDescriptionPK pk) CampaignContentDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CampaignContentDescriptionPK pk) CampaignContentDescriptionFactory.getValueFromPK
(Session session, CampaignContentDescriptionPK pk) void
CampaignContentDescriptionFactory.remove
(Session session, CampaignContentDescriptionPK pk) boolean
CampaignContentDescriptionFactory.validPK
(Session session, CampaignContentDescriptionPK pk) Method parameters in com.echothree.model.data.campaign.server.factory with type arguments of type CampaignContentDescriptionPKModifier and TypeMethodDescriptionCampaignContentDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CampaignContentDescriptionPK> pks) CampaignContentDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CampaignContentDescriptionPK> pks) CampaignContentDescriptionFactory.getValuesFromPKs
(Session session, Collection<CampaignContentDescriptionPK> pks) void
CampaignContentDescriptionFactory.remove
(Session session, Collection<CampaignContentDescriptionPK> pks) void
CampaignContentDescriptionFactory.remove
(Collection<CampaignContentDescriptionPK> pks) -
Uses of CampaignContentDescriptionPK in com.echothree.model.data.campaign.server.value
Methods in com.echothree.model.data.campaign.server.value that return CampaignContentDescriptionPKConstructors in com.echothree.model.data.campaign.server.value with parameters of type CampaignContentDescriptionPKModifierConstructorDescriptionCampaignContentDescriptionValue
(CampaignContentDescriptionPK campaignContentDescriptionPK, CampaignContentPK campaignContentPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CampaignContentDescriptionValue