Liferay 7.0-ce-b4

com.liferay.portlet.trash.test
Interface WhenIsIndexableBaseModel

All Known Implementing Classes:
DefaultWhenIsIndexableBaseModel

public interface WhenIsIndexableBaseModel


Method Summary
 String getSearchKeywords()
           
 int searchBaseModelsCount(Class<?> clazz, long groupId)
           
 int searchTrashEntriesCount(String keywords, ServiceContext serviceContext)
           
 

Method Detail

getSearchKeywords

String getSearchKeywords()

searchBaseModelsCount

int searchBaseModelsCount(Class<?> clazz,
                          long groupId)
                          throws Exception
Throws:
Exception

searchTrashEntriesCount

int searchTrashEntriesCount(String keywords,
                            ServiceContext serviceContext)
                            throws Exception
Throws:
Exception

Liferay 7.0-ce-b4