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 -
Uses of AssociateProgramPK in com.echothree.model.jooq.server.records.associate
Methods in com.echothree.model.jooq.server.records.associate that return AssociateProgramPKModifier and TypeMethodDescriptionAssociateDetails.AssociateProgram()Getter forassociatedetails.ascdt_ascprgm_associateprogramid.AssociateProgramDescriptions.AssociateProgram()Getter forassociateprogramdescriptions.ascprgmd_ascprgm_associateprogramid.AssociateProgramDetails.AssociateProgram()Getter forassociateprogramdetails.ascprgmdt_ascprgm_associateprogramid.AssociatePrograms.AssociateProgram()Getter forassociateprograms.ascprgm_associateprogramid.Methods in com.echothree.model.jooq.server.records.associate that return types with arguments of type AssociateProgramPKMethods in com.echothree.model.jooq.server.records.associate with parameters of type AssociateProgramPKModifier and TypeMethodDescriptionvoidAssociateDetails.AssociateProgram(AssociateProgramPK value) Setter forassociatedetails.ascdt_ascprgm_associateprogramid.voidAssociateProgramDescriptions.AssociateProgram(AssociateProgramPK value) Setter forassociateprogramdescriptions.ascprgmd_ascprgm_associateprogramid.voidAssociateProgramDetails.AssociateProgram(AssociateProgramPK value) Setter forassociateprogramdetails.ascprgmdt_ascprgm_associateprogramid.voidAssociatePrograms.AssociateProgram(AssociateProgramPK value) Setter forassociateprograms.ascprgm_associateprogramid.Constructors in com.echothree.model.jooq.server.records.associate with parameters of type AssociateProgramPKModifierConstructorDescriptionAssociateDetails(AssociateDetailPK AssociateDetail, AssociatePK Associate, AssociateProgramPK AssociateProgram, String AssociateName, PartyPK Party, String Description, MimeTypePK SummaryMimeType, String Summary, Long FromTime, Long ThruTime) Create a detached, initialised AssociateDetailsAssociateProgramDescriptions(AssociateProgramDescriptionPK AssociateProgramDescription, AssociateProgramPK AssociateProgram, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised AssociateProgramDescriptionsAssociateProgramDetails(AssociateProgramDetailPK AssociateProgramDetail, AssociateProgramPK AssociateProgram, String AssociateProgramName, SequencePK AssociateSequence, SequencePK AssociatePartyContactMechanismSequence, SequencePK AssociateReferralSequence, Integer ItemIndirectSalePercent, Integer ItemDirectSalePercent, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised AssociateProgramDetailsAssociatePrograms(AssociateProgramPK AssociateProgram, AssociateProgramDetailPK ActiveDetail, AssociateProgramDetailPK LastDetail) Create a detached, initialised AssociatePrograms -
Uses of AssociateProgramPK in com.echothree.model.jooq.server.tables.associate
Fields in com.echothree.model.jooq.server.tables.associate with type parameters of type AssociateProgramPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<AssociateDetails, AssociateProgramPK> AssociateDetails.ASSOCIATE_PROGRAMThe columnassociatedetails.ascdt_ascprgm_associateprogramid.final org.jooq.TableField<AssociateProgramDescriptions, AssociateProgramPK> AssociateProgramDescriptions.ASSOCIATE_PROGRAMThe columnassociateprogramdescriptions.ascprgmd_ascprgm_associateprogramid.final org.jooq.TableField<AssociateProgramDetails, AssociateProgramPK> AssociateProgramDetails.ASSOCIATE_PROGRAMThe columnassociateprogramdetails.ascprgmdt_ascprgm_associateprogramid.final org.jooq.TableField<AssociatePrograms, AssociateProgramPK> AssociatePrograms.ASSOCIATE_PROGRAMThe columnassociateprograms.ascprgm_associateprogramid.