nl.gx.product.wmpuserprofiles.api
Class WCBConstants

java.lang.Object
  extended by nl.gx.product.wmpuserprofiles.api.WCBConstants

public final class WCBConstants
extends java.lang.Object

This class contains the identifiers, namespaces, names and descriptions of the WCB itself and of the components it contains. If you need to use IDs defined by this WCB, use these constants rather then hard coded values.


Field Summary
static java.lang.String BUNDLE_DESCRIPTION
          The description of this WCB, equals the description of the component bundle definition.
static java.lang.String BUNDLE_ID
          The ID of the component bundle definition.
static java.lang.String BUNDLE_NAME
          The name of this WCB, equals the name of the component bundle definition.
static java.lang.String DOMAIN
          The domain of this WCB, i.e.
static java.lang.String ENTITY_NODETYPE_NAME
          The name of the node type for the HelloWorld entity managed by this WCB.
static java.lang.String HELPPROVIDER_COMPONENT_DESCRIPTION
          The description of the online help service provider component.
static java.lang.String HELPPROVIDER_COMPONENT_ID
          The component definition ID of the online help service provider component.
static java.lang.String HELPPROVIDER_COMPONENT_NAME
          The name of the online help service provider component.
static java.lang.String NAMESPACE_PREFIX
          The namespace prefix used by JCR node types contained by this WCB.
static java.lang.String NAMESPACE_URI
          The full namespace URI used by JCR node types contained by this WCB.
static java.lang.String OH_ANCHOR_INTRODUCTION
          The anchor for the "introduction" chapter in the Online help.
static java.lang.String PANEL_COMPONENT_DESCRIPTION
          The description of the panel component.
static java.lang.String PANEL_COMPONENT_ID
          The component definition ID of the panel component.
static java.lang.String PANEL_COMPONENT_NAME
          The name of the panel component.
static java.lang.String PROFILEDETAILS_EXTENSION_COMPONENT_DESCRIPTION
          The description of the ProfileDetails extension service component.
static java.lang.String PROFILEDETAILS_EXTENSION_COMPONENT_ID
          The component definition ID of the ProfileDetails extension.
static java.lang.String PROFILEDETAILS_EXTENSION_COMPONENT_NAME
          The name of the ProfileDetails extension component.
static java.lang.String USER_PROFILES_PROFILEDETAILS_EXTENSION_PATH
          The extension id of the user panel profile details extension.
static java.lang.String USER_PROFILES_PROFILEDETAILS_EXTENSION_VIEWNAME
          The extension viewname of the user panel profile details extension.
static java.lang.String USER_PROFILES_SEARCH_EXTENSION_PATH
          The extension formbacking object path of the user panel search and search results view.
static java.lang.String USER_PROFILES_SEARCH_EXTENSION_VIEWNAME
          The extension viewname of the user panel search and search results view.
static java.lang.String USERGROUP_EXTENSION_COMPONENT_DESCRIPTION
          The description of the UserGroup extension service component.
static java.lang.String USERGROUP_EXTENSION_COMPONENT_ID
          The component definition ID of the UserGroup extension.
static java.lang.String USERGROUP_EXTENSION_COMPONENT_NAME
          The name of the UserGroup extension component.
static java.lang.String USERNEWSLETTERS_EXTENSION_COMPONENT_DESCRIPTION
          The description of the UserNewsletters extension service component.
static java.lang.String USERNEWSLETTERS_EXTENSION_COMPONENT_ID
          The component definition ID of the UserNewsletters extension.
static java.lang.String USERNEWSLETTERS_EXTENSION_COMPONENT_NAME
          The name of the UserNewsletters extension component.
static java.lang.String USERSTATISTICS_EXTENSION_COMPONENT_DESCRIPTION
          The description of the UserStatistics extension service component.
static java.lang.String USERSTATISTICS_EXTENSION_COMPONENT_ID
          The component definition ID of the UserStatistics extension.
static java.lang.String USERSTATISTICS_EXTENSION_COMPONENT_NAME
          The name of the UserStatistics extension component.
static java.lang.String WCB_ID
          The WCB ID of this WCB, i.e.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN

public static final java.lang.String DOMAIN
The domain of this WCB, i.e. 'nl.gx.product'. By convention the domain contains only characters in the range [a-z] separated by dots.

See Also:
Constant Field Values

WCB_ID

public static final java.lang.String WCB_ID
The WCB ID of this WCB, i.e. 'helloworldpresentation'. By convention the WCB ID contains only characters in the range [a-z].

See Also:
Constant Field Values

NAMESPACE_URI

public static final java.lang.String NAMESPACE_URI
The full namespace URI used by JCR node types contained by this WCB.

See Also:
Constant Field Values

NAMESPACE_PREFIX

public static final java.lang.String NAMESPACE_PREFIX
The namespace prefix used by JCR node types contained by this WCB.

See Also:
Constant Field Values

BUNDLE_ID

public static final java.lang.String BUNDLE_ID
The ID of the component bundle definition. Each WCB has exactly one component bundle definition but may have one or more component definitions.

See Also:
Constant Field Values

BUNDLE_NAME

public static final java.lang.String BUNDLE_NAME
The name of this WCB, equals the name of the component bundle definition.

See Also:
Constant Field Values

BUNDLE_DESCRIPTION

public static final java.lang.String BUNDLE_DESCRIPTION
The description of this WCB, equals the description of the component bundle definition.

See Also:
Constant Field Values

PANEL_COMPONENT_ID

