Uses of Class
com.echothree.model.data.campaign.server.value.CampaignSourceDescriptionValue
Packages that use CampaignSourceDescriptionValue
Package
Description
-
Uses of CampaignSourceDescriptionValue in com.echothree.model.control.campaign.server.control
Methods in com.echothree.model.control.campaign.server.control that return CampaignSourceDescriptionValueModifier and TypeMethodDescriptionCampaignControl.getCampaignSourceDescriptionValue(CampaignSourceDescription campaignSourceDescription) CampaignControl.getCampaignSourceDescriptionValueForUpdate(CampaignSource campaignSource, Language language) Methods in com.echothree.model.control.campaign.server.control with parameters of type CampaignSourceDescriptionValueModifier and TypeMethodDescriptionvoidCampaignControl.updateCampaignSourceDescriptionFromValue(CampaignSourceDescriptionValue campaignSourceDescriptionValue, BasePK updatedBy) -
Uses of CampaignSourceDescriptionValue in com.echothree.model.data.campaign.server.entity
Methods in com.echothree.model.data.campaign.server.entity that return CampaignSourceDescriptionValueMethods in com.echothree.model.data.campaign.server.entity with parameters of type CampaignSourceDescriptionValueModifier and TypeMethodDescriptionvoidCampaignSourceDescription.setCampaignSourceDescriptionValue(CampaignSourceDescriptionValue value) Constructors in com.echothree.model.data.campaign.server.entity with parameters of type CampaignSourceDescriptionValueModifierConstructorDescriptionCampaignSourceDescription(CampaignSourceDescriptionValue value, EntityPermission entityPermission) Creates a new instance of CampaignSourceDescription -
Uses of CampaignSourceDescriptionValue in com.echothree.model.data.campaign.server.factory
Methods in com.echothree.model.data.campaign.server.factory that return CampaignSourceDescriptionValueModifier and TypeMethodDescriptionCampaignSourceDescriptionFactory.getValueFromPK(Session session, CampaignSourceDescriptionPK pk) CampaignSourceDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory that return types with arguments of type CampaignSourceDescriptionValueModifier and TypeMethodDescriptionCampaignSourceDescriptionFactory.getValuesFromPKs(Session session, Collection<CampaignSourceDescriptionPK> pks) CampaignSourceDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory with parameters of type CampaignSourceDescriptionValueModifier and TypeMethodDescriptionCampaignSourceDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, CampaignSourceDescriptionValue value) CampaignSourceDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CampaignSourceDescriptionValue value) Method parameters in com.echothree.model.data.campaign.server.factory with type arguments of type CampaignSourceDescriptionValueModifier and TypeMethodDescriptionvoidCampaignSourceDescriptionFactory.create(Session session, Collection<CampaignSourceDescriptionValue> _values) voidCampaignSourceDescriptionFactory.create(Collection<CampaignSourceDescriptionValue> _values) -
Uses of CampaignSourceDescriptionValue in com.echothree.model.data.campaign.server.value
Methods in com.echothree.model.data.campaign.server.value that return CampaignSourceDescriptionValue