|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsContentServiceAsync
The content editor asynchronous service interface.
| Method Summary | |
|---|---|
void |
loadDefinition(java.lang.String entityId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Loads the content definition for a given type. |
void |
loadDefinition(java.lang.String entityId,
java.lang.String newLink,
CmsUUID modelFileId,
java.lang.String editContext,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Loads the content definition for a given type creating a new resource according to the new link and model file parameter. |
void |
loadNewDefinition(java.lang.String entityId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Loads new entity definition. |
void |
prefetch(com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Returns the content definition of the resource requested through parameter 'resource'. |
void |
saveAndDeleteEntities(java.util.List<com.alkacon.acacia.shared.Entity> changedEntities,
java.util.List<java.lang.String> deletedEntities,
boolean clearOnSuccess,
com.google.gwt.user.client.rpc.AsyncCallback<com.alkacon.acacia.shared.ValidationResult> callback)
Saves and deletes the given entities. |
| Methods inherited from interface com.alkacon.acacia.shared.rpc.I_ContentServiceAsync |
|---|
loadContentDefinition, saveEntities, saveEntity, validateEntities |
| Method Detail |
|---|
void loadDefinition(java.lang.String entityId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
entityId - the entity id/URIcallback - the asynchronous callback
void loadDefinition(java.lang.String entityId,
java.lang.String newLink,
CmsUUID modelFileId,
java.lang.String editContext,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
entityId - the entity id/URInewLink - the new linkmodelFileId - the optional model file ideditContext - the container page currently being edited (may be null)callback - the asynchronous callback
void loadNewDefinition(java.lang.String entityId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
This will load the entity representation of a new locale node.
entityId - the entity id/URIcallback - the asynchronous callbackvoid prefetch(com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
callback - the callback
void saveAndDeleteEntities(java.util.List<com.alkacon.acacia.shared.Entity> changedEntities,
java.util.List<java.lang.String> deletedEntities,
boolean clearOnSuccess,
com.google.gwt.user.client.rpc.AsyncCallback<com.alkacon.acacia.shared.ValidationResult> callback)
changedEntities - the changed entitiesdeletedEntities - the entity id's to deleteclearOnSuccess - true to unlock resource after savingcallback - the asynchronous callback
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||