Liferay 7.0-ce-b4

com.liferay.portal.kernel.search
Class DocumentHelper

java.lang.Object
  extended by com.liferay.portal.kernel.search.DocumentHelper

public class DocumentHelper
extends Object


Constructor Summary
DocumentHelper(Document document)
           
 
Method Summary
 void setAttachmentOwnerKey(long classNameId, long classPK)
           
 void setEntryKey(String className, long classPK)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentHelper

public DocumentHelper(Document document)
Method Detail

setAttachmentOwnerKey

public void setAttachmentOwnerKey(long classNameId,
                                  long classPK)

setEntryKey

public void setEntryKey(String className,
                        long classPK)

Liferay 7.0-ce-b4