public interface I_CmsPreviewServiceAsync
CmsPreviewService
,
I_CmsPreviewService
,
I_CmsPreviewServiceAsync
限定符和类型 | 方法和说明 |
---|---|
void |
getImageInfo(java.lang.String resourcePath,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsImageInfoBean> callback)
Returns the image resource data to be displayed in the preview dialog.
|
void |
getResourceInfo(java.lang.String resourcePath,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsResourceInfoBean> callback)
Returns the data to be displayed in the preview dialog.
|
void |
syncGetImageInfo(java.lang.String resourcePath,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsImageInfoBean> callback)
Returns the image resource data to be displayed in the preview dialog.
|
void |
updateImageProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties,
com.google.gwt.user.client.rpc.AsyncCallback<CmsImageInfoBean> callback)
Saves the given properties to the resource and returns the data to be displayed in the preview dialog.
|
void |
updateResourceProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties,
com.google.gwt.user.client.rpc.AsyncCallback<CmsResourceInfoBean> callback)
Saves the given properties to the resource and returns the data to be displayed in the preview dialog.
|
void getImageInfo(java.lang.String resourcePath, java.lang.String locale, com.google.gwt.user.client.rpc.AsyncCallback<CmsImageInfoBean> callback)
resourcePath
- the resource pathlocale
- the content localecallback
- the call-backvoid getResourceInfo(java.lang.String resourcePath, java.lang.String locale, com.google.gwt.user.client.rpc.AsyncCallback<CmsResourceInfoBean> callback)
resourcePath
- the path to the selected resourcelocale
- the content localecallback
- the call-back@SynchronizedRpcRequest void syncGetImageInfo(java.lang.String resourcePath, java.lang.String locale, com.google.gwt.user.client.rpc.AsyncCallback<CmsImageInfoBean> callback)
resourcePath
- the resource pathlocale
- the content localecallback
- the call-backvoid updateImageProperties(java.lang.String resourcePath, java.lang.String locale, java.util.Map<java.lang.String,java.lang.String> properties, com.google.gwt.user.client.rpc.AsyncCallback<CmsImageInfoBean> callback)
resourcePath
- the path to the selected resourcelocale
- the content localeproperties
- a map with the key/value pairs of the properties to be updatedcallback
- the call-backvoid updateResourceProperties(java.lang.String resourcePath, java.lang.String locale, java.util.Map<java.lang.String,java.lang.String> properties, com.google.gwt.user.client.rpc.AsyncCallback<CmsResourceInfoBean> callback)
resourcePath
- the path to the selected resourcelocale
- the content localeproperties
- a map with the key/value pairs of the properties to be updatedcallback
- the call-back