Changed
Methods
|
Enumeration
findByAuctionId
(Long,
SortingAttribute) |
Change in signature from (java.lang.Long,
com.ibm.commerce.negotiation.objimpl.SortingAttribute ) to
(java.lang.Long,
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows with the specified auction id.
|
Enumeration
findByItemAndStore
(Long,
Integer, SortingAttribute)
|
Change in signature from (java.lang.Long,
java.lang.Integer,
com.ibm.commerce.negotiation.objimpl.SortingAttribute ) to
(java.lang.Long, java.lang.Integer,
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows for the specified catalog entry id and store
id.
|
Enumeration
findByMultipleStatus
(String[],
SortingAttribute) |
Change in signature from
(java.lang.String[],
com.ibm.commerce.negotiation.objimpl.SortingAttribute ) to
(java.lang.String[],
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows with the specified statees.
|
Enumeration
findByStatus
(String,
SortingAttribute) |
Change in signature from (java.lang.String,
com.ibm.commerce.negotiation.objimpl.SortingAttribute ) to
(java.lang.String,
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows with the specified state.
|
Enumeration
findByStore
(Integer,
SortingAttribute) |
Change in signature from (java.lang.Integer,
com.ibm.commerce.negotiation.objimpl.SortingAttribute ) to
(java.lang.Integer,
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows for the specified store id.
|
Enumeration
findByStoreAndMultipleStatus
(Integer,
String[], SortingAttribute)
|
Change in signature from (java.lang.Integer,
java.lang.String[],
com.ibm.commerce.negotiation.objimpl.SortingAttribute ) to
(java.lang.Integer, java.lang.String[],
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows for the specified store with the specified
statees.
|
Enumeration
findByStoreAndStatus
(Integer,
String, SortingAttribute)
|
Change in signature from (java.lang.Integer,
java.lang.String, com.ibm.commerce.negotiation.objimpl.SortingAttribute )
to (java.lang.Integer, java.lang.String,
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows for the specified store with the specified
state.
|
Enumeration
findByStoreAndType
(Integer,
String, SortingAttribute)
|
Change in signature from (java.lang.Integer,
java.lang.String, com.ibm.commerce.negotiation.objimpl.SortingAttribute )
to (java.lang.Integer, java.lang.String,
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows for the specified store with the specified
type.
|
Enumeration
findGalleryItems
(Long,
SortingAttribute) |
Change in signature from (java.lang.Long,
com.ibm.commerce.negotiation.objimpl.SortingAttribute ) to
(java.lang.Long,
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows for the auctions that are in the specified
members gallery.
|
Enumeration
findGalleryItemsByMultipleAuctionStatus
(Long,
String[], SortingAttribute)
|
Change in signature from (java.lang.Long,
java.lang.String[],
com.ibm.commerce.negotiation.objimpl.SortingAttribute ) to
(java.lang.Long, java.lang.String[],
com.ibm.commerce.negotiation.util.SortingAttribute ).
|
Retrieves all auction info rows of a certain stat for the auctions that are
in the specified members gallery.
|