|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.alias.CmsAliasEditValidationReply
public class CmsAliasEditValidationReply
The class used to transfer validation results from the server to the client.
| Constructor Summary | |
|---|---|
CmsAliasEditValidationReply()
Default constructor. |
|
| Method Summary | |
|---|---|
java.util.List<CmsAliasTableRow> |
getChangedRows()
Gets the changed rows. |
java.lang.String |
getNewEntryAliasError()
Gets the error message for the new entry alias path text box. |
java.lang.String |
getNewEntryPathError()
Gets the error message for the new entry resource path text box. |
CmsAliasTableRow |
getValidatedNewEntry()
Gets the validated new entry. |
boolean |
hasErrors()
Check if this validation result has any errors. |
void |
setChangedRows(java.util.List<CmsAliasTableRow> changedRows)
Sets the changed rows. |
void |
setNewEntryAliasError(java.lang.String newEntryAliasError)
Sets the error message for the new entry alias path text box. |
void |
setNewEntryPathError(java.lang.String newEntryPathError)
Sets the error message for the new entry resource path text box. |
void |
setValidatedNewEntry(CmsAliasTableRow validatedNewEntry)
Sets the validated new entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsAliasEditValidationReply()
| Method Detail |
|---|
public java.util.List<CmsAliasTableRow> getChangedRows()
public java.lang.String getNewEntryAliasError()
public java.lang.String getNewEntryPathError()
public CmsAliasTableRow getValidatedNewEntry()
public boolean hasErrors()
public void setChangedRows(java.util.List<CmsAliasTableRow> changedRows)
changedRows - the changed rowspublic void setNewEntryAliasError(java.lang.String newEntryAliasError)
newEntryAliasError - the error messagepublic void setNewEntryPathError(java.lang.String newEntryPathError)
newEntryPathError - the error messagepublic void setValidatedNewEntry(CmsAliasTableRow validatedNewEntry)
validatedNewEntry - the validated new entry
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||