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
(Session session, CampaignPK pk) CampaignFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory that return types with arguments of type CampaignValueModifier and TypeMethodDescriptionCampaignFactory.getValuesFromPKs
(Session session, Collection<CampaignPK> pks) CampaignFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory with parameters of type CampaignValueModifier and TypeMethodDescriptionCampaignFactory.getEntityFromValue
(EntityPermission entityPermission, CampaignValue value) CampaignFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CampaignValue value) Method parameters in com.echothree.model.data.campaign.server.factory with type arguments of type CampaignValueModifier and TypeMethodDescriptionvoid
CampaignFactory.create
(Session session, Collection<CampaignValue> _values) void
CampaignFactory.create
(Collection<CampaignValue> _values) -
Uses of CampaignValue in com.echothree.model.data.campaign.server.value
Methods in com.echothree.model.data.campaign.server.value that return CampaignValue