Uses of Class
com.echothree.model.data.accounting.common.pk.ItemAccountingCategoryDetailPK
Packages that use ItemAccountingCategoryDetailPK
Package
Description
-
Uses of ItemAccountingCategoryDetailPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionItemAccountingCategory.getActiveDetailPK()ItemAccountingCategory.getLastDetailPK()ItemAccountingCategoryDetail.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.entity with parameters of type ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionvoidItemAccountingCategory.setActiveDetailPK(ItemAccountingCategoryDetailPK activeDetailPK) voidItemAccountingCategory.setLastDetailPK(ItemAccountingCategoryDetailPK lastDetailPK) -
Uses of ItemAccountingCategoryDetailPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionItemAccountingCategoryDetailFactory.getNextPK()ItemAccountingCategoryDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemAccountingCategoryDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionItemAccountingCategoryDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemAccountingCategoryDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemAccountingCategoryDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ItemAccountingCategoryDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionItemAccountingCategoryFactory.create(ItemAccountingCategoryDetailPK activeDetailPK, ItemAccountingCategoryDetailPK lastDetailPK) ItemAccountingCategoryDetailFactory.getEntityFromCache(ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getEntityFromPK(EntityPermission entityPermission, ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getValueFromPK(ItemAccountingCategoryDetailPK pk) voidItemAccountingCategoryDetailFactory.remove(ItemAccountingCategoryDetailPK pk) booleanItemAccountingCategoryDetailFactory.validPK(ItemAccountingCategoryDetailPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionItemAccountingCategoryDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemAccountingCategoryDetailPK> pks) ItemAccountingCategoryDetailFactory.getValuesFromPKs(Collection<ItemAccountingCategoryDetailPK> pks) voidItemAccountingCategoryDetailFactory.remove(Collection<ItemAccountingCategoryDetailPK> pks) -
Uses of ItemAccountingCategoryDetailPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionItemAccountingCategoryValue.getActiveDetailPK()ItemAccountingCategoryValue.getLastDetailPK()ItemAccountingCategoryDetailValue.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.value with parameters of type ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionvoidItemAccountingCategoryValue.setActiveDetailPK(ItemAccountingCategoryDetailPK activeDetailPK) voidItemAccountingCategoryValue.setLastDetailPK(ItemAccountingCategoryDetailPK lastDetailPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type ItemAccountingCategoryDetailPKModifierConstructorDescriptionItemAccountingCategoryDetailValue(ItemAccountingCategoryDetailPK itemAccountingCategoryDetailPK, ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDetailValueItemAccountingCategoryValue(ItemAccountingCategoryDetailPK activeDetailPK, ItemAccountingCategoryDetailPK lastDetailPK) Creates a new instance of ItemAccountingCategoryValueItemAccountingCategoryValue(ItemAccountingCategoryPK itemAccountingCategoryPK, ItemAccountingCategoryDetailPK activeDetailPK, ItemAccountingCategoryDetailPK lastDetailPK) Creates a new instance of ItemAccountingCategoryValue -
Uses of ItemAccountingCategoryDetailPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionItemAccountingCategories.ActiveDetail()Getter foritemaccountingcategories.iactgc_activedetailid.ItemAccountingCategoryDetails.ItemAccountingCategoryDetail()Getter foritemaccountingcategorydetails.iactgcdt_itemaccountingcategorydetailid.ItemAccountingCategories.LastDetail()Getter foritemaccountingcategories.iactgc_lastdetailid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ItemAccountingCategoryDetailPK> ItemAccountingCategoryDetails.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type ItemAccountingCategoryDetailPKModifier and TypeMethodDescriptionvoidItemAccountingCategories.ActiveDetail(ItemAccountingCategoryDetailPK value) Setter foritemaccountingcategories.iactgc_activedetailid.voidItemAccountingCategoryDetails.ItemAccountingCategoryDetail(ItemAccountingCategoryDetailPK value) Setter foritemaccountingcategorydetails.iactgcdt_itemaccountingcategorydetailid.voidItemAccountingCategories.LastDetail(ItemAccountingCategoryDetailPK value) Setter foritemaccountingcategories.iactgc_lastdetailid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type ItemAccountingCategoryDetailPKModifierConstructorDescriptionItemAccountingCategories(ItemAccountingCategoryPK ItemAccountingCategory, ItemAccountingCategoryDetailPK ActiveDetail, ItemAccountingCategoryDetailPK LastDetail) Create a detached, initialised ItemAccountingCategoriesItemAccountingCategoryDetails(ItemAccountingCategoryDetailPK ItemAccountingCategoryDetail, ItemAccountingCategoryPK ItemAccountingCategory, String ItemAccountingCategoryName, ItemAccountingCategoryPK ParentItemAccountingCategory, GlAccountPK InventoryGlAccount, GlAccountPK SalesGlAccount, GlAccountPK ReturnsGlAccount, GlAccountPK CogsGlAccount, GlAccountPK ReturnsCogsGlAccount, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ItemAccountingCategoryDetails -
Uses of ItemAccountingCategoryDetailPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type ItemAccountingCategoryDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemAccountingCategories, ItemAccountingCategoryDetailPK> ItemAccountingCategories.ACTIVE_DETAILThe columnitemaccountingcategories.iactgc_activedetailid.final org.jooq.TableField<ItemAccountingCategoryDetails, ItemAccountingCategoryDetailPK> ItemAccountingCategoryDetails.ITEM_ACCOUNTING_CATEGORY_DETAILThe columnitemaccountingcategorydetails.iactgcdt_itemaccountingcategorydetailid.final org.jooq.TableField<ItemAccountingCategories, ItemAccountingCategoryDetailPK> ItemAccountingCategories.LAST_DETAILThe columnitemaccountingcategories.iactgc_lastdetailid.