com.liferay.portal.search.test
Class SearchTestUtil
java.lang.Object
com.liferay.portal.search.test.SearchTestUtil
public class SearchTestUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTACHMENT_OWNER_CLASS_NAME
public static final String ATTACHMENT_OWNER_CLASS_NAME
ATTACHMENT_OWNER_CLASS_NAME_ID
public static final long ATTACHMENT_OWNER_CLASS_NAME_ID
ATTACHMENT_OWNER_CLASS_PK
public static final long ATTACHMENT_OWNER_CLASS_PK
ENTRY_CLASS_PK
public static final long ENTRY_CLASS_PK
SUMMARY_CONTENT
public static final String SUMMARY_CONTENT
SUMMARY_TITLE
public static final String SUMMARY_TITLE
SearchTestUtil
public SearchTestUtil()
createAttachmentDocument
public static Document createAttachmentDocument(String entryClassName)
createAttachmentDocument
public static Document createAttachmentDocument(String entryClassName,
long entryClassPK)
createDocument
public static Document createDocument(String entryClassName)
createDocument
public static Document createDocument(String entryClassName,
long entryClassPK)
getSearchResults
public static List<SearchResult> getSearchResults(SearchResultTranslator searchResultTranslator,
Document... documents)