public interface WhenIsIndexableBaseModel
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSearchKeywords() |
int |
searchBaseModelsCount(java.lang.Class<?> clazz,
long groupId) |
int |
searchTrashEntriesCount(java.lang.String keywords,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.lang.String getSearchKeywords()
int searchBaseModelsCount(java.lang.Class<?> clazz,
long groupId)
throws java.lang.Exception
java.lang.Exceptionint searchTrashEntriesCount(java.lang.String keywords,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws java.lang.Exception
java.lang.Exception