Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Class DLSearchConstants

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

public class DLSearchConstants
extends Object


Field Summary
static long FRAGMENT
           
static int MULTIPLE
           
static long SINGLE
           
 
Constructor Summary
DLSearchConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FRAGMENT

public static final long FRAGMENT
See Also:
Constant Field Values

MULTIPLE

public static final int MULTIPLE
See Also:
Constant Field Values

SINGLE

public static final long SINGLE
See Also:
Constant Field Values
Constructor Detail

DLSearchConstants

public DLSearchConstants()

Liferay 6.1.2-ce-ga3