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 interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteEmailAddress(Long emailAddressId) javax.ws.rs.core.ResponsedeleteEmailAddressBatch(String callbackURL, Object object) voiddeleteEmailAddressByExternalReferenceCode(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.ResponsepostAccountEmailAddressesPageExportBatch(Long accountId, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.ResponsepostOrganizationEmailAddressesPageExportBatch(String organizationId, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.ResponsepostUserAccountEmailAddressesPageExportBatch(Long userAccountId, String callbackURL, String contentType, String fieldNames) 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
-
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
-