@Generated(value="")
@ProviderType
public interface UserAccountResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UserAccountResource.Builder |
static interface |
UserAccountResource.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteUserAccount(java.lang.Long userAccountId) |
javax.ws.rs.core.Response |
deleteUserAccountBatch(java.lang.String callbackURL,
java.lang.Object object) |
UserAccount |
getMyUserAccount() |
com.liferay.portal.vulcan.pagination.Page<UserAccount> |
getOrganizationUserAccountsPage(java.lang.String organizationId,
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) |
com.liferay.portal.vulcan.pagination.Page<UserAccount> |
getSiteUserAccountsPage(java.lang.Long siteId,
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) |
UserAccount |
getUserAccount(java.lang.Long userAccountId) |
com.liferay.portal.vulcan.pagination.Page<UserAccount> |
getUserAccountsPage(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) |
UserAccount |
patchUserAccount(java.lang.Long userAccountId,
UserAccount userAccount) |
UserAccount |
postUserAccount(UserAccount userAccount) |
javax.ws.rs.core.Response |
postUserAccountBatch(java.lang.String callbackURL,
java.lang.Object object) |
UserAccount |
putUserAccount(java.lang.Long userAccountId,
UserAccount userAccount) |
javax.ws.rs.core.Response |
putUserAccountBatch(java.lang.String callbackURL,
java.lang.Object object) |
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 |
setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) |
default com.liferay.portal.kernel.search.filter.Filter |
toFilter(java.lang.String filterString) |
default com.liferay.portal.kernel.search.filter.Filter |
toFilter(java.lang.String filterString,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multivaluedMap) |
default com.liferay.portal.kernel.search.Sort[] |
toSorts(java.lang.String sortsString) |
UserAccount getMyUserAccount() throws java.lang.Exception
java.lang.Exceptioncom.liferay.portal.vulcan.pagination.Page<UserAccount> getOrganizationUserAccountsPage(java.lang.String organizationId, 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.Exceptioncom.liferay.portal.vulcan.pagination.Page<UserAccount> getSiteUserAccountsPage(java.lang.Long siteId, 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.Exceptioncom.liferay.portal.vulcan.pagination.Page<UserAccount> getUserAccountsPage(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.ExceptionUserAccount postUserAccount(UserAccount userAccount) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response postUserAccountBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.Exceptionvoid deleteUserAccount(java.lang.Long userAccountId)
throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response deleteUserAccountBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.ExceptionUserAccount getUserAccount(java.lang.Long userAccountId) throws java.lang.Exception
java.lang.ExceptionUserAccount patchUserAccount(java.lang.Long userAccountId, UserAccount userAccount) throws java.lang.Exception
java.lang.ExceptionUserAccount putUserAccount(java.lang.Long userAccountId, UserAccount userAccount) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response putUserAccountBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.Exceptiondefault 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 setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource)
default com.liferay.portal.kernel.search.filter.Filter toFilter(java.lang.String filterString)
default com.liferay.portal.kernel.search.filter.Filter toFilter(java.lang.String filterString,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multivaluedMap)
default com.liferay.portal.kernel.search.Sort[] toSorts(java.lang.String sortsString)