Méthode | Description | |
---|---|---|
DispatchedShopService ( IShopService wrappedService, |
Initializes a new instance of the DispatchedShopService class
|
|
GetFeaturedDetails ( int userId, DetailLevel detailLevel ) : IAsyncResult |
Get the expanded details on featured listings of a shop, ordered by highest ranked featured item.
|
|
GetFeaturedDetails ( string userName, DetailLevel detailLevel ) : IAsyncResult |
Get the expanded details on featured listings of a shop, ordered by highest ranked featured item.
|
|
GetFeaturedSellers ( int offset, int limit, DetailLevel detailLevel ) : IAsyncResult |
Get a list of all the featured sellers.
|
|
GetShopDetails ( int userId, DetailLevel detailLevel ) : IAsyncResult |
Get the details of a seller's shop.
|
|
GetShopDetails ( string userName, DetailLevel detailLevel ) : IAsyncResult |
Get the details of a seller's shop by user name.
|
|
GetShopListings ( int userId, SortField sortOn, SortOrder sortOrder, int sectionId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult |
Get all the listings in a shop.
|
|
GetShopListings ( string userName, SortField sortOn, SortOrder sortOrder, int sectionId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult |
Get all the listings in a shop.
|
|
GetShopsByName ( string searchName, SortOrder sortOrder, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult |
Search all active shops sorted alphabetically by user_name.
|
public DispatchedShopService ( IShopService wrappedService, |
||
wrappedService | IShopService | the wrapped service |
dispatcher | the thread dispatcher | |
Résultat | System |
public GetFeaturedDetails ( int userId, DetailLevel detailLevel ) : IAsyncResult | ||
userId | int | the user id |
detailLevel | DetailLevel | the level of detail |
Résultat | IAsyncResult |
public GetFeaturedDetails ( string userName, DetailLevel detailLevel ) : IAsyncResult | ||
userName | string | the user name |
detailLevel | DetailLevel | the level of detail |
Résultat | IAsyncResult |
public GetFeaturedSellers ( int offset, int limit, DetailLevel detailLevel ) : IAsyncResult | ||
offset | int | the search results offset |
limit | int | the search limit |
detailLevel | DetailLevel | the level of detail |
Résultat | IAsyncResult |
public GetShopDetails ( int userId, DetailLevel detailLevel ) : IAsyncResult | ||
userId | int | the id of the shop |
detailLevel | DetailLevel | the level of detail |
Résultat | IAsyncResult |
public GetShopDetails ( string userName, DetailLevel detailLevel ) : IAsyncResult | ||
userName | string | the name of the shop |
detailLevel | DetailLevel | the level of detail |
Résultat | IAsyncResult |
public GetShopListings ( int userId, SortField sortOn, SortOrder sortOrder, int sectionId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult | ||
userId | int | the user id |
sortOn | SortField | field to sort on |
sortOrder | SortOrder | sort ascending or descending |
sectionId | int | shop section to show |
offset | int | the search results offset |
limit | int | the search limit |
detailLevel | DetailLevel | the level of detail |
Résultat | IAsyncResult |
public GetShopListings ( string userName, SortField sortOn, SortOrder sortOrder, int sectionId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult | ||
userName | string | the user name |
sortOn | SortField | field to sort on |
sortOrder | SortOrder | sort ascending or descending |
sectionId | int | shop section to show |
offset | int | the search results offset |
limit | int | the search limit |
detailLevel | DetailLevel | the level of detail |
Résultat | IAsyncResult |
public GetShopsByName ( string searchName, SortOrder sortOrder, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult | ||
searchName | string | the name to search for |
sortOrder | SortOrder | the sort order |
offset | int | the search results offset |
limit | int | the search limit |
detailLevel | DetailLevel | the level of detail |
Résultat | IAsyncResult |