public interface ContentCategoryRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
deleteContentCategory(long contentCategoryId) |
ContentCategoryRecordSet |
getContentCategories(ContentCategorySearchCriteria searchCriteria) |
ContentCategory |
getContentCategory(long contentCategoryId) |
ContentCategorySaveResult |
saveContentCategory(ContentCategory contentCategory) |
ContentCategoryRecordSet getContentCategories(ContentCategorySearchCriteria searchCriteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionContentCategorySaveResult saveContentCategory(ContentCategory contentCategory) throws RemoteException, ApiException
RemoteExceptionApiExceptionvoid deleteContentCategory(long contentCategoryId)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionContentCategory getContentCategory(long contentCategoryId) throws RemoteException, ApiException
RemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.