|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsGalleryService
Handles all RPC services related to the gallery dialog.
CmsGalleryService,
I_CmsGalleryService,
I_CmsGalleryServiceAsync| Method Summary | |
|---|---|
void |
deleteResource(java.lang.String resourcePath)
Deletes the given resource. |
java.util.List<CmsGalleryFolderBean> |
getGalleries(java.util.List<java.lang.String> resourceTypes)
Returns the available galleries depending on the given resource types. |
CmsGalleryDataBean |
getInitialSettings()
Returns the initial data for the given gallery mode. |
CmsGallerySearchBean |
getSearch(CmsGalleryDataBean data)
Performs an initial search based on the given data bean and the available parameters of the request. |
CmsGallerySearchBean |
getSearch(CmsGallerySearchBean searchObj)
Returns the gallery search object containing search results and the currant search parameter. |
java.util.List<CmsVfsEntryBean> |
getSubFolders(java.lang.String path)
Gets the sub-folders of a folder. |
| Method Detail |
|---|
void deleteResource(java.lang.String resourcePath)
throws CmsRpcException
resourcePath - the resource path of the resource to delete
CmsRpcException - if something goes wrong
java.util.List<CmsGalleryFolderBean> getGalleries(java.util.List<java.lang.String> resourceTypes)
throws CmsRpcException
resourceTypes - the resource types
CmsRpcException - if something goes wrong
CmsGalleryDataBean getInitialSettings()
throws CmsRpcException
CmsRpcException - if something goes wrong
CmsGallerySearchBean getSearch(CmsGalleryDataBean data)
throws CmsRpcException
data - the data bean
CmsRpcException - if something goes wrong
CmsGallerySearchBean getSearch(CmsGallerySearchBean searchObj)
throws CmsRpcException
searchObj - the current search object
CmsRpcException - is something goes wrong
java.util.List<CmsVfsEntryBean> getSubFolders(java.lang.String path)
throws CmsRpcException
path - the path of a folder
CmsRpcException - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||