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) ItemCategoryDescriptionFactory.create(Session session, 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) ItemCategoryDetailFactory.create(Session session, 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) ItemDetailFactory.create(Session session, 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(Session session, ItemCategoryPK pk) ItemCategoryFactory.getEntityFromPK(EntityPermission entityPermission, ItemCategoryPK pk) ItemCategoryFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ItemCategoryPK pk) ItemCategoryFactory.getValueFromPK(Session session, ItemCategoryPK pk) voidItemCategoryFactory.remove(Session session, ItemCategoryPK pk) booleanItemCategoryFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ItemCategoryPK> pks) ItemCategoryFactory.getValuesFromPKs(Session session, Collection<ItemCategoryPK> pks) voidItemCategoryFactory.remove(Session session, 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) SelectorNodeItemCategoryFactory.create(Session session, 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