Uses of Class
com.ibm.wpc.WpcSearchResultsType

Packages that use WpcSearchResultsType
com.ibm.wpc   
 

Uses of WpcSearchResultsType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcSearchResultsType
 WpcSearchResultsType WpcResponseType.getWpcSearchResults()
          Gets the wpcSearchResults value for this WpcResponseType.
 

Methods in com.ibm.wpc with parameters of type WpcSearchResultsType
 void WpcResponseType.setWpcSearchResults(WpcSearchResultsType wpcSearchResults)
          Sets the wpcSearchResults value for this WpcResponseType.
 

Constructors in com.ibm.wpc with parameters of type WpcSearchResultsType
WpcResponseType(WpcEntityIdentifierType wpcEntityIdentifier, WpcNotificationInfoType[] wpcNotification, WpcSearchResultsType wpcSearchResults, WpcTradeItemSpecType wpcTradeItemSpec, WpcTradeItemType wpcTradeItem, java.lang.String wpcTransactionResult, java.lang.String wpcFileDocStorePath, WpcCatalogQueryChildrenResultType wpcQueryCatalogChildrenResult, WpcCatalogType[] wpcCatalogs, WpcContainerViewType[] wpcCatalogView, java.lang.String[] wpcCatalogViewList, WpcUserType[] wpcUserList, WpcCollabAreaType[] wpcCollabAreaList, WpcAttributeCollectionType[] wpcAttributeCollections, WpcExtensionType extension)