Uses of Class
com.echothree.model.data.term.common.pk.StandardTermPK
Packages that use StandardTermPK
Package
Description
-
Uses of StandardTermPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return StandardTermPK -
Uses of StandardTermPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getNextPK()StandardTermFactory.getPKFromQuery(PreparedStatement ps, Object... params) StandardTermFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) StandardTermFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) StandardTermFactory.getPKsFromResultSetAsList(ResultSet rs) StandardTermFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getEntityFromCache(StandardTermPK pk) StandardTermFactory.getEntityFromPK(EntityPermission entityPermission, StandardTermPK pk) StandardTermFactory.getValueFromPK(StandardTermPK pk) voidStandardTermFactory.remove(StandardTermPK pk) booleanStandardTermFactory.validPK(StandardTermPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type StandardTermPKModifier and TypeMethodDescriptionStandardTermFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<StandardTermPK> pks) StandardTermFactory.getValuesFromPKs(Collection<StandardTermPK> pks) voidStandardTermFactory.remove(Collection<StandardTermPK> pks) -
Uses of StandardTermPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return StandardTermPKConstructors in com.echothree.model.data.term.server.value with parameters of type StandardTermPKModifierConstructorDescriptionStandardTermValue(StandardTermPK standardTermPK, TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) Creates a new instance of StandardTermValue -
Uses of StandardTermPK in com.echothree.model.jooq.server.records.term
Methods in com.echothree.model.jooq.server.records.term that return StandardTermPKModifier and TypeMethodDescriptionStandardTerms.StandardTerm()Getter forstandardterms.stdtrm_standardtermid.Methods in com.echothree.model.jooq.server.records.term that return types with arguments of type StandardTermPKMethods in com.echothree.model.jooq.server.records.term with parameters of type StandardTermPKModifier and TypeMethodDescriptionvoidStandardTerms.StandardTerm(StandardTermPK value) Setter forstandardterms.stdtrm_standardtermid.Constructors in com.echothree.model.jooq.server.records.term with parameters of type StandardTermPKModifierConstructorDescriptionStandardTerms(StandardTermPK StandardTerm, TermPK Term, Integer NetDueDays, Integer DiscountPercentage, Integer DiscountDays, Long FromTime, Long ThruTime) Create a detached, initialised StandardTerms -
Uses of StandardTermPK in com.echothree.model.jooq.server.tables.term
Fields in com.echothree.model.jooq.server.tables.term with type parameters of type StandardTermPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<StandardTerms, StandardTermPK> StandardTerms.STANDARD_TERMThe columnstandardterms.stdtrm_standardtermid.