Uses of Class
com.echothree.model.data.tax.common.pk.TaxDescriptionPK
Packages that use TaxDescriptionPK
Package
Description
-
Uses of TaxDescriptionPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return TaxDescriptionPK -
Uses of TaxDescriptionPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return TaxDescriptionPKModifier and TypeMethodDescriptionTaxDescriptionFactory.getNextPK()TaxDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) TaxDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type TaxDescriptionPKModifier and TypeMethodDescriptionTaxDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TaxDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TaxDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) TaxDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type TaxDescriptionPKModifier and TypeMethodDescriptionTaxDescriptionFactory.getEntityFromCache(TaxDescriptionPK pk) TaxDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, TaxDescriptionPK pk) TaxDescriptionFactory.getValueFromPK(TaxDescriptionPK pk) voidTaxDescriptionFactory.remove(TaxDescriptionPK pk) booleanTaxDescriptionFactory.validPK(TaxDescriptionPK pk) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type TaxDescriptionPKModifier and TypeMethodDescriptionTaxDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TaxDescriptionPK> pks) TaxDescriptionFactory.getValuesFromPKs(Collection<TaxDescriptionPK> pks) voidTaxDescriptionFactory.remove(Collection<TaxDescriptionPK> pks) -
Uses of TaxDescriptionPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return TaxDescriptionPKConstructors in com.echothree.model.data.tax.server.value with parameters of type TaxDescriptionPKModifierConstructorDescriptionTaxDescriptionValue(TaxDescriptionPK taxDescriptionPK, TaxPK taxPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TaxDescriptionValue -
Uses of TaxDescriptionPK in com.echothree.model.jooq.server.records.tax
Methods in com.echothree.model.jooq.server.records.tax that return TaxDescriptionPKModifier and TypeMethodDescriptionTaxDescriptions.TaxDescription()Getter fortaxdescriptions.txd_taxdescriptionid.Methods in com.echothree.model.jooq.server.records.tax that return types with arguments of type TaxDescriptionPKMethods in com.echothree.model.jooq.server.records.tax with parameters of type TaxDescriptionPKModifier and TypeMethodDescriptionvoidTaxDescriptions.TaxDescription(TaxDescriptionPK value) Setter fortaxdescriptions.txd_taxdescriptionid.Constructors in com.echothree.model.jooq.server.records.tax with parameters of type TaxDescriptionPKModifierConstructorDescriptionTaxDescriptions(TaxDescriptionPK TaxDescription, TaxPK Tax, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised TaxDescriptions -
Uses of TaxDescriptionPK in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type TaxDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TaxDescriptions, TaxDescriptionPK> TaxDescriptions.TAX_DESCRIPTIONThe columntaxdescriptions.txd_taxdescriptionid.