|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsPreviewService
Handles the common RPC services related to the gallery preview dialog.
CmsPreviewService,
I_CmsPreviewService,
I_CmsPreviewServiceAsync| Method Summary | |
|---|---|
CmsImageInfoBean |
getImageInfo(java.lang.String resourcePath,
java.lang.String locale)
Returns the image resource data to be displayed in the preview dialog. |
CmsResourceInfoBean |
getResourceInfo(java.lang.String resourcePath,
java.lang.String locale)
Returns the data to be displayed in the preview dialog. |
CmsImageInfoBean |
syncGetImageInfo(java.lang.String resourcePath,
java.lang.String locale)
Returns the image resource data to be displayed in the preview dialog. |
CmsImageInfoBean |
updateImageProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties)
Saves the given properties to the resource and returns the data to be displayed in the preview dialog. |
CmsResourceInfoBean |
updateResourceProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties)
Saves the given properties to the resource and returns the data to be displayed in the preview dialog. |
| Method Detail |
|---|
CmsImageInfoBean getImageInfo(java.lang.String resourcePath,
java.lang.String locale)
throws CmsRpcException
resourcePath - the resource pathlocale - the content locale
CmsRpcException - if something goes wrong
CmsResourceInfoBean getResourceInfo(java.lang.String resourcePath,
java.lang.String locale)
throws CmsRpcException
resourcePath - the path to the selected resourcelocale - the content locale
CmsRpcException - if something goes wrong
CmsImageInfoBean syncGetImageInfo(java.lang.String resourcePath,
java.lang.String locale)
throws CmsRpcException
resourcePath - the resource pathlocale - the content locale
CmsRpcException - if something goes wrong
CmsImageInfoBean updateImageProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties)
throws CmsRpcException
resourcePath - the path to the selected resourcelocale - the content localeproperties - a map with the key/value pairs of the properties to be updated
CmsRpcException - if something goes wrong
CmsResourceInfoBean updateResourceProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties)
throws CmsRpcException
resourcePath - the path to the selected resourcelocale - the content localeproperties - a map with the key/value pairs of the properties to be updated
CmsRpcException - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||