Interface EmailAddressResource
@Generated("")
@ProviderType
public interface EmailAddressResource
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
deleteEmailAddress
(Long emailAddressId) javax.ws.rs.core.Response
deleteEmailAddressBatch
(String callbackURL, Object object) void
deleteEmailAddressByExternalReferenceCode
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<EmailAddress>
getAccountByExternalReferenceCodeEmailAddressesPage
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<EmailAddress>
getAccountEmailAddressesPage
(Long accountId) getEmailAddress
(Long emailAddressId) getEmailAddressByExternalReferenceCode
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<EmailAddress>
getOrganizationByExternalReferenceCodeEmailAddressesPage
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<EmailAddress>
getOrganizationEmailAddressesPage
(String organizationId) com.liferay.portal.vulcan.pagination.Page<EmailAddress>
getUserAccountByExternalReferenceCodeEmailAddressesPage
(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<EmailAddress>
getUserAccountEmailAddressesPage
(Long userAccountId) patchEmailAddress
(Long emailAddressId, EmailAddress emailAddress) patchEmailAddressByExternalReferenceCode
(String externalReferenceCode, EmailAddress emailAddress) javax.ws.rs.core.Response
postAccountEmailAddressesPageExportBatch
(Long accountId, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.Response
postOrganizationEmailAddressesPageExportBatch
(String organizationId, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.Response
postUserAccountEmailAddressesPageExportBatch
(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
-
getAccountByExternalReferenceCodeEmailAddressesPage
com.liferay.portal.vulcan.pagination.Page<EmailAddress> getAccountByExternalReferenceCodeEmailAddressesPage(String externalReferenceCode) throws Exception - Throws:
Exception
-
getAccountEmailAddressesPage
com.liferay.portal.vulcan.pagination.Page<EmailAddress> getAccountEmailAddressesPage(Long accountId) throws Exception - Throws:
Exception
-
postAccountEmailAddressesPageExportBatch
javax.ws.rs.core.Response postAccountEmailAddressesPageExportBatch(Long accountId, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
deleteEmailAddressByExternalReferenceCode
- Throws:
Exception
-
getEmailAddressByExternalReferenceCode
- Throws:
Exception
-
patchEmailAddressByExternalReferenceCode
EmailAddress patchEmailAddressByExternalReferenceCode(String externalReferenceCode, EmailAddress emailAddress) throws Exception - Throws:
Exception
-
deleteEmailAddress
- Throws:
Exception
-
deleteEmailAddressBatch
javax.ws.rs.core.Response deleteEmailAddressBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
getEmailAddress
- Throws:
Exception
-
patchEmailAddress
- Throws:
Exception
-
getOrganizationByExternalReferenceCodeEmailAddressesPage
com.liferay.portal.vulcan.pagination.Page<EmailAddress> getOrganizationByExternalReferenceCodeEmailAddressesPage(String externalReferenceCode) throws Exception - Throws:
Exception
-
getOrganizationEmailAddressesPage
com.liferay.portal.vulcan.pagination.Page<EmailAddress> getOrganizationEmailAddressesPage(String organizationId) throws Exception - Throws:
Exception
-
postOrganizationEmailAddressesPageExportBatch
javax.ws.rs.core.Response postOrganizationEmailAddressesPageExportBatch(String organizationId, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
getUserAccountByExternalReferenceCodeEmailAddressesPage
com.liferay.portal.vulcan.pagination.Page<EmailAddress> getUserAccountByExternalReferenceCodeEmailAddressesPage(String externalReferenceCode) throws Exception - Throws:
Exception
-
getUserAccountEmailAddressesPage
com.liferay.portal.vulcan.pagination.Page<EmailAddress> getUserAccountEmailAddressesPage(Long userAccountId) throws Exception - Throws:
Exception
-
postUserAccountEmailAddressesPageExportBatch
javax.ws.rs.core.Response postUserAccountEmailAddressesPageExportBatch(Long userAccountId, String callbackURL, String contentType, String fieldNames) 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
-