Uses of Class
com.echothree.model.data.campaign.server.value.CampaignMediumValue
Packages that use CampaignMediumValue
Package
Description
-
Uses of CampaignMediumValue in com.echothree.model.data.campaign.server.entity
Methods in com.echothree.model.data.campaign.server.entity that return CampaignMediumValueMethods in com.echothree.model.data.campaign.server.entity with parameters of type CampaignMediumValueModifier and TypeMethodDescriptionvoidCampaignMedium.setCampaignMediumValue(CampaignMediumValue value) Constructors in com.echothree.model.data.campaign.server.entity with parameters of type CampaignMediumValueModifierConstructorDescriptionCampaignMedium(CampaignMediumValue value, EntityPermission entityPermission) Creates a new instance of CampaignMedium -
Uses of CampaignMediumValue in com.echothree.model.data.campaign.server.factory
Methods in com.echothree.model.data.campaign.server.factory that return CampaignMediumValueModifier and TypeMethodDescriptionCampaignMediumFactory.getValueFromPK(CampaignMediumPK pk) CampaignMediumFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory that return types with arguments of type CampaignMediumValueModifier and TypeMethodDescriptionCampaignMediumFactory.getValuesFromPKs(Collection<CampaignMediumPK> pks) CampaignMediumFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory with parameters of type CampaignMediumValueModifier and TypeMethodDescriptionCampaignMediumFactory.getEntityFromValue(EntityPermission entityPermission, CampaignMediumValue value) Method parameters in com.echothree.model.data.campaign.server.factory with type arguments of type CampaignMediumValueModifier and TypeMethodDescriptionvoidCampaignMediumFactory.create(Collection<CampaignMediumValue> _values) -
Uses of CampaignMediumValue in com.echothree.model.data.campaign.server.value
Methods in com.echothree.model.data.campaign.server.value that return CampaignMediumValue