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 TypeMethodDescriptionvoidVendorItem.setActiveDetailPK(VendorItemDetailPK activeDetailPK) voidVendorItem.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) VendorItemDetailFactory.getEntityFromCache(VendorItemDetailPK pk) VendorItemDetailFactory.getEntityFromPK(EntityPermission entityPermission, VendorItemDetailPK pk) VendorItemDetailFactory.getValueFromPK(VendorItemDetailPK pk) voidVendorItemDetailFactory.remove(VendorItemDetailPK pk) booleanVendorItemDetailFactory.validPK(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.getValuesFromPKs(Collection<VendorItemDetailPK> pks) voidVendorItemDetailFactory.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 TypeMethodDescriptionvoidVendorItemValue.setActiveDetailPK(VendorItemDetailPK activeDetailPK) voidVendorItemValue.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 -
Uses of VendorItemDetailPK in com.echothree.model.jooq.server.records.vendor
Methods in com.echothree.model.jooq.server.records.vendor that return VendorItemDetailPKModifier and TypeMethodDescriptionVendorItems.ActiveDetail()Getter forvendoritems.vndritm_activedetailid.VendorItems.LastDetail()Getter forvendoritems.vndritm_lastdetailid.VendorItemDetails.VendorItemDetail()Getter forvendoritemdetails.vndritmdt_vendoritemdetailid.Methods in com.echothree.model.jooq.server.records.vendor that return types with arguments of type VendorItemDetailPKMethods in com.echothree.model.jooq.server.records.vendor with parameters of type VendorItemDetailPKModifier and TypeMethodDescriptionvoidVendorItems.ActiveDetail(VendorItemDetailPK value) Setter forvendoritems.vndritm_activedetailid.voidVendorItems.LastDetail(VendorItemDetailPK value) Setter forvendoritems.vndritm_lastdetailid.voidVendorItemDetails.VendorItemDetail(VendorItemDetailPK value) Setter forvendoritemdetails.vndritmdt_vendoritemdetailid.Constructors in com.echothree.model.jooq.server.records.vendor with parameters of type VendorItemDetailPKModifierConstructorDescriptionVendorItemDetails(VendorItemDetailPK VendorItemDetail, VendorItemPK VendorItem, ItemPK Item, PartyPK VendorParty, String VendorItemName, String Description, Integer Priority, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, Long FromTime, Long ThruTime) Create a detached, initialised VendorItemDetailsVendorItems(VendorItemPK VendorItem, VendorItemDetailPK ActiveDetail, VendorItemDetailPK LastDetail) Create a detached, initialised VendorItems -
Uses of VendorItemDetailPK in com.echothree.model.jooq.server.tables.vendor
Fields in com.echothree.model.jooq.server.tables.vendor with type parameters of type VendorItemDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<VendorItems, VendorItemDetailPK> VendorItems.ACTIVE_DETAILThe columnvendoritems.vndritm_activedetailid.final org.jooq.TableField<VendorItems, VendorItemDetailPK> VendorItems.LAST_DETAILThe columnvendoritems.vndritm_lastdetailid.final org.jooq.TableField<VendorItemDetails, VendorItemDetailPK> VendorItemDetails.VENDOR_ITEM_DETAILThe columnvendoritemdetails.vndritmdt_vendoritemdetailid.