@Generated(value="")
@ProviderType
public interface StructuredContentResource
Modifier and Type | Interface and Description |
---|---|
static interface |
StructuredContentResource.Builder |
static interface |
StructuredContentResource.Factory |
static class |
StructuredContentResource.FactoryHolder |
Modifier and Type | Method and Description |
---|---|
static StructuredContentResource.Builder |
builder() |
void |
deleteStructuredContent(java.lang.Long structuredContentId) |
javax.ws.rs.core.Response |
deleteStructuredContentBatch(java.lang.String callbackURL,
java.lang.Object object) |
void |
deleteStructuredContentMyRating(java.lang.Long structuredContentId) |
com.liferay.portal.vulcan.pagination.Page<StructuredContent> |
getContentStructureStructuredContentsPage(java.lang.Long contentStructureId,
java.lang.String search,
com.liferay.portal.kernel.search.filter.Filter filter,
com.liferay.portal.vulcan.pagination.Pagination pagination,
com.liferay.portal.kernel.search.Sort[] sorts) |
StructuredContent |
getSiteStructuredContentByKey(java.lang.Long siteId,
java.lang.String key) |
StructuredContent |
getSiteStructuredContentByUuid(java.lang.Long siteId,
java.lang.String uuid) |
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> |
getSiteStructuredContentPermissionsPage(java.lang.Long siteId,
java.lang.String roleNames) |
com.liferay.portal.vulcan.pagination.Page<StructuredContent> |
getSiteStructuredContentsPage(java.lang.Long siteId,
java.lang.Boolean flatten,
java.lang.String search,
com.liferay.portal.kernel.search.filter.Filter filter,
com.liferay.portal.vulcan.pagination.Pagination pagination,
com.liferay.portal.kernel.search.Sort[] sorts) |
StructuredContent |
getStructuredContent(java.lang.Long structuredContentId) |
com.liferay.portal.vulcan.pagination.Page<StructuredContent> |
getStructuredContentFolderStructuredContentsPage(java.lang.Long structuredContentFolderId,
java.lang.Boolean flatten,
java.lang.String search,
com.liferay.portal.kernel.search.filter.Filter filter,
com.liferay.portal.vulcan.pagination.Pagination pagination,
com.liferay.portal.kernel.search.Sort[] sorts) |
Rating |
getStructuredContentMyRating(java.lang.Long structuredContentId) |
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> |
getStructuredContentPermissionsPage(java.lang.Long structuredContentId,
java.lang.String roleNames) |
java.lang.String |
getStructuredContentRenderedContentTemplate(java.lang.Long structuredContentId,
java.lang.String contentTemplateId) |
StructuredContent |
patchStructuredContent(java.lang.Long structuredContentId,
StructuredContent structuredContent) |
StructuredContent |
postSiteStructuredContent(java.lang.Long siteId,
StructuredContent structuredContent) |
javax.ws.rs.core.Response |
postSiteStructuredContentBatch(java.lang.Long siteId,
java.lang.String callbackURL,
java.lang.Object object) |
StructuredContent |
postStructuredContentFolderStructuredContent(java.lang.Long structuredContentFolderId,
StructuredContent structuredContent) |
javax.ws.rs.core.Response |
postStructuredContentFolderStructuredContentBatch(java.lang.Long structuredContentFolderId,
java.lang.String callbackURL,
java.lang.Object object) |
Rating |
postStructuredContentMyRating(java.lang.Long structuredContentId,
Rating rating) |
void |
putSiteStructuredContentPermission(java.lang.Long siteId,
com.liferay.portal.vulcan.permission.Permission[] permissions) |
StructuredContent |
putStructuredContent(java.lang.Long structuredContentId,
StructuredContent structuredContent) |
javax.ws.rs.core.Response |
putStructuredContentBatch(java.lang.String callbackURL,
java.lang.Object object) |
Rating |
putStructuredContentMyRating(java.lang.Long structuredContentId,
Rating rating) |
void |
putStructuredContentPermission(java.lang.Long structuredContentId,
com.liferay.portal.vulcan.permission.Permission[] permissions) |
void |
putStructuredContentSubscribe(java.lang.Long structuredContentId) |
void |
putStructuredContentUnsubscribe(java.lang.Long structuredContentId) |
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) |
static StructuredContentResource.Builder builder()
com.liferay.portal.vulcan.pagination.Page<StructuredContent> getContentStructureStructuredContentsPage(java.lang.Long contentStructureId, java.lang.String search, 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.Exception
com.liferay.portal.vulcan.pagination.Page<StructuredContent> getSiteStructuredContentsPage(java.lang.Long siteId, java.lang.Boolean flatten, java.lang.String search, 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.Exception
StructuredContent postSiteStructuredContent(java.lang.Long siteId, StructuredContent structuredContent) throws java.lang.Exception
java.lang.Exception
javax.ws.rs.core.Response postSiteStructuredContentBatch(java.lang.Long siteId, java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
StructuredContent getSiteStructuredContentByKey(java.lang.Long siteId, java.lang.String key) throws java.lang.Exception
java.lang.Exception
StructuredContent getSiteStructuredContentByUuid(java.lang.Long siteId, java.lang.String uuid) throws java.lang.Exception
java.lang.Exception
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getSiteStructuredContentPermissionsPage(java.lang.Long siteId, java.lang.String roleNames) throws java.lang.Exception
java.lang.Exception
void putSiteStructuredContentPermission(java.lang.Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws java.lang.Exception
java.lang.Exception
com.liferay.portal.vulcan.pagination.Page<StructuredContent> getStructuredContentFolderStructuredContentsPage(java.lang.Long structuredContentFolderId, java.lang.Boolean flatten, java.lang.String search, 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.Exception
StructuredContent postStructuredContentFolderStructuredContent(java.lang.Long structuredContentFolderId, StructuredContent structuredContent) throws java.lang.Exception
java.lang.Exception
javax.ws.rs.core.Response postStructuredContentFolderStructuredContentBatch(java.lang.Long structuredContentFolderId, java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
void deleteStructuredContent(java.lang.Long structuredContentId) throws java.lang.Exception
java.lang.Exception
javax.ws.rs.core.Response deleteStructuredContentBatch(java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
StructuredContent getStructuredContent(java.lang.Long structuredContentId) throws java.lang.Exception
java.lang.Exception
StructuredContent patchStructuredContent(java.lang.Long structuredContentId, StructuredContent structuredContent) throws java.lang.Exception
java.lang.Exception
StructuredContent putStructuredContent(java.lang.Long structuredContentId, StructuredContent structuredContent) throws java.lang.Exception
java.lang.Exception
javax.ws.rs.core.Response putStructuredContentBatch(java.lang.String callbackURL, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
void deleteStructuredContentMyRating(java.lang.Long structuredContentId) throws java.lang.Exception
java.lang.Exception
Rating getStructuredContentMyRating(java.lang.Long structuredContentId) throws java.lang.Exception
java.lang.Exception
Rating postStructuredContentMyRating(java.lang.Long structuredContentId, Rating rating) throws java.lang.Exception
java.lang.Exception
Rating putStructuredContentMyRating(java.lang.Long structuredContentId, Rating rating) throws java.lang.Exception
java.lang.Exception
com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getStructuredContentPermissionsPage(java.lang.Long structuredContentId, java.lang.String roleNames) throws java.lang.Exception
java.lang.Exception
void putStructuredContentPermission(java.lang.Long structuredContentId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws java.lang.Exception
java.lang.Exception
java.lang.String getStructuredContentRenderedContentTemplate(java.lang.Long structuredContentId, java.lang.String contentTemplateId) throws java.lang.Exception
java.lang.Exception
void putStructuredContentSubscribe(java.lang.Long structuredContentId) throws java.lang.Exception
java.lang.Exception
void putStructuredContentUnsubscribe(java.lang.Long structuredContentId) throws java.lang.Exception
java.lang.Exception
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)