public interface I_CmsPreviewService
extends com.google.gwt.user.client.rpc.RemoteService
CmsPreviewService,
I_CmsPreviewService,
I_CmsPreviewServiceAsync| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
CmsImageInfoBean getImageInfo(java.lang.String resourcePath, java.lang.String locale) throws CmsRpcException
resourcePath - the resource pathlocale - the content localeCmsRpcException - if something goes wrongCmsResourceInfoBean getResourceInfo(java.lang.String resourcePath, java.lang.String locale) throws CmsRpcException
resourcePath - the path to the selected resourcelocale - the content localeCmsRpcException - if something goes wrongCmsImageInfoBean syncGetImageInfo(java.lang.String resourcePath, java.lang.String locale) throws CmsRpcException
resourcePath - the resource pathlocale - the content localeCmsRpcException - if something goes wrongCmsImageInfoBean 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 updatedCmsRpcException - if something goes wrongCmsResourceInfoBean 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 updatedCmsRpcException - if something goes wrong