Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionGlAccountCategoryDescriptionPK
Packages that use TransactionGlAccountCategoryDescriptionPK
Package
Description
-
Uses of TransactionGlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlAccountCategoryDescriptionPK -
Uses of TransactionGlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.getNextPK()TransactionGlAccountCategoryDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) TransactionGlAccountCategoryDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TransactionGlAccountCategoryDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TransactionGlAccountCategoryDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) TransactionGlAccountCategoryDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.getEntityFromCache(TransactionGlAccountCategoryDescriptionPK pk) TransactionGlAccountCategoryDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, TransactionGlAccountCategoryDescriptionPK pk) TransactionGlAccountCategoryDescriptionFactory.getValueFromPK(TransactionGlAccountCategoryDescriptionPK pk) voidTransactionGlAccountCategoryDescriptionFactory.remove(TransactionGlAccountCategoryDescriptionPK pk) booleanTransactionGlAccountCategoryDescriptionFactory.validPK(TransactionGlAccountCategoryDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TransactionGlAccountCategoryDescriptionPK> pks) TransactionGlAccountCategoryDescriptionFactory.getValuesFromPKs(Collection<TransactionGlAccountCategoryDescriptionPK> pks) voidTransactionGlAccountCategoryDescriptionFactory.remove(Collection<TransactionGlAccountCategoryDescriptionPK> pks) -
Uses of TransactionGlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlAccountCategoryDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlAccountCategoryDescriptionPKModifierConstructorDescriptionTransactionGlAccountCategoryDescriptionValue(TransactionGlAccountCategoryDescriptionPK transactionGlAccountCategoryDescriptionPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDescriptionValue -
Uses of TransactionGlAccountCategoryDescriptionPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptions.TransactionGlAccountCategoryDescription()Getter fortransactionglaccountcategorydescriptions.trxglacd_transactionglaccountcategorydescriptionid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<TransactionGlAccountCategoryDescriptionPK> TransactionGlAccountCategoryDescriptions.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionvoidTransactionGlAccountCategoryDescriptions.TransactionGlAccountCategoryDescription(TransactionGlAccountCategoryDescriptionPK value) Setter fortransactionglaccountcategorydescriptions.trxglacd_transactionglaccountcategorydescriptionid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionGlAccountCategoryDescriptionPKModifierConstructorDescriptionTransactionGlAccountCategoryDescriptions(TransactionGlAccountCategoryDescriptionPK TransactionGlAccountCategoryDescription, TransactionGlAccountCategoryPK TransactionGlAccountCategory, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised TransactionGlAccountCategoryDescriptions -
Uses of TransactionGlAccountCategoryDescriptionPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type TransactionGlAccountCategoryDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TransactionGlAccountCategoryDescriptions, TransactionGlAccountCategoryDescriptionPK> TransactionGlAccountCategoryDescriptions.TRANSACTION_GL_ACCOUNT_CATEGORY_DESCRIPTIONThe columntransactionglaccountcategorydescriptions.trxglacd_transactionglaccountcategorydescriptionid.