Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountCategoryPK
Packages that use GlAccountCategoryPK
Package
Description
-
Uses of GlAccountCategoryPK in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountCategoryPKModifier and TypeMethodDescriptionAccountingControl.getDefaultGlAccount(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getDefaultGlAccountDetailValueForUpdate(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getDefaultGlAccountForUpdate(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getGlAccountsByGlAccountCategory(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getGlAccountsByGlAccountCategoryForUpdate(GlAccountCategoryPK glAccountCategoryPK) -
Uses of GlAccountCategoryPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryDescription.getGlAccountCategoryPK()GlAccountCategoryDetail.getGlAccountCategoryPK()GlAccountDetail.getGlAccountCategoryPK()TransactionGlAccountCategoryDetail.getGlAccountCategoryPK()GlAccountCategoryDetail.getParentGlAccountCategoryPK()GlAccountCategory.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryPKModifier and TypeMethodDescriptionvoidGlAccountCategoryDescription.setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidGlAccountCategoryDetail.setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidGlAccountDetail.setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidTransactionGlAccountCategoryDetail.setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidGlAccountCategoryDetail.setParentGlAccountCategoryPK(GlAccountCategoryPK parentGlAccountCategoryPK) -
Uses of GlAccountCategoryPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryFactory.getNextPK()GlAccountCategoryFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountCategoryFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountCategoryFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountCategoryFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountCategoryFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.create(GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountCategoryDetailFactory.create(GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountDetailFactory.create(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) TransactionGlAccountCategoryDetailFactory.create(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) GlAccountCategoryFactory.getEntityFromCache(GlAccountCategoryPK pk) GlAccountCategoryFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountCategoryPK pk) GlAccountCategoryFactory.getValueFromPK(GlAccountCategoryPK pk) voidGlAccountCategoryFactory.remove(GlAccountCategoryPK pk) booleanGlAccountCategoryFactory.validPK(GlAccountCategoryPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountCategoryPK> pks) GlAccountCategoryFactory.getValuesFromPKs(Collection<GlAccountCategoryPK> pks) voidGlAccountCategoryFactory.remove(Collection<GlAccountCategoryPK> pks) -
Uses of GlAccountCategoryPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionValue.getGlAccountCategoryPK()GlAccountCategoryDetailValue.getGlAccountCategoryPK()GlAccountDetailValue.getGlAccountCategoryPK()TransactionGlAccountCategoryDetailValue.getGlAccountCategoryPK()GlAccountCategoryDetailValue.getParentGlAccountCategoryPK()GlAccountCategoryValue.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryPKModifier and TypeMethodDescriptionvoidGlAccountCategoryDescriptionValue.setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidGlAccountCategoryDetailValue.setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidGlAccountDetailValue.setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidTransactionGlAccountCategoryDetailValue.setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidGlAccountCategoryDetailValue.setParentGlAccountCategoryPK(GlAccountCategoryPK parentGlAccountCategoryPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryPKModifierConstructorDescriptionGlAccountCategoryDescriptionValue(GlAccountCategoryDescriptionPK glAccountCategoryDescriptionPK, GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDescriptionValueGlAccountCategoryDescriptionValue(GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDescriptionValueGlAccountCategoryDetailValue(GlAccountCategoryDetailPK glAccountCategoryDetailPK, GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDetailValueGlAccountCategoryDetailValue(GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDetailValueGlAccountCategoryValue(GlAccountCategoryPK glAccountCategoryPK, GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) Creates a new instance of GlAccountCategoryValueGlAccountDetailValue(GlAccountDetailPK glAccountDetailPK, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValueGlAccountDetailValue(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValueTransactionGlAccountCategoryDetailValue(TransactionGlAccountCategoryDetailPK transactionGlAccountCategoryDetailPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDetailValueTransactionGlAccountCategoryDetailValue(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDetailValue -
Uses of GlAccountCategoryPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategories.GlAccountCategory()Getter forglaccountcategories.glac_glaccountcategoryid.GlAccountCategoryDescriptions.GlAccountCategory()Getter forglaccountcategorydescriptions.glacd_glac_glaccountcategoryid.GlAccountCategoryDetails.GlAccountCategory()Getter forglaccountcategorydetails.glacdt_glac_glaccountcategoryid.GlAccountDetails.GlAccountCategory()Getter forglaccountdetails.gladt_glac_glaccountcategoryid.TransactionGlAccountCategoryDetails.GlAccountCategory()Getter fortransactionglaccountcategorydetails.trxglacdt_glac_glaccountcategoryid.GlAccountCategoryDetails.ParentGlAccountCategory()Getter forglaccountcategorydetails.glacdt_parentglaccountcategoryid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type GlAccountCategoryPKModifier and TypeMethodDescriptionorg.jooq.Record1<GlAccountCategoryPK> GlAccountCategories.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountCategoryPKModifier and TypeMethodDescriptionvoidGlAccountCategories.GlAccountCategory(GlAccountCategoryPK value) Setter forglaccountcategories.glac_glaccountcategoryid.voidGlAccountCategoryDescriptions.GlAccountCategory(GlAccountCategoryPK value) Setter forglaccountcategorydescriptions.glacd_glac_glaccountcategoryid.voidGlAccountCategoryDetails.GlAccountCategory(GlAccountCategoryPK value) Setter forglaccountcategorydetails.glacdt_glac_glaccountcategoryid.voidGlAccountDetails.GlAccountCategory(GlAccountCategoryPK value) Setter forglaccountdetails.gladt_glac_glaccountcategoryid.voidTransactionGlAccountCategoryDetails.GlAccountCategory(GlAccountCategoryPK value) Setter fortransactionglaccountcategorydetails.trxglacdt_glac_glaccountcategoryid.voidGlAccountCategoryDetails.ParentGlAccountCategory(GlAccountCategoryPK value) Setter forglaccountcategorydetails.glacdt_parentglaccountcategoryid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountCategoryPKModifierConstructorDescriptionGlAccountCategories(GlAccountCategoryPK GlAccountCategory, GlAccountCategoryDetailPK ActiveDetail, GlAccountCategoryDetailPK LastDetail) Create a detached, initialised GlAccountCategoriesGlAccountCategoryDescriptions(GlAccountCategoryDescriptionPK GlAccountCategoryDescription, GlAccountCategoryPK GlAccountCategory, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountCategoryDescriptionsGlAccountCategoryDetails(GlAccountCategoryDetailPK GlAccountCategoryDetail, GlAccountCategoryPK GlAccountCategory, String GlAccountCategoryName, GlAccountCategoryPK ParentGlAccountCategory, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountCategoryDetailsGlAccountDetails(GlAccountDetailPK GlAccountDetail, GlAccountPK GlAccount, String GlAccountName, GlAccountPK ParentGlAccount, GlAccountTypePK GlAccountType, GlAccountClassPK GlAccountClass, GlAccountCategoryPK GlAccountCategory, GlResourceTypePK GlResourceType, CurrencyPK Currency, Boolean IsDefault, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountDetailsTransactionGlAccountCategoryDetails(TransactionGlAccountCategoryDetailPK TransactionGlAccountCategoryDetail, TransactionGlAccountCategoryPK TransactionGlAccountCategory, TransactionTypePK TransactionType, String TransactionGlAccountCategoryName, GlAccountCategoryPK GlAccountCategory, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised TransactionGlAccountCategoryDetails -
Uses of GlAccountCategoryPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountCategoryPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountCategories, GlAccountCategoryPK> GlAccountCategories.GL_ACCOUNT_CATEGORYThe columnglaccountcategories.glac_glaccountcategoryid.final org.jooq.TableField<GlAccountCategoryDescriptions, GlAccountCategoryPK> GlAccountCategoryDescriptions.GL_ACCOUNT_CATEGORYThe columnglaccountcategorydescriptions.glacd_glac_glaccountcategoryid.final org.jooq.TableField<GlAccountCategoryDetails, GlAccountCategoryPK> GlAccountCategoryDetails.GL_ACCOUNT_CATEGORYThe columnglaccountcategorydetails.glacdt_glac_glaccountcategoryid.final org.jooq.TableField<GlAccountDetails, GlAccountCategoryPK> GlAccountDetails.GL_ACCOUNT_CATEGORYThe columnglaccountdetails.gladt_glac_glaccountcategoryid.final org.jooq.TableField<TransactionGlAccountCategoryDetails, GlAccountCategoryPK> TransactionGlAccountCategoryDetails.GL_ACCOUNT_CATEGORYThe columntransactionglaccountcategorydetails.trxglacdt_glac_glaccountcategoryid.final org.jooq.TableField<GlAccountCategoryDetails, GlAccountCategoryPK> GlAccountCategoryDetails.PARENT_GL_ACCOUNT_CATEGORYThe columnglaccountcategorydetails.glacdt_parentglaccountcategoryid.