| Package | Description |
|---|---|
| com.fatwire.services |
| Modifier and Type | Method and Description |
|---|---|
SmartList |
SearchService.getSmartList(long smartListId)
Returns the smart list with the specified id.
|
| Modifier and Type | Method and Description |
|---|---|
List<SmartList> |
SearchService.getSmartLists()
Returns all smart lists for the logged in user in the logged in site.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SearchService.saveSmartList(SmartList smartList, MessageCollectors.SmartListMessageCollector collector)
Saves the specified smart list.
|