Uses of Class
com.echothree.model.data.campaign.server.value.CampaignContentDetailValue
Packages that use CampaignContentDetailValue
Package
Description
-
Uses of CampaignContentDetailValue in com.echothree.model.control.campaign.server.control
Methods in com.echothree.model.control.campaign.server.control that return CampaignContentDetailValueModifier and TypeMethodDescriptionCampaignControl.getCampaignContentDetailValueByNameForUpdate
(String campaignContentName) CampaignControl.getCampaignContentDetailValueForUpdate
(CampaignContent campaignContent) CampaignControl.getDefaultCampaignContentDetailValueForUpdate()
Methods in com.echothree.model.control.campaign.server.control with parameters of type CampaignContentDetailValueModifier and TypeMethodDescriptionvoid
CampaignControl.updateCampaignContentFromValue
(CampaignContentDetailValue campaignContentDetailValue, BasePK updatedBy) -
Uses of CampaignContentDetailValue in com.echothree.model.data.campaign.server.entity
Methods in com.echothree.model.data.campaign.server.entity that return CampaignContentDetailValueMethods in com.echothree.model.data.campaign.server.entity with parameters of type CampaignContentDetailValueModifier and TypeMethodDescriptionvoid
CampaignContentDetail.setCampaignContentDetailValue
(CampaignContentDetailValue value) Constructors in com.echothree.model.data.campaign.server.entity with parameters of type CampaignContentDetailValueModifierConstructorDescriptionCampaignContentDetail
(CampaignContentDetailValue value, EntityPermission entityPermission) Creates a new instance of CampaignContentDetail -
Uses of CampaignContentDetailValue in com.echothree.model.data.campaign.server.factory
Methods in com.echothree.model.data.campaign.server.factory that return CampaignContentDetailValueModifier and TypeMethodDescriptionCampaignContentDetailFactory.getValueFromPK
(Session session, CampaignContentDetailPK pk) CampaignContentDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory that return types with arguments of type CampaignContentDetailValueModifier and TypeMethodDescriptionCampaignContentDetailFactory.getValuesFromPKs
(Session session, Collection<CampaignContentDetailPK> pks) CampaignContentDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory with parameters of type CampaignContentDetailValueModifier and TypeMethodDescriptionCampaignContentDetailFactory.getEntityFromValue
(EntityPermission entityPermission, CampaignContentDetailValue value) CampaignContentDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CampaignContentDetailValue value) Method parameters in com.echothree.model.data.campaign.server.factory with type arguments of type CampaignContentDetailValueModifier and TypeMethodDescriptionvoid
CampaignContentDetailFactory.create
(Session session, Collection<CampaignContentDetailValue> _values) void
CampaignContentDetailFactory.create
(Collection<CampaignContentDetailValue> _values) -
Uses of CampaignContentDetailValue in com.echothree.model.data.campaign.server.value
Methods in com.echothree.model.data.campaign.server.value that return CampaignContentDetailValue