Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountCategoryDetailPK
Packages that use GlAccountCategoryDetailPK
Package
Description
-
Uses of GlAccountCategoryDetailPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategory.getActiveDetailPK()GlAccountCategory.getLastDetailPK()GlAccountCategoryDetail.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionvoidGlAccountCategory.setActiveDetailPK(GlAccountCategoryDetailPK activeDetailPK) voidGlAccountCategory.setLastDetailPK(GlAccountCategoryDetailPK lastDetailPK) -
Uses of GlAccountCategoryDetailPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getNextPK()GlAccountCategoryDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountCategoryDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountCategoryDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountCategoryDetailFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountCategoryDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryFactory.create(GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) GlAccountCategoryDetailFactory.getEntityFromCache(GlAccountCategoryDetailPK pk) GlAccountCategoryDetailFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountCategoryDetailPK pk) GlAccountCategoryDetailFactory.getValueFromPK(GlAccountCategoryDetailPK pk) voidGlAccountCategoryDetailFactory.remove(GlAccountCategoryDetailPK pk) booleanGlAccountCategoryDetailFactory.validPK(GlAccountCategoryDetailPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountCategoryDetailPK> pks) GlAccountCategoryDetailFactory.getValuesFromPKs(Collection<GlAccountCategoryDetailPK> pks) voidGlAccountCategoryDetailFactory.remove(Collection<GlAccountCategoryDetailPK> pks) -
Uses of GlAccountCategoryDetailPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryValue.getActiveDetailPK()GlAccountCategoryValue.getLastDetailPK()GlAccountCategoryDetailValue.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionvoidGlAccountCategoryValue.setActiveDetailPK(GlAccountCategoryDetailPK activeDetailPK) voidGlAccountCategoryValue.setLastDetailPK(GlAccountCategoryDetailPK lastDetailPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryDetailPKModifierConstructorDescriptionGlAccountCategoryDetailValue(GlAccountCategoryDetailPK glAccountCategoryDetailPK, GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDetailValueGlAccountCategoryValue(GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) Creates a new instance of GlAccountCategoryValueGlAccountCategoryValue(GlAccountCategoryPK glAccountCategoryPK, GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) Creates a new instance of GlAccountCategoryValue -
Uses of GlAccountCategoryDetailPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategories.ActiveDetail()Getter forglaccountcategories.glac_activedetailid.GlAccountCategoryDetails.GlAccountCategoryDetail()Getter forglaccountcategorydetails.glacdt_glaccountcategorydetailid.GlAccountCategories.LastDetail()Getter forglaccountcategories.glac_lastdetailid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<GlAccountCategoryDetailPK> GlAccountCategoryDetails.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionvoidGlAccountCategories.ActiveDetail(GlAccountCategoryDetailPK value) Setter forglaccountcategories.glac_activedetailid.voidGlAccountCategoryDetails.GlAccountCategoryDetail(GlAccountCategoryDetailPK value) Setter forglaccountcategorydetails.glacdt_glaccountcategorydetailid.voidGlAccountCategories.LastDetail(GlAccountCategoryDetailPK value) Setter forglaccountcategories.glac_lastdetailid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountCategoryDetailPKModifierConstructorDescriptionGlAccountCategories(GlAccountCategoryPK GlAccountCategory, GlAccountCategoryDetailPK ActiveDetail, GlAccountCategoryDetailPK LastDetail) Create a detached, initialised GlAccountCategoriesGlAccountCategoryDetails(GlAccountCategoryDetailPK GlAccountCategoryDetail, GlAccountCategoryPK GlAccountCategory, String GlAccountCategoryName, GlAccountCategoryPK ParentGlAccountCategory, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountCategoryDetails -
Uses of GlAccountCategoryDetailPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountCategoryDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountCategories, GlAccountCategoryDetailPK> GlAccountCategories.ACTIVE_DETAILThe columnglaccountcategories.glac_activedetailid.final org.jooq.TableField<GlAccountCategoryDetails, GlAccountCategoryDetailPK> GlAccountCategoryDetails.GL_ACCOUNT_CATEGORY_DETAILThe columnglaccountcategorydetails.glacdt_glaccountcategorydetailid.final org.jooq.TableField<GlAccountCategories, GlAccountCategoryDetailPK> GlAccountCategories.LAST_DETAILThe columnglaccountcategories.glac_lastdetailid.