Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.model
Class JournalArticleConstants

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

public class JournalArticleConstants
extends Object


Field Summary
static int[] ASSET_ENTRY_CREATION_STATUSES
           
static String CANONICAL_URL_SEPARATOR
           
static String PORTLET
           
static String STAND_ALONE
           
static String[] TYPES
           
static double VERSION_DEFAULT
           
 
Constructor Summary
JournalArticleConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSET_ENTRY_CREATION_STATUSES

public static final int[] ASSET_ENTRY_CREATION_STATUSES

CANONICAL_URL_SEPARATOR

public static final String CANONICAL_URL_SEPARATOR
See Also:
Constant Field Values

PORTLET

public static final String PORTLET
See Also:
Constant Field Values

STAND_ALONE

public static final String STAND_ALONE
See Also:
Constant Field Values

TYPES

public static final String[] TYPES

VERSION_DEFAULT

public static final double VERSION_DEFAULT
See Also:
Constant Field Values
Constructor Detail

JournalArticleConstants

public JournalArticleConstants()

Liferay 6.1.2-ce-ga3