@Generated(value="")
@ProviderType
public interface ListTypeEntryResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ListTypeEntryResource.Builder |
static interface |
ListTypeEntryResource.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteListTypeEntry(java.lang.Long listTypeEntryId) |
javax.ws.rs.core.Response |
deleteListTypeEntryBatch(java.lang.String callbackURL,
java.lang.Object object) |
com.liferay.portal.vulcan.pagination.Page<ListTypeEntry> |
getListTypeDefinitionListTypeEntriesPage(java.lang.Long listTypeDefinitionId,
java.lang.String search,
com.liferay.portal.vulcan.aggregation.Aggregation aggregation,
com.liferay.portal.kernel.search.filter.Filter filter,
com.liferay.portal.vulcan.pagination.Pagination pagination,
com.liferay.portal.kernel.search.Sort[] sorts) |
ListTypeEntry |
getListTypeEntry(java.lang.Long listTypeEntryId) |
ListTypeEntry |
getListTypeEntryByExternalReferenceCode(java.lang.String externalReferenceCode) |
ListTypeEntry |
postListTypeDefinitionListTypeEntry(java.lang.Long listTypeDefinitionId,
ListTypeEntry listTypeEntry) |
javax.ws.rs.core.Response |
postListTypeDefinitionListTypeEntryBatch(java.lang.Long listTypeDefinitionId,
java.lang.String callbackURL,
java.lang.Object object) |
ListTypeEntry |
putListTypeEntry(java.lang.Long listTypeEntryId,
ListTypeEntry listTypeEntry) |
javax.ws.rs.core.Response |
putListTypeEntryBatch(java.lang.String callbackURL,
java.lang.Object object) |
ListTypeEntry |
putListTypeEntryByExternalReferenceCode(java.lang.String externalReferenceCode,
ListTypeEntry listTypeEntry) |
default void |
setContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) |
void |
setContextCompany(com.liferay.portal.kernel.model.Company contextCompany) |
default void |
setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) |
default void |
setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) |
default void |
setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) |
void |
setContextUser(com.liferay.portal.kernel.model.User contextUser) |
void |
setExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) |
void |
setFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) |
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) |
void |
setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) |
void |
setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) |
void |
setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) |
void |
setSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) |
void |
setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) |
default com.liferay.portal.kernel.search.filter.Filter |
toFilter(java.lang.String filterString) |
default com.liferay.portal.kernel.search.filter.Filter |
toFilter(java.lang.String filterString,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multivaluedMap) |
default com.liferay.portal.kernel.search.Sort[] |
toSorts(java.lang.String sortsString) |
com.liferay.portal.vulcan.pagination.Page<ListTypeEntry> getListTypeDefinitionListTypeEntriesPage(java.lang.Long listTypeDefinitionId, java.lang.String search, com.liferay.portal.vulcan.aggregation.Aggregation aggregation, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) throws java.lang.Exception
java.lang.ExceptionListTypeEntry postListTypeDefinitionListTypeEntry(java.lang.Long listTypeDefinitionId, ListTypeEntry listTypeEntry) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response postListTypeDefinitionListTypeEntryBatch(java.lang.Long listTypeDefinitionId,
java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.Exceptionvoid deleteListTypeEntry(java.lang.Long listTypeEntryId)
throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response deleteListTypeEntryBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.ExceptionListTypeEntry getListTypeEntry(java.lang.Long listTypeEntryId) throws java.lang.Exception
java.lang.ExceptionListTypeEntry putListTypeEntry(java.lang.Long listTypeEntryId, ListTypeEntry listTypeEntry) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response putListTypeEntryBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.ExceptionListTypeEntry getListTypeEntryByExternalReferenceCode(java.lang.String externalReferenceCode) throws java.lang.Exception
java.lang.ExceptionListTypeEntry putListTypeEntryByExternalReferenceCode(java.lang.String externalReferenceCode, ListTypeEntry listTypeEntry) throws java.lang.Exception
java.lang.Exceptiondefault void setContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage)
void setContextCompany(com.liferay.portal.kernel.model.Company contextCompany)
default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse)
default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo)
void setContextUser(com.liferay.portal.kernel.model.User contextUser)
void setExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert)
void setFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider)
void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
void setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService)
void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService)
void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
void setSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider)
void setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource)
default com.liferay.portal.kernel.search.filter.Filter toFilter(java.lang.String filterString)
default com.liferay.portal.kernel.search.filter.Filter toFilter(java.lang.String filterString,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multivaluedMap)
default com.liferay.portal.kernel.search.Sort[] toSorts(java.lang.String sortsString)