| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
ListTemplate |
Service.getListTemplate(java.lang.String name)
Gets the list template.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ListTemplate> |
Service.getCustomListTemplates()
Gets the custom list templates.
|
java.util.List<ListTemplate> |
Service.getCustomListTemplates(java.util.List<IQueryOption> queryOptions)
Gets the custom list templates.
|
java.util.List<ListTemplate> |
Service.getListTemplates()
Gets the list templates.
|
java.util.List<ListTemplate> |
Service.getListTemplates(java.util.List<IQueryOption> queryOptions)
Gets the list templates.
|