Uses of Class
com.echothree.model.data.item.common.pk.ItemCategoryPK
Packages that use ItemCategoryPK
Package
Description
-
Uses of ItemCategoryPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemCategoryPKModifier and TypeMethodDescriptionItemCategoryDescription.getItemCategoryPK()ItemCategoryDetail.getItemCategoryPK()ItemDetail.getItemCategoryPK()ItemCategoryDetail.getParentItemCategoryPK()ItemCategory.getPrimaryKey()Methods in com.echothree.model.data.item.server.entity with parameters of type ItemCategoryPKModifier and TypeMethodDescriptionvoidItemCategoryDescription.setItemCategoryPK(ItemCategoryPK itemCategoryPK) voidItemCategoryDetail.setItemCategoryPK(ItemCategoryPK itemCategoryPK) voidItemDetail.setItemCategoryPK(ItemCategoryPK itemCategoryPK) voidItemCategoryDetail.setParentItemCategoryPK(ItemCategoryPK parentItemCategoryPK) -
Uses of ItemCategoryPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemCategoryPKModifier and TypeMethodDescriptionItemCategoryFactory.getNextPK()ItemCategoryFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemCategoryFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCategoryPKModifier and TypeMethodDescriptionItemCategoryFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemCategoryFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemCategoryFactory.getPKsFromResultSetAsList(ResultSet rs) ItemCategoryFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCategoryPKModifier and TypeMethodDescriptionItemCategoryDescriptionFactory.create(ItemCategoryPK itemCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ItemCategoryDetailFactory.create(ItemCategoryPK itemCategoryPK, String itemCategoryName, ItemCategoryPK parentItemCategoryPK, SequencePK itemSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemDetailFactory.create(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) ItemCategoryFactory.getEntityFromCache(ItemCategoryPK pk) ItemCategoryFactory.getEntityFromPK(EntityPermission entityPermission, ItemCategoryPK pk) ItemCategoryFactory.getValueFromPK(ItemCategoryPK pk) voidItemCategoryFactory.remove(ItemCategoryPK pk) booleanItemCategoryFactory.validPK(ItemCategoryPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCategoryPKModifier and TypeMethodDescriptionItemCategoryFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemCategoryPK> pks) ItemCategoryFactory.getValuesFromPKs(Collection<ItemCategoryPK> pks) voidItemCategoryFactory.remove(Collection<ItemCategoryPK> pks) -
Uses of ItemCategoryPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemCategoryPKModifier and TypeMethodDescriptionItemCategoryDescriptionValue.getItemCategoryPK()ItemCategoryDetailValue.getItemCategoryPK()ItemDetailValue.getItemCategoryPK()ItemCategoryDetailValue.getParentItemCategoryPK()ItemCategoryValue.getPrimaryKey()Methods in com.echothree.model.data.item.server.value with parameters of type ItemCategoryPKModifier and TypeMethodDescriptionvoidItemCategoryDescriptionValue.setItemCategoryPK(ItemCategoryPK itemCategoryPK) voidItemCategoryDetailValue.setItemCategoryPK(ItemCategoryPK itemCategoryPK) voidItemDetailValue.setItemCategoryPK(ItemCategoryPK itemCategoryPK) voidItemCategoryDetailValue.setParentItemCategoryPK(ItemCategoryPK parentItemCategoryPK) Constructors in com.echothree.model.data.item.server.value with parameters of type ItemCategoryPKModifierConstructorDescriptionItemCategoryDescriptionValue(ItemCategoryDescriptionPK itemCategoryDescriptionPK, ItemCategoryPK itemCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ItemCategoryDescriptionValueItemCategoryDescriptionValue(ItemCategoryPK itemCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ItemCategoryDescriptionValueItemCategoryDetailValue(ItemCategoryDetailPK itemCategoryDetailPK, ItemCategoryPK itemCategoryPK, String itemCategoryName, ItemCategoryPK parentItemCategoryPK, SequencePK itemSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ItemCategoryDetailValueItemCategoryDetailValue(ItemCategoryPK itemCategoryPK, String itemCategoryName, ItemCategoryPK parentItemCategoryPK, SequencePK itemSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ItemCategoryDetailValueItemCategoryValue(ItemCategoryPK itemCategoryPK, ItemCategoryDetailPK activeDetailPK, ItemCategoryDetailPK lastDetailPK) Creates a new instance of ItemCategoryValueItemDetailValue(ItemDetailPK itemDetailPK, ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValueItemDetailValue(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValue -
Uses of ItemCategoryPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return ItemCategoryPKMethods in com.echothree.model.data.selector.server.entity with parameters of type ItemCategoryPKModifier and TypeMethodDescriptionvoidSelectorNodeItemCategory.setItemCategoryPK(ItemCategoryPK itemCategoryPK) -
Uses of ItemCategoryPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory with parameters of type ItemCategoryPKModifier and TypeMethodDescriptionSelectorNodeItemCategoryFactory.create(SelectorNodePK selectorNodePK, ItemCategoryPK itemCategoryPK, Boolean checkParents, Long fromTime, Long thruTime) -
Uses of ItemCategoryPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return ItemCategoryPKMethods in com.echothree.model.data.selector.server.value with parameters of type ItemCategoryPKModifier and TypeMethodDescriptionvoidSelectorNodeItemCategoryValue.setItemCategoryPK(ItemCategoryPK itemCategoryPK) Constructors in com.echothree.model.data.selector.server.value with parameters of type ItemCategoryPKModifierConstructorDescriptionSelectorNodeItemCategoryValue(SelectorNodeItemCategoryPK selectorNodeItemCategoryPK, SelectorNodePK selectorNodePK, ItemCategoryPK itemCategoryPK, Boolean checkParents, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeItemCategoryValueSelectorNodeItemCategoryValue(SelectorNodePK selectorNodePK, ItemCategoryPK itemCategoryPK, Boolean checkParents, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeItemCategoryValue -
Uses of ItemCategoryPK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return ItemCategoryPKModifier and TypeMethodDescriptionItemCategories.ItemCategory()Getter foritemcategories.ic_itemcategoryid.ItemCategoryDescriptions.ItemCategory()Getter foritemcategorydescriptions.icd_ic_itemcategoryid.ItemCategoryDetails.ItemCategory()Getter foritemcategorydetails.icdt_ic_itemcategoryid.ItemDetails.ItemCategory()Getter foritemdetails.itmdt_ic_itemcategoryid.ItemCategoryDetails.ParentItemCategory()Getter foritemcategorydetails.icdt_parentitemcategoryid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type ItemCategoryPKMethods in com.echothree.model.jooq.server.records.item with parameters of type ItemCategoryPKModifier and TypeMethodDescriptionvoidItemCategories.ItemCategory(ItemCategoryPK value) Setter foritemcategories.ic_itemcategoryid.voidItemCategoryDescriptions.ItemCategory(ItemCategoryPK value) Setter foritemcategorydescriptions.icd_ic_itemcategoryid.voidItemCategoryDetails.ItemCategory(ItemCategoryPK value) Setter foritemcategorydetails.icdt_ic_itemcategoryid.voidItemDetails.ItemCategory(ItemCategoryPK value) Setter foritemdetails.itmdt_ic_itemcategoryid.voidItemCategoryDetails.ParentItemCategory(ItemCategoryPK value) Setter foritemcategorydetails.icdt_parentitemcategoryid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type ItemCategoryPKModifierConstructorDescriptionItemCategories(ItemCategoryPK ItemCategory, ItemCategoryDetailPK ActiveDetail, ItemCategoryDetailPK LastDetail) Create a detached, initialised ItemCategoriesItemCategoryDescriptions(ItemCategoryDescriptionPK ItemCategoryDescription, ItemCategoryPK ItemCategory, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ItemCategoryDescriptionsItemCategoryDetails(ItemCategoryDetailPK ItemCategoryDetail, ItemCategoryPK ItemCategory, String ItemCategoryName, ItemCategoryPK ParentItemCategory, SequencePK ItemSequence, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ItemCategoryDetailsItemDetails(ItemDetailPK ItemDetail, ItemPK Item, String ItemName, ItemTypePK ItemType, ItemUseTypePK ItemUseType, ItemCategoryPK ItemCategory, ItemAccountingCategoryPK ItemAccountingCategory, ItemPurchasingCategoryPK ItemPurchasingCategory, PartyPK CompanyParty, ItemDeliveryTypePK ItemDeliveryType, ItemInventoryTypePK ItemInventoryType, Boolean InventorySerialized, SequencePK SerialNumberSequence, Boolean ShippingChargeExempt, Long ShippingStartTime, Long ShippingEndTime, Long SalesOrderStartTime, Long SalesOrderEndTime, Long PurchaseOrderStartTime, Long PurchaseOrderEndTime, Boolean AllowClubDiscounts, Boolean AllowCouponDiscounts, Boolean AllowAssociatePayments, UnitOfMeasureKindPK UnitOfMeasureKind, ItemPriceTypePK ItemPriceType, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, StylePathPK StylePath, Long FromTime, Long ThruTime) Create a detached, initialised ItemDetails -
Uses of ItemCategoryPK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return ItemCategoryPKModifier and TypeMethodDescriptionSelectorNodeItemCategories.ItemCategory()Getter forselectornodeitemcategories.slndic_ic_itemcategoryid.Methods in com.echothree.model.jooq.server.records.selector with parameters of type ItemCategoryPKModifier and TypeMethodDescriptionvoidSelectorNodeItemCategories.ItemCategory(ItemCategoryPK value) Setter forselectornodeitemcategories.slndic_ic_itemcategoryid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type ItemCategoryPKModifierConstructorDescriptionSelectorNodeItemCategories(SelectorNodeItemCategoryPK SelectorNodeItemCategory, SelectorNodePK SelectorNode, ItemCategoryPK ItemCategory, Boolean CheckParents, Long FromTime, Long ThruTime) Create a detached, initialised SelectorNodeItemCategories -
Uses of ItemCategoryPK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemCategoryPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemCategories, ItemCategoryPK> ItemCategories.ITEM_CATEGORYThe columnitemcategories.ic_itemcategoryid.final org.jooq.TableField<ItemCategoryDescriptions, ItemCategoryPK> ItemCategoryDescriptions.ITEM_CATEGORYThe columnitemcategorydescriptions.icd_ic_itemcategoryid.final org.jooq.TableField<ItemCategoryDetails, ItemCategoryPK> ItemCategoryDetails.ITEM_CATEGORYThe columnitemcategorydetails.icdt_ic_itemcategoryid.final org.jooq.TableField<ItemDetails, ItemCategoryPK> ItemDetails.ITEM_CATEGORYThe columnitemdetails.itmdt_ic_itemcategoryid.final org.jooq.TableField<ItemCategoryDetails, ItemCategoryPK> ItemCategoryDetails.PARENT_ITEM_CATEGORYThe columnitemcategorydetails.icdt_parentitemcategoryid. -
Uses of ItemCategoryPK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type ItemCategoryPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorNodeItemCategories, ItemCategoryPK> SelectorNodeItemCategories.ITEM_CATEGORYThe columnselectornodeitemcategories.slndic_ic_itemcategoryid.