Changed
Methods
|
RFQResponseProduct
findByPrimaryKey
(RFQResponseProductKey )
|
Exceptions were reordered.
|
Finds an instance using a key for Entity Bean:
RFQResponseProduct |
Enumeration
findByRfqResponseIdAndCatentryId
(Long,
Long) |
Change in return type from
RFQResponseProduct to Enumeration .
|
Retrieves the RFQResponseProductAccessBean that matches the specified
RFQResponse and CatalogEntry.
|
RFQResponseProduct
create
(Long, Long) |
Change in exceptions:
NamingException , FinderException were
added.
|
Creates an access bean with the specified attributes.
|
RFQResponseProduct
create
(Long, Long,
BigDecimal, Double)
|
Change in exceptions:
NamingException , FinderException were
added.
|
Creates an access bean with the specified attributes.
|