Uses of Class
com.echothree.model.data.accounting.common.pk.ItemAccountingCategoryPK
Packages that use ItemAccountingCategoryPK
Package
Description
-
Uses of ItemAccountingCategoryPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return ItemAccountingCategoryPKModifier and TypeMethodDescriptionItemAccountingCategoryDescription.getItemAccountingCategoryPK()
ItemAccountingCategoryDetail.getItemAccountingCategoryPK()
ItemAccountingCategoryDetail.getParentItemAccountingCategoryPK()
ItemAccountingCategory.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionvoid
ItemAccountingCategoryDescription.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) void
ItemAccountingCategoryDetail.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) void
ItemAccountingCategoryDetail.setParentItemAccountingCategoryPK
(ItemAccountingCategoryPK parentItemAccountingCategoryPK) -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return ItemAccountingCategoryPKModifier and TypeMethodDescriptionItemAccountingCategoryFactory.getNextPK()
ItemAccountingCategoryFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemAccountingCategoryFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionItemAccountingCategoryFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemAccountingCategoryFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemAccountingCategoryFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemAccountingCategoryFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionFactory.create
(ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ItemAccountingCategoryDescriptionFactory.create
(Session session, ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ItemAccountingCategoryDetailFactory.create
(ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemAccountingCategoryDetailFactory.create
(Session session, ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemAccountingCategoryFactory.getEntityFromCache
(Session session, ItemAccountingCategoryPK pk) ItemAccountingCategoryFactory.getEntityFromPK
(EntityPermission entityPermission, ItemAccountingCategoryPK pk) ItemAccountingCategoryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemAccountingCategoryPK pk) ItemAccountingCategoryFactory.getValueFromPK
(Session session, ItemAccountingCategoryPK pk) void
ItemAccountingCategoryFactory.remove
(Session session, ItemAccountingCategoryPK pk) boolean
ItemAccountingCategoryFactory.validPK
(Session session, ItemAccountingCategoryPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionItemAccountingCategoryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemAccountingCategoryPK> pks) ItemAccountingCategoryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemAccountingCategoryPK> pks) ItemAccountingCategoryFactory.getValuesFromPKs
(Session session, Collection<ItemAccountingCategoryPK> pks) void
ItemAccountingCategoryFactory.remove
(Session session, Collection<ItemAccountingCategoryPK> pks) void
ItemAccountingCategoryFactory.remove
(Collection<ItemAccountingCategoryPK> pks) -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return ItemAccountingCategoryPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionValue.getItemAccountingCategoryPK()
ItemAccountingCategoryDetailValue.getItemAccountingCategoryPK()
ItemAccountingCategoryDetailValue.getParentItemAccountingCategoryPK()
ItemAccountingCategoryValue.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.value with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionvoid
ItemAccountingCategoryDescriptionValue.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) void
ItemAccountingCategoryDetailValue.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) void
ItemAccountingCategoryDetailValue.setParentItemAccountingCategoryPK
(ItemAccountingCategoryPK parentItemAccountingCategoryPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type ItemAccountingCategoryPKModifierConstructorDescriptionItemAccountingCategoryDescriptionValue
(ItemAccountingCategoryDescriptionPK itemAccountingCategoryDescriptionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDescriptionValueItemAccountingCategoryDescriptionValue
(ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDescriptionValueItemAccountingCategoryDetailValue
(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 ItemAccountingCategoryDetailValueItemAccountingCategoryDetailValue
(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
(ItemAccountingCategoryPK itemAccountingCategoryPK, ItemAccountingCategoryDetailPK activeDetailPK, ItemAccountingCategoryDetailPK lastDetailPK) Creates a new instance of ItemAccountingCategoryValue -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return ItemAccountingCategoryPKMethods in com.echothree.model.data.inventory.server.entity with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionvoid
InventoryConditionGlAccount.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionInventoryConditionGlAccountFactory.create
(InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) InventoryConditionGlAccountFactory.create
(Session session, InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return ItemAccountingCategoryPKMethods in com.echothree.model.data.inventory.server.value with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionvoid
InventoryConditionGlAccountValue.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type ItemAccountingCategoryPKModifierConstructorDescriptionInventoryConditionGlAccountValue
(InventoryConditionGlAccountPK inventoryConditionGlAccountPK, InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionGlAccountValueInventoryConditionGlAccountValue
(InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionGlAccountValue -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemAccountingCategoryPKMethods in com.echothree.model.data.item.server.entity with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionvoid
ItemDetail.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionItemDetailFactory.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) -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemAccountingCategoryPKMethods in com.echothree.model.data.item.server.value with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionvoid
ItemDetailValue.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) Constructors in com.echothree.model.data.item.server.value with parameters of type ItemAccountingCategoryPKModifierConstructorDescriptionItemDetailValue
(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 ItemAccountingCategoryPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return ItemAccountingCategoryPKModifier and TypeMethodDescriptionSelectorNodeItemAccountingCategory.getItemAccountingCategoryPK()
Methods in com.echothree.model.data.selector.server.entity with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionvoid
SelectorNodeItemAccountingCategory.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionSelectorNodeItemAccountingCategoryFactory.create
(SelectorNodePK selectorNodePK, ItemAccountingCategoryPK itemAccountingCategoryPK, Boolean checkParents, Long fromTime, Long thruTime) SelectorNodeItemAccountingCategoryFactory.create
(Session session, SelectorNodePK selectorNodePK, ItemAccountingCategoryPK itemAccountingCategoryPK, Boolean checkParents, Long fromTime, Long thruTime) -
Uses of ItemAccountingCategoryPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return ItemAccountingCategoryPKModifier and TypeMethodDescriptionSelectorNodeItemAccountingCategoryValue.getItemAccountingCategoryPK()
Methods in com.echothree.model.data.selector.server.value with parameters of type ItemAccountingCategoryPKModifier and TypeMethodDescriptionvoid
SelectorNodeItemAccountingCategoryValue.setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) Constructors in com.echothree.model.data.selector.server.value with parameters of type ItemAccountingCategoryPKModifierConstructorDescriptionSelectorNodeItemAccountingCategoryValue
(SelectorNodeItemAccountingCategoryPK selectorNodeItemAccountingCategoryPK, SelectorNodePK selectorNodePK, ItemAccountingCategoryPK itemAccountingCategoryPK, Boolean checkParents, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeItemAccountingCategoryValueSelectorNodeItemAccountingCategoryValue
(SelectorNodePK selectorNodePK, ItemAccountingCategoryPK itemAccountingCategoryPK, Boolean checkParents, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeItemAccountingCategoryValue