Package | Description |
---|---|
com.liferay.portal.kernel.search |
Modifier and Type | Method and Description |
---|---|
static <T extends BaseModel<T>> |
BaseModelSearchResult.createWithStartAndEnd(Function<BaseModelSearchResult.StartAndEnd,List<T>> getBaseModelsFunction,
int length,
int start,
int end) |
static <T extends BaseModel<T>> |
BaseModelSearchResult.unsafeCreateWithStartAndEnd(com.liferay.petra.function.UnsafeFunction<BaseModelSearchResult.StartAndEnd,List<T>,PortalException> getBaseModelsUnsafeFunction,
int length,
int start,
int end) |