Uses of Class
com.echothree.model.data.party.common.pk.PartyDetailPK
Packages that use PartyDetailPK
Package
Description
-
Uses of PartyDetailPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyDetailPKModifier and TypeMethodDescriptionParty.getActiveDetailPK()Party.getLastDetailPK()PartyDetail.getPrimaryKey()Methods in com.echothree.model.data.party.server.entity with parameters of type PartyDetailPKModifier and TypeMethodDescriptionvoidParty.setActiveDetailPK(PartyDetailPK activeDetailPK) voidParty.setLastDetailPK(PartyDetailPK lastDetailPK) -
Uses of PartyDetailPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyDetailPKModifier and TypeMethodDescriptionPartyDetailFactory.getNextPK()PartyDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyDetailPKModifier and TypeMethodDescriptionPartyDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyDetailFactory.getPKsFromResultSetAsList(ResultSet rs) PartyDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDetailPKModifier and TypeMethodDescriptionPartyFactory.create(PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) PartyDetailFactory.getEntityFromCache(PartyDetailPK pk) PartyDetailFactory.getEntityFromPK(EntityPermission entityPermission, PartyDetailPK pk) PartyDetailFactory.getValueFromPK(PartyDetailPK pk) voidPartyDetailFactory.remove(PartyDetailPK pk) booleanPartyDetailFactory.validPK(PartyDetailPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDetailPKModifier and TypeMethodDescriptionPartyDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyDetailPK> pks) PartyDetailFactory.getValuesFromPKs(Collection<PartyDetailPK> pks) voidPartyDetailFactory.remove(Collection<PartyDetailPK> pks) -
Uses of PartyDetailPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyDetailPKModifier and TypeMethodDescriptionPartyValue.getActiveDetailPK()PartyValue.getLastDetailPK()PartyDetailValue.getPrimaryKey()Methods in com.echothree.model.data.party.server.value with parameters of type PartyDetailPKModifier and TypeMethodDescriptionvoidPartyValue.setActiveDetailPK(PartyDetailPK activeDetailPK) voidPartyValue.setLastDetailPK(PartyDetailPK lastDetailPK) Constructors in com.echothree.model.data.party.server.value with parameters of type PartyDetailPKModifierConstructorDescriptionPartyDetailValue(PartyDetailPK partyDetailPK, PartyPK partyPK, String partyName, PartyTypePK partyTypePK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long fromTime, Long thruTime) Creates a new instance of PartyDetailValuePartyValue(PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) Creates a new instance of PartyValuePartyValue(PartyPK partyPK, PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) Creates a new instance of PartyValue -
Uses of PartyDetailPK in com.echothree.model.jooq.server.records.party
Methods in com.echothree.model.jooq.server.records.party that return PartyDetailPKModifier and TypeMethodDescriptionParties.ActiveDetail()Getter forparties.par_activedetailid.Parties.LastDetail()Getter forparties.par_lastdetailid.PartyDetails.PartyDetail()Getter forpartydetails.pardt_partydetailid.Methods in com.echothree.model.jooq.server.records.party that return types with arguments of type PartyDetailPKMethods in com.echothree.model.jooq.server.records.party with parameters of type PartyDetailPKModifier and TypeMethodDescriptionvoidParties.ActiveDetail(PartyDetailPK value) Setter forparties.par_activedetailid.voidParties.LastDetail(PartyDetailPK value) Setter forparties.par_lastdetailid.voidPartyDetails.PartyDetail(PartyDetailPK value) Setter forpartydetails.pardt_partydetailid.Constructors in com.echothree.model.jooq.server.records.party with parameters of type PartyDetailPKModifierConstructorDescriptionParties(PartyPK Party, PartyDetailPK ActiveDetail, PartyDetailPK LastDetail) Create a detached, initialised PartiesPartyDetails(PartyDetailPK PartyDetail, PartyPK Party, String PartyName, PartyTypePK PartyType, LanguagePK PreferredLanguage, CurrencyPK PreferredCurrency, TimeZonePK PreferredTimeZone, DateTimeFormatPK PreferredDateTimeFormat, Long FromTime, Long ThruTime) Create a detached, initialised PartyDetails -
Uses of PartyDetailPK in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Parties, PartyDetailPK> Parties.ACTIVE_DETAILThe columnparties.par_activedetailid.final org.jooq.TableField<Parties, PartyDetailPK> Parties.LAST_DETAILThe columnparties.par_lastdetailid.final org.jooq.TableField<PartyDetails, PartyDetailPK> PartyDetails.PARTY_DETAILThe columnpartydetails.pardt_partydetailid.