Uses of Class
com.echothree.model.data.term.common.pk.PartyTermPK
Packages that use PartyTermPK
Package
Description
-
Uses of PartyTermPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return PartyTermPK -
Uses of PartyTermPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return PartyTermPKModifier and TypeMethodDescriptionPartyTermFactory.getNextPK()PartyTermFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyTermFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type PartyTermPKModifier and TypeMethodDescriptionPartyTermFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyTermFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyTermFactory.getPKsFromResultSetAsList(ResultSet rs) PartyTermFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type PartyTermPKModifier and TypeMethodDescriptionPartyTermFactory.getEntityFromCache(PartyTermPK pk) PartyTermFactory.getEntityFromPK(EntityPermission entityPermission, PartyTermPK pk) PartyTermFactory.getValueFromPK(PartyTermPK pk) voidPartyTermFactory.remove(PartyTermPK pk) booleanPartyTermFactory.validPK(PartyTermPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type PartyTermPKModifier and TypeMethodDescriptionPartyTermFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyTermPK> pks) PartyTermFactory.getValuesFromPKs(Collection<PartyTermPK> pks) voidPartyTermFactory.remove(Collection<PartyTermPK> pks) -
Uses of PartyTermPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return PartyTermPKConstructors in com.echothree.model.data.term.server.value with parameters of type PartyTermPKModifierConstructorDescriptionPartyTermValue(PartyTermPK partyTermPK, PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of PartyTermValue -
Uses of PartyTermPK in com.echothree.model.jooq.server.records.term
Methods in com.echothree.model.jooq.server.records.term that return PartyTermPKMethods in com.echothree.model.jooq.server.records.term that return types with arguments of type PartyTermPKMethods in com.echothree.model.jooq.server.records.term with parameters of type PartyTermPKModifier and TypeMethodDescriptionvoidPartyTerms.PartyTerm(PartyTermPK value) Setter forpartyterms.ptrm_partytermid.Constructors in com.echothree.model.jooq.server.records.term with parameters of type PartyTermPKModifierConstructorDescriptionPartyTerms(PartyTermPK PartyTerm, PartyPK Party, TermPK Term, Boolean Taxable, Long FromTime, Long ThruTime) Create a detached, initialised PartyTerms -
Uses of PartyTermPK in com.echothree.model.jooq.server.tables.term
Fields in com.echothree.model.jooq.server.tables.term with type parameters of type PartyTermPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyTerms, PartyTermPK> PartyTerms.PARTY_TERMThe columnpartyterms.ptrm_partytermid.