Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Class JournalStructureConstants

java.lang.Object
  extended by com.liferay.portlet.journal.model.JournalStructureConstants

public class JournalStructureConstants
extends Object


Field Summary
static String RESERVED
           
static String RESERVED_ARTICLE_ASSET_TAG_NAMES
           
static String RESERVED_ARTICLE_AUTHOR_COMMENTS
           
static String RESERVED_ARTICLE_AUTHOR_EMAIL_ADDRESS
           
static String RESERVED_ARTICLE_AUTHOR_ID
           
static String RESERVED_ARTICLE_AUTHOR_JOB_TITLE
           
static String RESERVED_ARTICLE_AUTHOR_LOCATION
           
static String RESERVED_ARTICLE_AUTHOR_NAME
           
static String RESERVED_ARTICLE_AUTHOR_ORGANIZATION
           
static String RESERVED_ARTICLE_CREATE_DATE
           
static String RESERVED_ARTICLE_DESCRIPTION
           
static String RESERVED_ARTICLE_DISPLAY_DATE
           
static String RESERVED_ARTICLE_ID
           
static String RESERVED_ARTICLE_MODIFIED_DATE
           
static String RESERVED_ARTICLE_SMALL_IMAGE_URL
           
static String RESERVED_ARTICLE_TITLE
           
static String RESERVED_ARTICLE_TYPE
           
static String RESERVED_ARTICLE_URL_TITLE
           
static String RESERVED_ARTICLE_VERSION
           
 
Constructor Summary
JournalStructureConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESERVED

public static final String RESERVED
See Also:
Constant Field Values

RESERVED_ARTICLE_ASSET_TAG_NAMES

public static final String RESERVED_ARTICLE_ASSET_TAG_NAMES
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_COMMENTS

public static final String RESERVED_ARTICLE_AUTHOR_COMMENTS
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_EMAIL_ADDRESS

public static final String RESERVED_ARTICLE_AUTHOR_EMAIL_ADDRESS
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_ID

public static final String RESERVED_ARTICLE_AUTHOR_ID
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_JOB_TITLE

public static final String RESERVED_ARTICLE_AUTHOR_JOB_TITLE
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_LOCATION

public static final String RESERVED_ARTICLE_AUTHOR_LOCATION
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_NAME

public static final String RESERVED_ARTICLE_AUTHOR_NAME
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_ORGANIZATION

public static final String RESERVED_ARTICLE_AUTHOR_ORGANIZATION
See Also:
Constant Field Values

RESERVED_ARTICLE_CREATE_DATE

public static final String RESERVED_ARTICLE_CREATE_DATE
See Also:
Constant Field Values

RESERVED_ARTICLE_DESCRIPTION

public static final String RESERVED_ARTICLE_DESCRIPTION
See Also:
Constant Field Values

RESERVED_ARTICLE_DISPLAY_DATE

public static final String RESERVED_ARTICLE_DISPLAY_DATE
See Also:
Constant Field Values

RESERVED_ARTICLE_ID

public static final String RESERVED_ARTICLE_ID
See Also:
Constant Field Values

RESERVED_ARTICLE_MODIFIED_DATE

public static final String RESERVED_ARTICLE_MODIFIED_DATE
See Also:
Constant Field Values

RESERVED_ARTICLE_SMALL_IMAGE_URL

public static final String RESERVED_ARTICLE_SMALL_IMAGE_URL
See Also:
Constant Field Values

RESERVED_ARTICLE_TITLE

public static final String RESERVED_ARTICLE_TITLE
See Also:
Constant Field Values

RESERVED_ARTICLE_TYPE

public static final String RESERVED_ARTICLE_TYPE
See Also:
Constant Field Values

RESERVED_ARTICLE_URL_TITLE

public static final String RESERVED_ARTICLE_URL_TITLE
See Also:
Constant Field Values

RESERVED_ARTICLE_VERSION

public static final String RESERVED_ARTICLE_VERSION
See Also:
Constant Field Values
Constructor Detail

JournalStructureConstants

public JournalStructureConstants()

Liferay 6.2-ce-ga5