Uses of Class
com.echothree.model.data.campaign.server.value.CampaignContentDescriptionValue
Packages that use CampaignContentDescriptionValue
Package
Description
-
Uses of CampaignContentDescriptionValue in com.echothree.model.control.campaign.server.control
Methods in com.echothree.model.control.campaign.server.control that return CampaignContentDescriptionValueModifier and TypeMethodDescriptionCampaignControl.getCampaignContentDescriptionValue
(CampaignContentDescription campaignContentDescription) CampaignControl.getCampaignContentDescriptionValueForUpdate
(CampaignContent campaignContent, Language language) Methods in com.echothree.model.control.campaign.server.control with parameters of type CampaignContentDescriptionValueModifier and TypeMethodDescriptionvoid
CampaignControl.updateCampaignContentDescriptionFromValue
(CampaignContentDescriptionValue campaignContentDescriptionValue, BasePK updatedBy) -
Uses of CampaignContentDescriptionValue in com.echothree.model.data.campaign.server.entity
Methods in com.echothree.model.data.campaign.server.entity that return CampaignContentDescriptionValueModifier and TypeMethodDescriptionCampaignContentDescription.getCampaignContentDescriptionValue()
Methods in com.echothree.model.data.campaign.server.entity with parameters of type CampaignContentDescriptionValueModifier and TypeMethodDescriptionvoid
CampaignContentDescription.setCampaignContentDescriptionValue
(CampaignContentDescriptionValue value) Constructors in com.echothree.model.data.campaign.server.entity with parameters of type CampaignContentDescriptionValueModifierConstructorDescriptionCampaignContentDescription
(CampaignContentDescriptionValue value, EntityPermission entityPermission) Creates a new instance of CampaignContentDescription -
Uses of CampaignContentDescriptionValue in com.echothree.model.data.campaign.server.factory
Methods in com.echothree.model.data.campaign.server.factory that return CampaignContentDescriptionValueModifier and TypeMethodDescriptionCampaignContentDescriptionFactory.getValueFromPK
(Session session, CampaignContentDescriptionPK pk) CampaignContentDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory that return types with arguments of type CampaignContentDescriptionValueModifier and TypeMethodDescriptionCampaignContentDescriptionFactory.getValuesFromPKs
(Session session, Collection<CampaignContentDescriptionPK> pks) CampaignContentDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory with parameters of type CampaignContentDescriptionValueModifier and TypeMethodDescriptionCampaignContentDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, CampaignContentDescriptionValue value) CampaignContentDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CampaignContentDescriptionValue value) Method parameters in com.echothree.model.data.campaign.server.factory with type arguments of type CampaignContentDescriptionValueModifier and TypeMethodDescriptionvoid
CampaignContentDescriptionFactory.create
(Session session, Collection<CampaignContentDescriptionValue> _values) void
CampaignContentDescriptionFactory.create
(Collection<CampaignContentDescriptionValue> _values) -
Uses of CampaignContentDescriptionValue in com.echothree.model.data.campaign.server.value
Methods in com.echothree.model.data.campaign.server.value that return CampaignContentDescriptionValue