Class CmsSaveResult
java.lang.Object
org.opencms.ade.contenteditor.shared.CmsSaveResult
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Stores the editor save result information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the validation issue information to display.Returns the validation result.boolean
Returns whether the validation result has errors.boolean
Returns whether container element settings where changed.
-
Constructor Details
-
CmsSaveResult
protected CmsSaveResult()Constructor for serialization only.
-
Method Details
-
getIssueInformation
Returns the validation issue information to display.- Returns:
- the validation issue information to display.
-
getValidationResult
Returns the validation result.- Returns:
- the validation result
-
hasErrors
Returns whether the validation result has errors.- Returns:
true
in case the validation result has errors
-
isHasChangedSettings
Returns whether container element settings where changed.- Returns:
true in case container element settings where changed
-