public static final java.lang.String PANEL_COMPONENT_ID
The component definition ID of the panel component.

See Also:
Constant Field Values

PANEL_COMPONENT_NAME

public static final java.lang.String PANEL_COMPONENT_NAME
The name of the panel component.

See Also:
Constant Field Values

PANEL_COMPONENT_DESCRIPTION

public static final java.lang.String PANEL_COMPONENT_DESCRIPTION
The description of the panel component.

See Also:
Constant Field Values

ENTITY_NODETYPE_NAME

public static final java.lang.String ENTITY_NODETYPE_NAME
The name of the node type for the HelloWorld entity managed by this WCB.

See Also:
Constant Field Values

HELPPROVIDER_COMPONENT_ID

public static final java.lang.String HELPPROVIDER_COMPONENT_ID
The component definition ID of the online help service provider component.

See Also:
Constant Field Values

HELPPROVIDER_COMPONENT_NAME

public static final java.lang.String HELPPROVIDER_COMPONENT_NAME
The name of the online help service provider component.

See Also:
Constant Field Values

HELPPROVIDER_COMPONENT_DESCRIPTION

public static final java.lang.String HELPPROVIDER_COMPONENT_DESCRIPTION
The description of the online help service provider component.

See Also:
Constant Field Values

OH_ANCHOR_INTRODUCTION

public static final java.lang.String OH_ANCHOR_INTRODUCTION
The anchor for the "introduction" chapter in the Online help.

See Also:
Constant Field Values

USERGROUP_EXTENSION_COMPONENT_ID

public static final java.lang.String USERGROUP_EXTENSION_COMPONENT_ID
The component definition ID of the UserGroup extension.

See Also:
Constant Field Values

USERGROUP_EXTENSION_COMPONENT_NAME

public static final java.lang.String USERGROUP_EXTENSION_COMPONENT_NAME
The name of the UserGroup extension component.

See Also:
Constant Field Values

USERGROUP_EXTENSION_COMPONENT_DESCRIPTION

public static final java.lang.String USERGROUP_EXTENSION_COMPONENT_DESCRIPTION
The description of the UserGroup extension service component.

See Also:
Constant Field Values

USERNEWSLETTERS_EXTENSION_COMPONENT_ID

public static final java.lang.String USERNEWSLETTERS_EXTENSION_COMPONENT_ID
The component definition ID of the UserNewsletters extension.

See Also:
Constant Field Values

USERNEWSLETTERS_EXTENSION_COMPONENT_NAME

public static final java.lang.String USERNEWSLETTERS_EXTENSION_COMPONENT_NAME
The name of the UserNewsletters extension component.

See Also:
Constant Field Values

USERNEWSLETTERS_EXTENSION_COMPONENT_DESCRIPTION

public static final java.lang.String USERNEWSLETTERS_EXTENSION_COMPONENT_DESCRIPTION
The description of the UserNewsletters extension service component.

See Also:
Constant Field Values

USERSTATISTICS_EXTENSION_COMPONENT_ID

public static final java.lang.String USERSTATISTICS_EXTENSION_COMPONENT_ID
The component definition ID of the UserStatistics extension.

See Also:
Constant Field Values

USERSTATISTICS_EXTENSION_COMPONENT_NAME

public static final java.lang.String USERSTATISTICS_EXTENSION_COMPONENT_NAME
The name of the UserStatistics extension component.

See Also:
Constant Field Values

USERSTATISTICS_EXTENSION_COMPONENT_DESCRIPTION

public static final java.lang.String USERSTATISTICS_EXTENSION_COMPONENT_DESCRIPTION
The description of the UserStatistics extension service component.

See Also:
Constant Field Values

PROFILEDETAILS_EXTENSION_COMPONENT_ID

public static final java.lang.String PROFILEDETAILS_EXTENSION_COMPONENT_ID
The component definition ID of the ProfileDetails extension.

See Also:
Constant Field Values

PROFILEDETAILS_EXTENSION_COMPONENT_NAME

public static final java.lang.String PROFILEDETAILS_EXTENSION_COMPONENT_NAME
The name of the ProfileDetails extension component.

See Also:
Constant Field Values

PROFILEDETAILS_EXTENSION_COMPONENT_DESCRIPTION

public static final java.lang.String PROFILEDETAILS_EXTENSION_COMPONENT_DESCRIPTION
The description of the ProfileDetails extension service component.

See Also:
Constant Field Values

USER_PROFILES_SEARCH_EXTENSION_PATH

public static final java.lang.String USER_PROFILES_SEARCH_EXTENSION_PATH
The extension formbacking object path of the user panel search and search results view.

See Also:
Constant Field Values

USER_PROFILES_SEARCH_EXTENSION_VIEWNAME

public static final java.lang.String USER_PROFILES_SEARCH_EXTENSION_VIEWNAME
The extension viewname of the user panel search and search results view.

See Also:
Constant Field Values

USER_PROFILES_PROFILEDETAILS_EXTENSION_PATH

public static final java.lang.String USER_PROFILES_PROFILEDETAILS_EXTENSION_PATH
The extension id of the user panel profile details extension.

See Also:
Constant Field Values

USER_PROFILES_PROFILEDETAILS_EXTENSION_VIEWNAME

public static final java.lang.String USER_PROFILES_PROFILEDETAILS_EXTENSION_VIEWNAME
The extension viewname of the user panel profile details extension.

See Also:
Constant Field Values


Copyright © 2007-2011 GX Software BV. All Rights Reserved.