Interface RoleResource
@Generated("")
@ProviderType
public interface RoleResource
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
deleteOrganizationRoleByExternalReferenceCodeUserAccountAssociation
(String externalReferenceCode, Long userAccountId, Long organizationId) void
deleteOrganizationRoleUserAccountAssociation
(Long roleId, Long userAccountId, Long organizationId) void
deleteRole
(Long roleId) javax.ws.rs.core.Response
deleteRoleBatch
(String callbackURL, Object object) void
deleteRoleByExternalReferenceCode
(String externalReferenceCode) void
deleteRoleByExternalReferenceCodeUserAccountAssociation
(String externalReferenceCode, Long userAccountId) void
deleteRoleUserAccountAssociation
(Long roleId, Long userAccountId) void
deleteSiteRoleByExternalReferenceCodeUserAccountAssociation
(String externalReferenceCode, Long userAccountId, Long siteId) void
deleteSiteRoleUserAccountAssociation
(Long roleId, Long userAccountId, Long siteId) getRoleByExternalReferenceCode
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<Role>
getRolesPage
(String search, Integer[] types, com.liferay.portal.vulcan.pagination.Pagination pagination) patchRoleByExternalReferenceCode
(String externalReferenceCode, Role role) void
postOrganizationRoleByExternalReferenceCodeUserAccountAssociation
(String externalReferenceCode, Long userAccountId, Long organizationId) void
postOrganizationRoleUserAccountAssociation
(Long roleId, Long userAccountId, Long organizationId) javax.ws.rs.core.Response
postRoleBatch
(String callbackURL, Object object) void
postRoleByExternalReferenceCodeUserAccountAssociation
(String externalReferenceCode, Long userAccountId) javax.ws.rs.core.Response
postRolesPageExportBatch
(String search, Integer[] types, String callbackURL, String contentType, String fieldNames) void
postRoleUserAccountAssociation
(Long roleId, Long userAccountId) void
postSiteRoleByExternalReferenceCodeUserAccountAssociation
(String externalReferenceCode, Long userAccountId, Long siteId) void
postSiteRoleUserAccountAssociation
(Long roleId, Long userAccountId, Long siteId) javax.ws.rs.core.Response
putRoleBatch
(String callbackURL, Object object) putRoleByExternalReferenceCode
(String externalReferenceCode, Role role) 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
-
getRolesPage
com.liferay.portal.vulcan.pagination.Page<Role> getRolesPage(String search, Integer[] types, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
postRolesPageExportBatch
javax.ws.rs.core.Response postRolesPageExportBatch(String search, Integer[] types, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
postRole
- Throws:
Exception
-
postRoleBatch
- Throws:
Exception
-
deleteRoleByExternalReferenceCode
- Throws:
Exception
-
getRoleByExternalReferenceCode
- Throws:
Exception
-
patchRoleByExternalReferenceCode
- Throws:
Exception
-
putRoleByExternalReferenceCode
- Throws:
Exception
-
deleteRoleByExternalReferenceCodeUserAccountAssociation
void deleteRoleByExternalReferenceCodeUserAccountAssociation(String externalReferenceCode, Long userAccountId) throws Exception - Throws:
Exception
-
postRoleByExternalReferenceCodeUserAccountAssociation
void postRoleByExternalReferenceCodeUserAccountAssociation(String externalReferenceCode, Long userAccountId) throws Exception - Throws:
Exception
-
deleteOrganizationRoleByExternalReferenceCodeUserAccountAssociation
void deleteOrganizationRoleByExternalReferenceCodeUserAccountAssociation(String externalReferenceCode, Long userAccountId, Long organizationId) throws Exception - Throws:
Exception
-
postOrganizationRoleByExternalReferenceCodeUserAccountAssociation
void postOrganizationRoleByExternalReferenceCodeUserAccountAssociation(String externalReferenceCode, Long userAccountId, Long organizationId) throws Exception - Throws:
Exception
-
deleteSiteRoleByExternalReferenceCodeUserAccountAssociation
void deleteSiteRoleByExternalReferenceCodeUserAccountAssociation(String externalReferenceCode, Long userAccountId, Long siteId) throws Exception - Throws:
Exception
-
postSiteRoleByExternalReferenceCodeUserAccountAssociation
void postSiteRoleByExternalReferenceCodeUserAccountAssociation(String externalReferenceCode, Long userAccountId, Long siteId) throws Exception - Throws:
Exception
-
deleteRole
- Throws:
Exception
-
deleteRoleBatch
- Throws:
Exception
-
getRole
- Throws:
Exception
-
patchRole
- Throws:
Exception
-
putRole
- Throws:
Exception
-
putRoleBatch
- Throws:
Exception
-
deleteRoleUserAccountAssociation
- Throws:
Exception
-
postRoleUserAccountAssociation
- Throws:
Exception
-
deleteOrganizationRoleUserAccountAssociation
void deleteOrganizationRoleUserAccountAssociation(Long roleId, Long userAccountId, Long organizationId) throws Exception - Throws:
Exception
-
postOrganizationRoleUserAccountAssociation
void postOrganizationRoleUserAccountAssociation(Long roleId, Long userAccountId, Long organizationId) throws Exception - Throws:
Exception
-
deleteSiteRoleUserAccountAssociation
void deleteSiteRoleUserAccountAssociation(Long roleId, Long userAccountId, Long siteId) throws Exception - Throws:
Exception
-
postSiteRoleUserAccountAssociation
void postSiteRoleUserAccountAssociation(Long roleId, Long userAccountId, Long siteId) throws Exception - 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
-