Uses of Class
com.echothree.model.data.campaign.common.pk.CampaignContentDetailPK
Packages that use CampaignContentDetailPK
Package
Description
-
Uses of CampaignContentDetailPK in com.echothree.model.data.campaign.server.entity
Methods in com.echothree.model.data.campaign.server.entity that return CampaignContentDetailPKModifier and TypeMethodDescriptionCampaignContent.getActiveDetailPK()CampaignContent.getLastDetailPK()CampaignContentDetail.getPrimaryKey()Methods in com.echothree.model.data.campaign.server.entity with parameters of type CampaignContentDetailPKModifier and TypeMethodDescriptionvoidCampaignContent.setActiveDetailPK(CampaignContentDetailPK activeDetailPK) voidCampaignContent.setLastDetailPK(CampaignContentDetailPK lastDetailPK) -
Uses of CampaignContentDetailPK in com.echothree.model.data.campaign.server.factory
Methods in com.echothree.model.data.campaign.server.factory that return CampaignContentDetailPKModifier and TypeMethodDescriptionCampaignContentDetailFactory.getNextPK()CampaignContentDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) CampaignContentDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory that return types with arguments of type CampaignContentDetailPKModifier and TypeMethodDescriptionCampaignContentDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CampaignContentDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CampaignContentDetailFactory.getPKsFromResultSetAsList(ResultSet rs) CampaignContentDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.campaign.server.factory with parameters of type CampaignContentDetailPKModifier and TypeMethodDescriptionCampaignContentFactory.create(CampaignContentDetailPK activeDetailPK, CampaignContentDetailPK lastDetailPK) CampaignContentFactory.create(Session session, CampaignContentDetailPK activeDetailPK, CampaignContentDetailPK lastDetailPK) CampaignContentDetailFactory.getEntityFromCache(Session session, CampaignContentDetailPK pk) CampaignContentDetailFactory.getEntityFromPK(EntityPermission entityPermission, CampaignContentDetailPK pk) CampaignContentDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, CampaignContentDetailPK pk) CampaignContentDetailFactory.getValueFromPK(Session session, CampaignContentDetailPK pk) voidCampaignContentDetailFactory.remove(Session session, CampaignContentDetailPK pk) booleanCampaignContentDetailFactory.validPK(Session session, CampaignContentDetailPK pk) Method parameters in com.echothree.model.data.campaign.server.factory with type arguments of type CampaignContentDetailPKModifier and TypeMethodDescriptionCampaignContentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CampaignContentDetailPK> pks) CampaignContentDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CampaignContentDetailPK> pks) CampaignContentDetailFactory.getValuesFromPKs(Session session, Collection<CampaignContentDetailPK> pks) voidCampaignContentDetailFactory.remove(Session session, Collection<CampaignContentDetailPK> pks) voidCampaignContentDetailFactory.remove(Collection<CampaignContentDetailPK> pks) -
Uses of CampaignContentDetailPK in com.echothree.model.data.campaign.server.value
Methods in com.echothree.model.data.campaign.server.value that return CampaignContentDetailPKModifier and TypeMethodDescriptionCampaignContentValue.getActiveDetailPK()CampaignContentValue.getLastDetailPK()CampaignContentDetailValue.getPrimaryKey()Methods in com.echothree.model.data.campaign.server.value with parameters of type CampaignContentDetailPKModifier and TypeMethodDescriptionvoidCampaignContentValue.setActiveDetailPK(CampaignContentDetailPK activeDetailPK) voidCampaignContentValue.setLastDetailPK(CampaignContentDetailPK lastDetailPK) Constructors in com.echothree.model.data.campaign.server.value with parameters of type CampaignContentDetailPKModifierConstructorDescriptionCampaignContentDetailValue(CampaignContentDetailPK campaignContentDetailPK, CampaignContentPK campaignContentPK, String campaignContentName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CampaignContentDetailValueCampaignContentValue(CampaignContentDetailPK activeDetailPK, CampaignContentDetailPK lastDetailPK) Creates a new instance of CampaignContentValueCampaignContentValue(CampaignContentPK campaignContentPK, CampaignContentDetailPK activeDetailPK, CampaignContentDetailPK lastDetailPK) Creates a new instance of CampaignContentValue