Uses of Class
com.echothree.model.data.associate.common.pk.AssociateProgramPK
Packages that use AssociateProgramPK
Package
Description
-
Uses of AssociateProgramPK in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociateProgramPKModifier and TypeMethodDescriptionAssociateDetail.getAssociateProgramPK()AssociateProgramDescription.getAssociateProgramPK()AssociateProgramDetail.getAssociateProgramPK()AssociateProgram.getPrimaryKey()Methods in com.echothree.model.data.associate.server.entity with parameters of type AssociateProgramPKModifier and TypeMethodDescriptionvoidAssociateDetail.setAssociateProgramPK(AssociateProgramPK associateProgramPK) voidAssociateProgramDescription.setAssociateProgramPK(AssociateProgramPK associateProgramPK) voidAssociateProgramDetail.setAssociateProgramPK(AssociateProgramPK associateProgramPK) -
Uses of AssociateProgramPK in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociateProgramPKModifier and TypeMethodDescriptionAssociateProgramFactory.getNextPK()AssociateProgramFactory.getPKFromQuery(PreparedStatement ps, Object... params) AssociateProgramFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociateProgramPKModifier and TypeMethodDescriptionAssociateProgramFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) AssociateProgramFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) AssociateProgramFactory.getPKsFromResultSetAsList(ResultSet rs) AssociateProgramFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociateProgramPKModifier and TypeMethodDescriptionAssociateDetailFactory.create(AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) AssociateProgramDescriptionFactory.create(AssociateProgramPK associateProgramPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) AssociateProgramDetailFactory.create(AssociateProgramPK associateProgramPK, String associateProgramName, SequencePK associateSequencePK, SequencePK associatePartyContactMechanismSequencePK, SequencePK associateReferralSequencePK, Integer itemIndirectSalePercent, Integer itemDirectSalePercent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) AssociateProgramFactory.getEntityFromCache(AssociateProgramPK pk) AssociateProgramFactory.getEntityFromPK(EntityPermission entityPermission, AssociateProgramPK pk) AssociateProgramFactory.getValueFromPK(AssociateProgramPK pk) voidAssociateProgramFactory.remove(AssociateProgramPK pk) booleanAssociateProgramFactory.validPK(AssociateProgramPK pk) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociateProgramPKModifier and TypeMethodDescriptionAssociateProgramFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<AssociateProgramPK> pks) AssociateProgramFactory.getValuesFromPKs(Collection<AssociateProgramPK> pks) voidAssociateProgramFactory.remove(Collection<AssociateProgramPK> pks) -
Uses of AssociateProgramPK in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociateProgramPKModifier and TypeMethodDescriptionAssociateDetailValue.getAssociateProgramPK()AssociateProgramDescriptionValue.getAssociateProgramPK()AssociateProgramDetailValue.getAssociateProgramPK()AssociateProgramValue.getPrimaryKey()Methods in com.echothree.model.data.associate.server.value with parameters of type AssociateProgramPKModifier and TypeMethodDescriptionvoidAssociateDetailValue.setAssociateProgramPK(AssociateProgramPK associateProgramPK) voidAssociateProgramDescriptionValue.setAssociateProgramPK(AssociateProgramPK associateProgramPK) voidAssociateProgramDetailValue.setAssociateProgramPK(AssociateProgramPK associateProgramPK) Constructors in com.echothree.model.data.associate.server.value with parameters of type AssociateProgramPKModifierConstructorDescriptionAssociateDetailValue(AssociateDetailPK associateDetailPK, AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) Creates a new instance of AssociateDetailValueAssociateDetailValue(AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) Creates a new instance of AssociateDetailValueAssociateProgramDescriptionValue(AssociateProgramDescriptionPK associateProgramDescriptionPK, AssociateProgramPK associateProgramPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of AssociateProgramDescriptionValueAssociateProgramDescriptionValue(AssociateProgramPK associateProgramPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of AssociateProgramDescriptionValueAssociateProgramDetailValue(AssociateProgramDetailPK associateProgramDetailPK, AssociateProgramPK associateProgramPK, String associateProgramName, SequencePK associateSequencePK, SequencePK associatePartyContactMechanismSequencePK, SequencePK associateReferralSequencePK, Integer itemIndirectSalePercent, Integer itemDirectSalePercent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AssociateProgramDetailValueAssociateProgramDetailValue(AssociateProgramPK associateProgramPK, String associateProgramName, SequencePK associateSequencePK, SequencePK associatePartyContactMechanismSequencePK, SequencePK associateReferralSequencePK, Integer itemIndirectSalePercent, Integer itemDirectSalePercent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AssociateProgramDetailValueAssociateProgramValue(AssociateProgramPK associateProgramPK, AssociateProgramDetailPK activeDetailPK, AssociateProgramDetailPK lastDetailPK) Creates a new instance of AssociateProgramValue