Interface WebUrlResource
@Generated("")
@ProviderType
public interface WebUrlResource
To access this resource, run:
curl -u your@email.com:yourpassword -D - http://localhost:8080/o/headless-admin-user/v1.0
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteWebUrl
(Long webUrlId) javax.ws.rs.core.Response
deleteWebUrlBatch
(String callbackURL, Object object) void
deleteWebUrlByExternalReferenceCode
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<WebUrl>
getAccountByExternalReferenceCodeWebUrlsPage
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<WebUrl>
getAccountWebUrlsPage
(Long accountId) com.liferay.portal.vulcan.pagination.Page<WebUrl>
getOrganizationByExternalReferenceCodeWebUrlsPage
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<WebUrl>
getOrganizationWebUrlsPage
(String organizationId) com.liferay.portal.vulcan.pagination.Page<WebUrl>
getUserAccountByExternalReferenceCodeWebUrlsPage
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<WebUrl>
getUserAccountWebUrlsPage
(Long userAccountId) getWebUrlByExternalReferenceCode
(String externalReferenceCode) patchWebUrl
(Long webUrlId, WebUrl webUrl) patchWebUrlByExternalReferenceCode
(String externalReferenceCode, WebUrl webUrl) javax.ws.rs.core.Response
postAccountWebUrlsPageExportBatch
(Long accountId, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.Response
postOrganizationWebUrlsPageExportBatch
(String organizationId, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.Response
postUserAccountWebUrlsPageExportBatch
(Long userAccountId, String callbackURL, String contentType, String fieldNames) 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
setVulcanBatchEngineExportTaskResource
(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) void
setVulcanBatchEngineImportTaskResource
(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) default com.liferay.portal.kernel.search.filter.Filter
default com.liferay.portal.kernel.search.filter.Filter
default com.liferay.portal.kernel.search.Sort[]
-
Method Details
-
getAccountByExternalReferenceCodeWebUrlsPage
com.liferay.portal.vulcan.pagination.Page<WebUrl> getAccountByExternalReferenceCodeWebUrlsPage(String externalReferenceCode) throws Exception - Throws:
Exception
-
getAccountWebUrlsPage
com.liferay.portal.vulcan.pagination.Page<WebUrl> getAccountWebUrlsPage(Long accountId) throws Exception - Throws:
Exception
-
postAccountWebUrlsPageExportBatch
javax.ws.rs.core.Response postAccountWebUrlsPageExportBatch(Long accountId, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
getOrganizationByExternalReferenceCodeWebUrlsPage
com.liferay.portal.vulcan.pagination.Page<WebUrl> getOrganizationByExternalReferenceCodeWebUrlsPage(String externalReferenceCode) throws Exception - Throws:
Exception
-
getOrganizationWebUrlsPage
com.liferay.portal.vulcan.pagination.Page<WebUrl> getOrganizationWebUrlsPage(String organizationId) throws Exception - Throws:
Exception
-
postOrganizationWebUrlsPageExportBatch
javax.ws.rs.core.Response postOrganizationWebUrlsPageExportBatch(String organizationId, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
getUserAccountByExternalReferenceCodeWebUrlsPage
com.liferay.portal.vulcan.pagination.Page<WebUrl> getUserAccountByExternalReferenceCodeWebUrlsPage(String externalReferenceCode) throws Exception - Throws:
Exception
-
getUserAccountWebUrlsPage
com.liferay.portal.vulcan.pagination.Page<WebUrl> getUserAccountWebUrlsPage(Long userAccountId) throws Exception - Throws:
Exception
-
postUserAccountWebUrlsPageExportBatch
javax.ws.rs.core.Response postUserAccountWebUrlsPageExportBatch(Long userAccountId, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
deleteWebUrlByExternalReferenceCode
- Throws:
Exception
-
getWebUrlByExternalReferenceCode
- Throws:
Exception
-
patchWebUrlByExternalReferenceCode
WebUrl patchWebUrlByExternalReferenceCode(String externalReferenceCode, WebUrl webUrl) throws Exception - Throws:
Exception
-
deleteWebUrl
- Throws:
Exception
-
deleteWebUrlBatch
- Throws:
Exception
-
getWebUrl
- Throws:
Exception
-
patchWebUrl
- Throws:
Exception
-
setContextAcceptLanguage
default void setContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) -
setContextCompany
void setContextCompany(com.liferay.portal.kernel.model.Company contextCompany) -
setContextHttpServletRequest
default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) -
setContextHttpServletResponse
default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) -
setContextUriInfo
default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) -
setContextUser
void setContextUser(com.liferay.portal.kernel.model.User contextUser) -
setExpressionConvert
void setExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) -
setFilterParserProvider
void setFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) -
setGroupLocalService
void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) -
setResourceActionLocalService
void setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) -
setResourcePermissionLocalService
void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) -
setRoleLocalService
void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) -
setSortParserProvider
void setSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) -
setVulcanBatchEngineExportTaskResource
void setVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) -
setVulcanBatchEngineImportTaskResource
void setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) -
toFilter
-
toFilter
-
toSorts
-