Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client
Interface AppErrorMessages

All Superinterfaces:
com.google.gwt.i18n.client.Localizable, com.google.gwt.i18n.client.LocalizableResource, com.google.gwt.i18n.client.Messages

public interface AppErrorMessages
extends com.google.gwt.i18n.client.Messages

Author:
Stéphane Fourrier

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
 
Method Summary
 String applicationNotCorrectlySet()
           
 String cannotAddExternalWebContent(String type)
           
 String cannotCreateWebContent()
           
 String cannotCreateZone()
           
 String cannotDeleteWebContent()
           
 String cannotDeleteZone()
           
 String cannotFindWebContent()
           
 String cannotLoadContainerBuilder()
           
 String cannotLoadLayout()
           
 String cannotLoadWebContents()
           
 String cannotReachServer()
           
 String cannotUpdateAllWebContents()
           
 String cannotUpdateFooter()
           
 String cannotUpdateHeader()
           
 String cannotUpdateLayout()
           
 String cannotUpdateSideBar()
           
 String cannotUpdateWebContent()
           
 String cannotUpdateZone()
           
 String noZoneCreated()
           
 String preferenceDoesNotExist(String name)
           
 String unitIsNotEmpty()
           
 String zoneIsNotEmpty()
           
 

Method Detail

unitIsNotEmpty

String unitIsNotEmpty()

zoneIsNotEmpty

String zoneIsNotEmpty()

noZoneCreated

String noZoneCreated()

cannotLoadLayout

String cannotLoadLayout()

cannotReachServer

String cannotReachServer()

applicationNotCorrectlySet

String applicationNotCorrectlySet()

cannotUpdateLayout

String cannotUpdateLayout()

cannotUpdateFooter

String cannotUpdateFooter()

cannotCreateZone

String cannotCreateZone()

cannotUpdateZone

String cannotUpdateZone()

cannotUpdateSideBar

String cannotUpdateSideBar()

cannotUpdateHeader

String cannotUpdateHeader()

cannotDeleteZone

String cannotDeleteZone()

cannotCreateWebContent

String cannotCreateWebContent()

cannotLoadWebContents

String cannotLoadWebContents()

cannotUpdateAllWebContents

String cannotUpdateAllWebContents()

cannotUpdateWebContent

String cannotUpdateWebContent()

cannotDeleteWebContent

String cannotDeleteWebContent()

cannotLoadContainerBuilder

String cannotLoadContainerBuilder()

cannotAddExternalWebContent

String cannotAddExternalWebContent(String type)

cannotFindWebContent

String cannotFindWebContent()

preferenceDoesNotExist

String preferenceDoesNotExist(String name)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.