Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Class DLFileEntryTypeConstants

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLFileEntryTypeConstants

public class DLFileEntryTypeConstants
extends Object


Field Summary
static long FILE_ENTRY_TYPE_ID_ALL
           
static long FILE_ENTRY_TYPE_ID_BASIC_DOCUMENT
           
static String NAME_BASIC_DOCUMENT
           
static String NAME_CONTRACT
           
static String NAME_IG_IMAGE
           
static String NAME_MARKETING_BANNER
           
static String NAME_ONLINE_TRAINING
           
static String NAME_SALES_PRESENTATION
           
 
Constructor Summary
DLFileEntryTypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_ENTRY_TYPE_ID_ALL

public static final long FILE_ENTRY_TYPE_ID_ALL
See Also:
Constant Field Values

FILE_ENTRY_TYPE_ID_BASIC_DOCUMENT

public static final long FILE_ENTRY_TYPE_ID_BASIC_DOCUMENT
See Also:
Constant Field Values

NAME_BASIC_DOCUMENT

public static final String NAME_BASIC_DOCUMENT
See Also:
Constant Field Values

NAME_CONTRACT

public static final String NAME_CONTRACT
See Also:
Constant Field Values

NAME_IG_IMAGE

public static final String NAME_IG_IMAGE
See Also:
Constant Field Values

NAME_MARKETING_BANNER

public static final String NAME_MARKETING_BANNER
See Also:
Constant Field Values

NAME_ONLINE_TRAINING

public static final String NAME_ONLINE_TRAINING
See Also:
Constant Field Values

NAME_SALES_PRESENTATION

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

DLFileEntryTypeConstants

public DLFileEntryTypeConstants()

Liferay 6.1.2-ce-ga3