Interface AccountResource
@Generated("")
@ProviderType
public interface AccountResource
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
deleteAccount
(Long accountId) javax.ws.rs.core.Response
deleteAccountBatch
(String callbackURL, Object object) void
deleteAccountByExternalReferenceCode
(String externalReferenceCode) void
deleteOrganizationAccounts
(Long organizationId, Long[] longs) void
deleteOrganizationAccountsByExternalReferenceCode
(Long organizationId, String[] strings) void
deleteOrganizationByExternalReferenceCodeAccounts
(String externalReferenceCode, Long[] longs) void
deleteOrganizationByExternalReferenceCodeOrganizationExternalReferenceCodeAccountByExternalReferenceCode
(String organizationExternalReferenceCode, String[] strings) getAccount
(Long accountId) getAccountByExternalReferenceCode
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<Account>
getAccountGroupAccountsPage
(Long accountGroupId, 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<Account>
getAccountGroupByExternalReferenceCodeAccountsPage
(String accountGroupExternalReferenceCode, 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<Account>
getAccountsPage
(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<Account>
getOrganizationAccountsPage
(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) com.liferay.portal.vulcan.pagination.Page<Account>
getOrganizationByExternalReferenceCodeAccountsPage
(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<Account>
getOrganizationByExternalReferenceCodeOrganizationExternalReferenceCodeAccountsByExternalReferenceCodePage
(String organizationExternalReferenceCode, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) patchAccount
(Long accountId, Account account) patchAccountByExternalReferenceCode
(String externalReferenceCode, Account account) void
patchOrganizationMoveAccounts
(Long sourceOrganizationId, Long targetOrganizationId, Long[] longs) void
patchOrganizationMoveAccountsByExternalReferenceCode
(Long sourceOrganizationId, Long targetOrganizationId, String[] strings) postAccount
(Account account) javax.ws.rs.core.Response
postAccountBatch
(String callbackURL, Object object) javax.ws.rs.core.Response
postAccountGroupAccountsPageExportBatch
(Long accountGroupId, 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.Response
postAccountsPageExportBatch
(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) void
postOrganizationAccounts
(Long organizationId, Long[] longs) void
postOrganizationAccountsByExternalReferenceCode
(Long organizationId, String[] strings) javax.ws.rs.core.Response
postOrganizationAccountsPageExportBatch
(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) void
postOrganizationByExternalReferenceCodeAccounts
(String externalReferenceCode, Long[] longs) void
postOrganizationByExternalReferenceCodeOrganizationExternalReferenceCodeAccountByExternalReferenceCode
(String organizationExternalReferenceCode, String[] strings) putAccount
(Long accountId, Account account) javax.ws.rs.core.Response
putAccountBatch
(String callbackURL, Object object) putAccountByExternalReferenceCode
(String externalReferenceCode, Account account) 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
-
getAccountGroupByExternalReferenceCodeAccountsPage
com.liferay.portal.vulcan.pagination.Page<Account> getAccountGroupByExternalReferenceCodeAccountsPage(String accountGroupExternalReferenceCode, 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
-
getAccountGroupAccountsPage
com.liferay.portal.vulcan.pagination.Page<Account> getAccountGroupAccountsPage(Long accountGroupId, 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
-
postAccountGroupAccountsPageExportBatch
javax.ws.rs.core.Response postAccountGroupAccountsPageExportBatch(Long accountGroupId, 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
-
getAccountsPage
com.liferay.portal.vulcan.pagination.Page<Account> getAccountsPage(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
-
postAccountsPageExportBatch
javax.ws.rs.core.Response postAccountsPageExportBatch(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
-
postAccount
- Throws:
Exception
-
postAccountBatch
- Throws:
Exception
-
deleteAccountByExternalReferenceCode
- Throws:
Exception
-
getAccountByExternalReferenceCode
- Throws:
Exception
-
patchAccountByExternalReferenceCode
Account patchAccountByExternalReferenceCode(String externalReferenceCode, Account account) throws Exception - Throws:
Exception
-
putAccountByExternalReferenceCode
Account putAccountByExternalReferenceCode(String externalReferenceCode, Account account) throws Exception - Throws:
Exception
-
deleteAccount
- Throws:
Exception
-
deleteAccountBatch
- Throws:
Exception
-
getAccount
- Throws:
Exception
-
patchAccount
- Throws:
Exception
-
putAccount
- Throws:
Exception
-
putAccountBatch
- Throws:
Exception
-
deleteOrganizationByExternalReferenceCodeAccounts
void deleteOrganizationByExternalReferenceCodeAccounts(String externalReferenceCode, Long[] longs) throws Exception - Throws:
Exception
-
getOrganizationByExternalReferenceCodeAccountsPage
com.liferay.portal.vulcan.pagination.Page<Account> getOrganizationByExternalReferenceCodeAccountsPage(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
-
postOrganizationByExternalReferenceCodeAccounts
void postOrganizationByExternalReferenceCodeAccounts(String externalReferenceCode, Long[] longs) throws Exception - Throws:
Exception
-
deleteOrganizationByExternalReferenceCodeOrganizationExternalReferenceCodeAccountByExternalReferenceCode
void deleteOrganizationByExternalReferenceCodeOrganizationExternalReferenceCodeAccountByExternalReferenceCode(String organizationExternalReferenceCode, String[] strings) throws Exception - Throws:
Exception
-
getOrganizationByExternalReferenceCodeOrganizationExternalReferenceCodeAccountsByExternalReferenceCodePage
com.liferay.portal.vulcan.pagination.Page<Account> getOrganizationByExternalReferenceCodeOrganizationExternalReferenceCodeAccountsByExternalReferenceCodePage(String organizationExternalReferenceCode, 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
-
postOrganizationByExternalReferenceCodeOrganizationExternalReferenceCodeAccountByExternalReferenceCode
void postOrganizationByExternalReferenceCodeOrganizationExternalReferenceCodeAccountByExternalReferenceCode(String organizationExternalReferenceCode, String[] strings) throws Exception - Throws:
Exception
-
patchOrganizationMoveAccounts
void patchOrganizationMoveAccounts(Long sourceOrganizationId, Long targetOrganizationId, Long[] longs) throws Exception - Throws:
Exception
-
patchOrganizationMoveAccountsByExternalReferenceCode
void patchOrganizationMoveAccountsByExternalReferenceCode(Long sourceOrganizationId, Long targetOrganizationId, String[] strings) throws Exception - Throws:
Exception
-
deleteOrganizationAccounts
- Throws:
Exception
-
getOrganizationAccountsPage
com.liferay.portal.vulcan.pagination.Page<Account> getOrganizationAccountsPage(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
-
postOrganizationAccountsPageExportBatch
javax.ws.rs.core.Response postOrganizationAccountsPageExportBatch(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
-
postOrganizationAccounts
- Throws:
Exception
-
deleteOrganizationAccountsByExternalReferenceCode
void deleteOrganizationAccountsByExternalReferenceCode(Long organizationId, String[] strings) throws Exception - Throws:
Exception
-
postOrganizationAccountsByExternalReferenceCode
void postOrganizationAccountsByExternalReferenceCode(Long organizationId, String[] strings) 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
-