ccc.client.i18n
Interface CommandTypeConstants

All Superinterfaces:
ConstantMap
All Known Subinterfaces:
GWTCommandTypeConstants

public interface CommandTypeConstants
extends ConstantMap

UI constants describing available commands.

Author:
Civic Computing Ltd.

Method Summary
 java.lang.String actionCancel()
          "Cancel".
 java.lang.String actionCreate()
          "Create".
 java.lang.String aliasCreate()
          "Create".
 java.lang.String aliasUpdate()
          "Update".
 java.lang.String fileCreate()
          "Create".
 java.lang.String fileUpdate()
          "Update".
 java.lang.String folderCreate()
          "Create".
 java.lang.String folderReorder()
          "Reorder".
 java.lang.String folderUpdate()
          "Update".
 java.lang.String folderUpdateSortOrder()
          "Update sort order".
 java.lang.String pageCreate()
          "Create".
 java.lang.String pageUpdate()
          "Update".
 java.lang.String resourceChangeRoles()
          "Change roles".
 java.lang.String resourceChangeTemplate()
          "Change template".
 java.lang.String resourceClearWc()
          "Clear working copy".
 java.lang.String resourceDelete()
          "Delete".
 java.lang.String resourceIncludeInMm()
          "Include in main menu".
 java.lang.String resourceLock()
          "Lock".
 java.lang.String resourceMove()
          "Move".
 java.lang.String resourcePublish()
          "Publish".
 java.lang.String resourceRemoveFromMm()
          "Remove from main menu".
 java.lang.String resourceRename()
          "Rename".
 java.lang.String resourceUnlock()
          "Unlock".
 java.lang.String resourceUnpublish()
          "Unpublish".
 java.lang.String resourceUpdateCache()
          "Update cache".
 java.lang.String resourceUpdateMetadata()
          "Update metadata".
 java.lang.String resourceUpdateTags()
          "Update tags".
 java.lang.String resourceUpdateWc()
          "Update working copy".
 java.lang.String searchCreate()
          "Create".
 java.lang.String templateCreate()
          "Create".
 java.lang.String templateUpdate()
          "Update".
 java.lang.String userChangePassword()
          "Change password".
 java.lang.String userCreate()
          "Create".
 java.lang.String userUpdate()
          "Update".
 
Methods inherited from interface ccc.client.i18n.ConstantMap
getString
 

Method Detail

resourceRename

java.lang.String resourceRename()
"Rename".

Returns:
The constant, in the appropriate locale.

resourceMove

java.lang.String resourceMove()
"Move".

Returns:
The constant, in the appropriate locale.

resourceDelete

java.lang.String resourceDelete()
"Delete".

Returns:
The constant, in the appropriate locale.

resourcePublish

java.lang.String resourcePublish()
"Publish".

Returns:
The constant, in the appropriate locale.

resourceUnpublish

java.lang.String resourceUnpublish()
"Unpublish".

Returns:
The constant, in the appropriate locale.

resourceLock

java.lang.String resourceLock()
"Lock".

Returns:
The constant, in the appropriate locale.

resourceUnlock

java.lang.String resourceUnlock()
"Unlock".

Returns:
The constant, in the appropriate locale.

resourceChangeTemplate

java.lang.String resourceChangeTemplate()
"Change template".

Returns:
The constant, in the appropriate locale.

resourceUpdateTags

java.lang.String resourceUpdateTags()
"Update tags".

Returns:
The constant, in the appropriate locale.

resourceIncludeInMm

java.lang.String resourceIncludeInMm()
"Include in main menu".

Returns:
The constant, in the appropriate locale.

resourceRemoveFromMm

java.lang.String resourceRemoveFromMm()
"Remove from main menu".

Returns:
The constant, in the appropriate locale.

resourceUpdateMetadata

java.lang.String resourceUpdateMetadata()
"Update metadata".

Returns:
The constant, in the appropriate locale.

resourceChangeRoles

java.lang.String resourceChangeRoles()
"Change roles".

Returns:
The constant, in the appropriate locale.

resourceUpdateCache

java.lang.String resourceUpdateCache()
"Update cache".

Returns:
The constant, in the appropriate locale.

resourceClearWc

java.lang.String resourceClearWc()
"Clear working copy".

Returns:
The constant, in the appropriate locale.

resourceUpdateWc

java.lang.String resourceUpdateWc()
"Update working copy".

Returns:
The constant, in the appropriate locale.

folderReorder

java.lang.String folderReorder()
"Reorder".

Returns:
The constant, in the appropriate locale.

folderUpdateSortOrder

java.lang.String folderUpdateSortOrder()
"Update sort order".

Returns:
The constant, in the appropriate locale.

folderUpdate

java.lang.String folderUpdate()
"Update".

Returns:
The constant, in the appropriate locale.

folderCreate

java.lang.String folderCreate()
"Create".

Returns:
The constant, in the appropriate locale.

userCreate

java.lang.String userCreate()
"Create".

Returns:
The constant, in the appropriate locale.

userUpdate

java.lang.String userUpdate()
"Update".

Returns:
The constant, in the appropriate locale.

userChangePassword

java.lang.String userChangePassword()
"Change password".

Returns:
The constant, in the appropriate locale.

pageUpdate

java.lang.String pageUpdate()
"Update".

Returns:
The constant, in the appropriate locale.

pageCreate

java.lang.String pageCreate()
"Create".

Returns:
The constant, in the appropriate locale.

templateCreate

java.lang.String templateCreate()
"Create".

Returns:
The constant, in the appropriate locale.

templateUpdate

java.lang.String templateUpdate()
"Update".

Returns:
The constant, in the appropriate locale.

fileCreate

java.lang.String fileCreate()
"Create".

Returns:
The constant, in the appropriate locale.

fileUpdate

java.lang.String fileUpdate()
"Update".

Returns:
The constant, in the appropriate locale.

searchCreate

java.lang.String searchCreate()
"Create".

Returns:
The constant, in the appropriate locale.

aliasCreate

java.lang.String aliasCreate()
"Create".

Returns:
The constant, in the appropriate locale.

aliasUpdate

java.lang.String aliasUpdate()
"Update".

Returns:
The constant, in the appropriate locale.

actionCreate

java.lang.String actionCreate()
"Create".

Returns:
The constant, in the appropriate locale.

actionCancel

java.lang.String actionCancel()
"Cancel".

Returns:
The constant, in the appropriate locale.


Copyright © 2010. All Rights Reserved.