| Package | Description |
|---|---|
| org.opencms.acacia.shared |
Contains the acacia editor shared client/server classes.
|
| org.opencms.acacia.shared.rpc |
Contains the acacia editor RPC service interfaces.
|
| org.opencms.ade.contenteditor |
Contains server side classes for the XML content editor.
|
| org.opencms.ade.contenteditor.shared |
Contains data beans used on the server side as well as on the client side of the XML content editor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsValidationResult |
CmsEntityHtml.getValidationResult()
Returns the validation result.
|
| Constructor and Description |
|---|
CmsEntityHtml(java.lang.String htmlContent,
CmsValidationResult validationResult)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsValidationResult |
I_CmsContentService.saveEntities(java.util.List<CmsEntity> entities)
Saves the given entities and returns a validation result in case of invalid entities.
|
CmsValidationResult |
I_CmsContentService.saveEntity(CmsEntity entity)
Saves the given entity and returns a validation result in case of invalid entities.
|
CmsValidationResult |
I_CmsContentService.validateEntity(CmsEntity changedEntity)
Validates the given entity and returns maps of error and warning messages in case of invalid attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsContentServiceAsync.saveEntities(java.util.List<CmsEntity> entities,
com.google.gwt.user.client.rpc.AsyncCallback<CmsValidationResult> callback)
Saves the given entities and returns a validation result in case of invalid entities.
|
void |
I_CmsContentServiceAsync.saveEntity(CmsEntity entity,
com.google.gwt.user.client.rpc.AsyncCallback<CmsValidationResult> callback)
Saves the given entity and returns a validation result in case of invalid entities.
|
void |
I_CmsContentServiceAsync.validateEntity(CmsEntity changedEntity,
com.google.gwt.user.client.rpc.AsyncCallback<CmsValidationResult> callback)
Validates the given entity and returns maps of error and warning messages in case of invalid attributes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsValidationResult |
CmsContentService.saveEntities(java.util.List<CmsEntity> entities) |
CmsValidationResult |
CmsContentService.saveEntity(CmsEntity entity) |
CmsValidationResult |
CmsContentService.validateEntity(CmsEntity changedEntity) |
| Modifier and Type | Method and Description |
|---|---|
CmsValidationResult |
CmsSaveResult.getValidationResult()
Returns the validation result.
|
| Constructor and Description |
|---|
CmsSaveResult(boolean hasChangedSettings,
CmsValidationResult validationResult)
Constructor.
|