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 TypeMethodDescriptionvoid
ItemAccountingCategory.setActiveDetailPK
(ItemAccountingCategoryDetailPK activeDetailPK) void
ItemAccountingCategory.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) ItemAccountingCategoryFactory.create
(Session session, ItemAccountingCategoryDetailPK activeDetailPK, ItemAccountingCategoryDetailPK lastDetailPK) ItemAccountingCategoryDetailFactory.getEntityFromCache
(Session session, ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getValueFromPK
(Session session, ItemAccountingCategoryDetailPK pk) void
ItemAccountingCategoryDetailFactory.remove
(Session session, ItemAccountingCategoryDetailPK pk) boolean
ItemAccountingCategoryDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemAccountingCategoryDetailPK> pks) ItemAccountingCategoryDetailFactory.getValuesFromPKs
(Session session, Collection<ItemAccountingCategoryDetailPK> pks) void
ItemAccountingCategoryDetailFactory.remove
(Session session, Collection<ItemAccountingCategoryDetailPK> pks) void
ItemAccountingCategoryDetailFactory.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 TypeMethodDescriptionvoid
ItemAccountingCategoryValue.setActiveDetailPK
(ItemAccountingCategoryDetailPK activeDetailPK) void
ItemAccountingCategoryValue.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