Uses of Class
com.echothree.model.data.campaign.server.value.CampaignValue
Packages that use CampaignValue
Package
Description
-
Uses of CampaignValue in com.echothree.model.data.campaign.server.entity
Methods in com.echothree.model.data.campaign.server.entity that return CampaignValueMethods in com.echothree.model.data.campaign.server.entity with parameters of type CampaignValueConstructors in com.echothree.model.data.campaign.server.entity with parameters of type CampaignValueModifierConstructorDescriptionCampaign(CampaignValue value, EntityPermission entityPermission) Creates a new instance of Campaign -
Uses of CampaignValue in com.echothree.model.data.campaign.server.factory
Methods in com.echothree.model.data.campaign.server.factory that return CampaignValueModifier and TypeMethodDescriptionCampaignFactory.getValueFromPK(CampaignPK pk) CampaignFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory that return types with arguments of type CampaignValueModifier and TypeMethodDescriptionCampaignFactory.getValuesFromPKs(Collection<CampaignPK> pks) CampaignFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory with parameters of type CampaignValueModifier and TypeMethodDescriptionCampaignFactory.getEntityFromValue(EntityPermission entityPermission, CampaignValue value) Method parameters in com.echothree.model.data.campaign.server.factory with type arguments of type CampaignValue -
Uses of CampaignValue in com.echothree.model.data.campaign.server.value
Methods in com.echothree.model.data.campaign.server.value that return CampaignValue