Uses of Class
com.echothree.model.data.vendor.common.pk.VendorItemDetailPK
Packages that use VendorItemDetailPK
Package
Description
-
Uses of VendorItemDetailPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return VendorItemDetailPKModifier and TypeMethodDescriptionVendorItem.getActiveDetailPK()
VendorItem.getLastDetailPK()
VendorItemDetail.getPrimaryKey()
Methods in com.echothree.model.data.vendor.server.entity with parameters of type VendorItemDetailPKModifier and TypeMethodDescriptionvoid
VendorItem.setActiveDetailPK
(VendorItemDetailPK activeDetailPK) void
VendorItem.setLastDetailPK
(VendorItemDetailPK lastDetailPK) -
Uses of VendorItemDetailPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory that return VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemDetailFactory.getNextPK()
VendorItemDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) VendorItemDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) VendorItemDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) VendorItemDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) VendorItemDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemFactory.create
(VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) VendorItemFactory.create
(Session session, VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) VendorItemDetailFactory.getEntityFromCache
(Session session, VendorItemDetailPK pk) VendorItemDetailFactory.getEntityFromPK
(EntityPermission entityPermission, VendorItemDetailPK pk) VendorItemDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, VendorItemDetailPK pk) VendorItemDetailFactory.getValueFromPK
(Session session, VendorItemDetailPK pk) void
VendorItemDetailFactory.remove
(Session session, VendorItemDetailPK pk) boolean
VendorItemDetailFactory.validPK
(Session session, VendorItemDetailPK pk) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<VendorItemDetailPK> pks) VendorItemDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<VendorItemDetailPK> pks) VendorItemDetailFactory.getValuesFromPKs
(Session session, Collection<VendorItemDetailPK> pks) void
VendorItemDetailFactory.remove
(Session session, Collection<VendorItemDetailPK> pks) void
VendorItemDetailFactory.remove
(Collection<VendorItemDetailPK> pks) -
Uses of VendorItemDetailPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemValue.getActiveDetailPK()
VendorItemValue.getLastDetailPK()
VendorItemDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.vendor.server.value with parameters of type VendorItemDetailPKModifier and TypeMethodDescriptionvoid
VendorItemValue.setActiveDetailPK
(VendorItemDetailPK activeDetailPK) void
VendorItemValue.setLastDetailPK
(VendorItemDetailPK lastDetailPK) Constructors in com.echothree.model.data.vendor.server.value with parameters of type VendorItemDetailPKModifierConstructorDescriptionVendorItemDetailValue
(VendorItemDetailPK vendorItemDetailPK, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValueVendorItemValue
(VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) Creates a new instance of VendorItemValueVendorItemValue
(VendorItemPK vendorItemPK, VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) Creates a new instance of VendorItemValue