Interface UserAccountResource
@Generated("")
@ProviderType
public interface UserAccountResource
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 interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAccountByExternalReferenceCodeUserAccountByExternalReferenceCode(String accountExternalReferenceCode, String externalReferenceCode) voiddeleteAccountUserAccount(Long accountId, Long userAccountId) voiddeleteAccountUserAccountByEmailAddress(Long accountId, String emailAddress) voiddeleteAccountUserAccountByExternalReferenceCodeByEmailAddress(String externalReferenceCode, String emailAddress) voiddeleteAccountUserAccountsByEmailAddress(Long accountId, String[] strings) voiddeleteAccountUserAccountsByExternalReferenceCodeByEmailAddress(String externalReferenceCode, String[] strings) voiddeleteUserAccount(Long userAccountId) javax.ws.rs.core.ResponsedeleteUserAccountBatch(String callbackURL, Object object) voiddeleteUserAccountByExternalReferenceCode(String externalReferenceCode) getAccountByExternalReferenceCodeUserAccountByExternalReferenceCode(String accountExternalReferenceCode, String externalReferenceCode) getAccountUserAccount(Long accountId, Long userAccountId) com.liferay.portal.vulcan.pagination.Page<UserAccount>getAccountUserAccountsByExternalReferenceCodePage(String externalReferenceCode, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) com.liferay.portal.vulcan.pagination.Page<UserAccount>getAccountUserAccountsPage(Long accountId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) com.liferay.portal.vulcan.pagination.Page<UserAccount>getOrganizationByExternalReferenceCodeUserAccountsPage(String externalReferenceCode, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) com.liferay.portal.vulcan.pagination.Page<UserAccount>getOrganizationUserAccountsPage(String organizationId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) getSiteAccountUserAccountSelected(Long siteId, Long accountId, Long userAccountId) getSiteByFriendlyUrlPathAccountByExternalReferenceCodeAccountExternalReferenceCodeUserAccountByExternalReferenceCodeUserAccountExternalReferenceCodeSelected(String friendlyUrlPath, String accountExternalReferenceCode, String userAccountExternalReferenceCode) com.liferay.portal.vulcan.pagination.Page<UserAccount>getSiteUserAccountsPage(Long siteId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) getUserAccount(Long userAccountId) getUserAccountByEmailAddress(String emailAddress) getUserAccountByExternalReferenceCode(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<UserAccount>getUserAccountsByStatusPage(String status, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) com.liferay.portal.vulcan.pagination.Page<UserAccount>getUserAccountsPage(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) com.liferay.portal.vulcan.pagination.Page<UserAccount>getUserGroupByExternalReferenceCodeUsersPage(String externalReferenceCode, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) com.liferay.portal.vulcan.pagination.Page<UserAccount>getUserGroupUsersPage(Long userGroupId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) voidpatchSiteAccountUserAccountSelected(Long siteId, Long accountId, Long userAccountId) voidpatchSiteByFriendlyUrlPathAccountByExternalReferenceCodeAccountExternalReferenceCodeUserAccountByExternalReferenceCodeUserAccountExternalReferenceCodeSelected(String friendlyUrlPath, String accountExternalReferenceCode, String userAccountExternalReferenceCode) patchUserAccount(Long userAccountId, UserAccount userAccount) patchUserAccountByExternalReferenceCode(String externalReferenceCode, UserAccount userAccount) voidpostAccountByExternalReferenceCodeUserAccountByExternalReferenceCode(String accountExternalReferenceCode, String externalReferenceCode) postAccountUserAccount(Long accountId, UserAccount userAccount) javax.ws.rs.core.ResponsepostAccountUserAccountBatch(Long accountId, String callbackURL, Object object) postAccountUserAccountByEmailAddress(Long accountId, String emailAddress) postAccountUserAccountByExternalReferenceCode(String externalReferenceCode, UserAccount userAccount) postAccountUserAccountByExternalReferenceCodeByEmailAddress(String externalReferenceCode, String emailAddress) com.liferay.portal.vulcan.pagination.Page<UserAccount>postAccountUserAccountsByEmailAddress(Long accountId, String accountRoleIds, String[] strings) com.liferay.portal.vulcan.pagination.Page<UserAccount>postAccountUserAccountsByExternalReferenceCodeByEmailAddress(String externalReferenceCode, String accountRoleIds, String[] strings) javax.ws.rs.core.ResponsepostAccountUserAccountsPageExportBatch(Long accountId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.ResponsepostOrganizationUserAccountsPageExportBatch(String organizationId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.ResponsepostSiteUserAccountsPageExportBatch(Long siteId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) postUserAccount(UserAccount userAccount) javax.ws.rs.core.ResponsepostUserAccountBatch(String callbackURL, Object object) javax.ws.rs.core.ResponsepostUserAccountImage(Long userAccountId, com.liferay.portal.vulcan.multipart.MultipartBody multipartBody) javax.ws.rs.core.ResponsepostUserAccountsPageExportBatch(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) putUserAccount(Long userAccountId, UserAccount userAccount) javax.ws.rs.core.ResponseputUserAccountBatch(String callbackURL, Object object) putUserAccountByExternalReferenceCode(String externalReferenceCode, UserAccount userAccount) default voidsetContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) voidsetContextCompany(com.liferay.portal.kernel.model.Company contextCompany) default voidsetContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) default voidsetContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) default voidsetContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) voidsetContextUser(com.liferay.portal.kernel.model.User contextUser) voidsetExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) voidsetFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) voidsetGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) voidsetResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) voidsetResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) voidsetRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) voidsetSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) voidsetVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) voidsetVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) default com.liferay.portal.kernel.search.filter.Filterdefault com.liferay.portal.kernel.search.filter.Filterdefault com.liferay.portal.kernel.search.Sort[]
-
Method Details
-
deleteAccountByExternalReferenceCodeUserAccountByExternalReferenceCode
void deleteAccountByExternalReferenceCodeUserAccountByExternalReferenceCode(String accountExternalReferenceCode, String externalReferenceCode) throws Exception - Throws:
Exception
-
getAccountByExternalReferenceCodeUserAccountByExternalReferenceCode
UserAccount getAccountByExternalReferenceCodeUserAccountByExternalReferenceCode(String accountExternalReferenceCode, String externalReferenceCode) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeUserAccountByExternalReferenceCode
void postAccountByExternalReferenceCodeUserAccountByExternalReferenceCode(String accountExternalReferenceCode, String externalReferenceCode) throws Exception - Throws:
Exception
-
getAccountUserAccountsByExternalReferenceCodePage
com.liferay.portal.vulcan.pagination.Page<UserAccount> getAccountUserAccountsByExternalReferenceCodePage(String externalReferenceCode, 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 Exception - Throws:
Exception
-
postAccountUserAccountByExternalReferenceCode
UserAccount postAccountUserAccountByExternalReferenceCode(String externalReferenceCode, UserAccount userAccount) throws Exception - Throws:
Exception
-
deleteAccountUserAccountsByExternalReferenceCodeByEmailAddress
void deleteAccountUserAccountsByExternalReferenceCodeByEmailAddress(String externalReferenceCode, String[] strings) throws Exception - Throws:
Exception
-
postAccountUserAccountsByExternalReferenceCodeByEmailAddress
com.liferay.portal.vulcan.pagination.Page<UserAccount> postAccountUserAccountsByExternalReferenceCodeByEmailAddress(String externalReferenceCode, String accountRoleIds, String[] strings) throws Exception - Throws:
Exception
-
deleteAccountUserAccountByExternalReferenceCodeByEmailAddress
void deleteAccountUserAccountByExternalReferenceCodeByEmailAddress(String externalReferenceCode, String emailAddress) throws Exception - Throws:
Exception
-
postAccountUserAccountByExternalReferenceCodeByEmailAddress
UserAccount postAccountUserAccountByExternalReferenceCodeByEmailAddress(String externalReferenceCode, String emailAddress) throws Exception - Throws:
Exception
-
getAccountUserAccountsPage
com.liferay.portal.vulcan.pagination.Page<UserAccount> getAccountUserAccountsPage(Long accountId, 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 Exception - Throws:
Exception
-
postAccountUserAccountsPageExportBatch
javax.ws.rs.core.Response postAccountUserAccountsPageExportBatch(Long accountId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
postAccountUserAccount
- Throws:
Exception
-
postAccountUserAccountBatch
javax.ws.rs.core.Response postAccountUserAccountBatch(Long accountId, String callbackURL, Object object) throws Exception - Throws:
Exception
-
deleteAccountUserAccountsByEmailAddress
- Throws:
Exception
-
postAccountUserAccountsByEmailAddress
com.liferay.portal.vulcan.pagination.Page<UserAccount> postAccountUserAccountsByEmailAddress(Long accountId, String accountRoleIds, String[] strings) throws Exception - Throws:
Exception
-
deleteAccountUserAccountByEmailAddress
- Throws:
Exception
-
postAccountUserAccountByEmailAddress
UserAccount postAccountUserAccountByEmailAddress(Long accountId, String emailAddress) throws Exception - Throws:
Exception
-
deleteAccountUserAccount
- Throws:
Exception
-
getAccountUserAccount
- Throws:
Exception
-
getMyUserAccount
- Throws:
Exception
-
getOrganizationByExternalReferenceCodeUserAccountsPage
com.liferay.portal.vulcan.pagination.Page<UserAccount> getOrganizationByExternalReferenceCodeUserAccountsPage(String externalReferenceCode, 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 Exception - Throws:
Exception
-
getOrganizationUserAccountsPage
com.liferay.portal.vulcan.pagination.Page<UserAccount> getOrganizationUserAccountsPage(String organizationId, 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 Exception - Throws:
Exception
-
postOrganizationUserAccountsPageExportBatch
javax.ws.rs.core.Response postOrganizationUserAccountsPageExportBatch(String organizationId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
getSiteByFriendlyUrlPathAccountByExternalReferenceCodeAccountExternalReferenceCodeUserAccountByExternalReferenceCodeUserAccountExternalReferenceCodeSelected
Boolean getSiteByFriendlyUrlPathAccountByExternalReferenceCodeAccountExternalReferenceCodeUserAccountByExternalReferenceCodeUserAccountExternalReferenceCodeSelected(String friendlyUrlPath, String accountExternalReferenceCode, String userAccountExternalReferenceCode) throws Exception - Throws:
Exception
-
patchSiteByFriendlyUrlPathAccountByExternalReferenceCodeAccountExternalReferenceCodeUserAccountByExternalReferenceCodeUserAccountExternalReferenceCodeSelected
void patchSiteByFriendlyUrlPathAccountByExternalReferenceCodeAccountExternalReferenceCodeUserAccountByExternalReferenceCodeUserAccountExternalReferenceCodeSelected(String friendlyUrlPath, String accountExternalReferenceCode, String userAccountExternalReferenceCode) throws Exception - Throws:
Exception
-
getSiteAccountUserAccountSelected
Boolean getSiteAccountUserAccountSelected(Long siteId, Long accountId, Long userAccountId) throws Exception - Throws:
Exception
-
patchSiteAccountUserAccountSelected
void patchSiteAccountUserAccountSelected(Long siteId, Long accountId, Long userAccountId) throws Exception - Throws:
Exception
-
getSiteUserAccountsPage
com.liferay.portal.vulcan.pagination.Page<UserAccount> getSiteUserAccountsPage(Long siteId, 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 Exception - Throws:
Exception
-
postSiteUserAccountsPageExportBatch
javax.ws.rs.core.Response postSiteUserAccountsPageExportBatch(Long siteId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
getUserAccountsPage
com.liferay.portal.vulcan.pagination.Page<UserAccount> getUserAccountsPage(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 Exception - Throws:
Exception
-
postUserAccountsPageExportBatch
javax.ws.rs.core.Response postUserAccountsPageExportBatch(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
postUserAccount
- Throws:
Exception
-
postUserAccountBatch
- Throws:
Exception
-
getUserAccountByEmailAddress
- Throws:
Exception
-
deleteUserAccountByExternalReferenceCode
- Throws:
Exception
-
getUserAccountByExternalReferenceCode
- Throws:
Exception
-
patchUserAccountByExternalReferenceCode
UserAccount patchUserAccountByExternalReferenceCode(String externalReferenceCode, UserAccount userAccount) throws Exception - Throws:
Exception
-
putUserAccountByExternalReferenceCode
UserAccount putUserAccountByExternalReferenceCode(String externalReferenceCode, UserAccount userAccount) throws Exception - Throws:
Exception
-
getUserAccountsByStatusPage
com.liferay.portal.vulcan.pagination.Page<UserAccount> getUserAccountsByStatusPage(String status, 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 Exception - Throws:
Exception
-
deleteUserAccount
- Throws:
Exception
-
deleteUserAccountBatch
javax.ws.rs.core.Response deleteUserAccountBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
getUserAccount
- Throws:
Exception
-
patchUserAccount
- Throws:
Exception
-
putUserAccount
- Throws:
Exception
-
putUserAccountBatch
- Throws:
Exception
-
postUserAccountImage
javax.ws.rs.core.Response postUserAccountImage(Long userAccountId, com.liferay.portal.vulcan.multipart.MultipartBody multipartBody) throws Exception - Throws:
Exception
-
getUserGroupByExternalReferenceCodeUsersPage
com.liferay.portal.vulcan.pagination.Page<UserAccount> getUserGroupByExternalReferenceCodeUsersPage(String externalReferenceCode, 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 Exception - Throws:
Exception
-
getUserGroupUsersPage
com.liferay.portal.vulcan.pagination.Page<UserAccount> getUserGroupUsersPage(Long userGroupId, 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 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
-