Uses of Class
com.echothree.model.data.accounting.common.pk.CurrencyDescriptionPK
Packages that use CurrencyDescriptionPK
Package
Description
-
Uses of CurrencyDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return CurrencyDescriptionPK -
Uses of CurrencyDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return CurrencyDescriptionPKModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getNextPK()CurrencyDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) CurrencyDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type CurrencyDescriptionPKModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CurrencyDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CurrencyDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) CurrencyDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type CurrencyDescriptionPKModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getEntityFromCache(CurrencyDescriptionPK pk) CurrencyDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, CurrencyDescriptionPK pk) CurrencyDescriptionFactory.getValueFromPK(CurrencyDescriptionPK pk) voidCurrencyDescriptionFactory.remove(CurrencyDescriptionPK pk) booleanCurrencyDescriptionFactory.validPK(CurrencyDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type CurrencyDescriptionPKModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CurrencyDescriptionPK> pks) CurrencyDescriptionFactory.getValuesFromPKs(Collection<CurrencyDescriptionPK> pks) voidCurrencyDescriptionFactory.remove(Collection<CurrencyDescriptionPK> pks) -
Uses of CurrencyDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return CurrencyDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type CurrencyDescriptionPKModifierConstructorDescriptionCurrencyDescriptionValue(CurrencyDescriptionPK currencyDescriptionPK, CurrencyPK currencyPK, LanguagePK languagePK, String description) Creates a new instance of CurrencyDescriptionValue -
Uses of CurrencyDescriptionPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return CurrencyDescriptionPKModifier and TypeMethodDescriptionCurrencyDescriptions.CurrencyDescription()Getter forcurrencydescriptions.curd_currencydescriptionid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type CurrencyDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<CurrencyDescriptionPK> CurrencyDescriptions.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type CurrencyDescriptionPKModifier and TypeMethodDescriptionvoidCurrencyDescriptions.CurrencyDescription(CurrencyDescriptionPK value) Setter forcurrencydescriptions.curd_currencydescriptionid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type CurrencyDescriptionPKModifierConstructorDescriptionCurrencyDescriptions(CurrencyDescriptionPK CurrencyDescription, CurrencyPK Currency, LanguagePK Language, String Description) Create a detached, initialised CurrencyDescriptions -
Uses of CurrencyDescriptionPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type CurrencyDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CurrencyDescriptions, CurrencyDescriptionPK> CurrencyDescriptions.CURRENCY_DESCRIPTIONThe columncurrencydescriptions.curd_currencydescriptionid.