Interface PostalAddressResource
@Generated("")
@ProviderType
public interface PostalAddressResource
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 TypeMethodDescriptionvoiddeletePostalAddress(Long postalAddressId) javax.ws.rs.core.ResponsedeletePostalAddressBatch(String callbackURL, Object object) voiddeletePostalAddressByExternalReferenceCode(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<PostalAddress>getAccountByExternalReferenceCodePostalAddressesPage(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<PostalAddress>getAccountPostalAddressesPage(Long accountId) com.liferay.portal.vulcan.pagination.Page<PostalAddress>getOrganizationByExternalReferenceCodePostalAddressesPage(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<PostalAddress>getOrganizationPostalAddressesPage(String organizationId) getPostalAddress(Long postalAddressId) getPostalAddressByExternalReferenceCode(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<PostalAddress>getUserAccountByExternalReferenceCodePostalAddressesPage(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<PostalAddress>getUserAccountPostalAddressesPage(Long userAccountId) patchPostalAddress(Long postalAddressId, PostalAddress postalAddress) patchPostalAddressByExternalReferenceCode(String externalReferenceCode, PostalAddress postalAddress) postAccountPostalAddress(Long accountId, PostalAddress postalAddress) javax.ws.rs.core.ResponsepostAccountPostalAddressBatch(Long accountId, String callbackURL, Object object) javax.ws.rs.core.ResponsepostAccountPostalAddressesPageExportBatch(Long accountId, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.ResponsepostOrganizationPostalAddressesPageExportBatch(String organizationId, String callbackURL, String contentType, String fieldNames) javax.ws.rs.core.ResponsepostUserAccountPostalAddressesPageExportBatch(Long userAccountId, String callbackURL, String contentType, String fieldNames) putPostalAddress(Long postalAddressId, PostalAddress postalAddress) javax.ws.rs.core.ResponseputPostalAddressBatch(String callbackURL, Object object) putPostalAddressByExternalReferenceCode(String externalReferenceCode, PostalAddress postalAddress) 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
-
getAccountByExternalReferenceCodePostalAddressesPage
com.liferay.portal.vulcan.pagination.Page<PostalAddress> getAccountByExternalReferenceCodePostalAddressesPage(String externalReferenceCode) throws Exception - Throws:
Exception
-
getAccountPostalAddressesPage
com.liferay.portal.vulcan.pagination.Page<PostalAddress> getAccountPostalAddressesPage(Long accountId) throws Exception - Throws:
Exception
-
postAccountPostalAddressesPageExportBatch
javax.ws.rs.core.Response postAccountPostalAddressesPageExportBatch(Long accountId, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
postAccountPostalAddress
PostalAddress postAccountPostalAddress(Long accountId, PostalAddress postalAddress) throws Exception - Throws:
Exception
-
postAccountPostalAddressBatch
javax.ws.rs.core.Response postAccountPostalAddressBatch(Long accountId, String callbackURL, Object object) throws Exception - Throws:
Exception
-
getOrganizationByExternalReferenceCodePostalAddressesPage
com.liferay.portal.vulcan.pagination.Page<PostalAddress> getOrganizationByExternalReferenceCodePostalAddressesPage(String externalReferenceCode) throws Exception - Throws:
Exception
-
getOrganizationPostalAddressesPage
com.liferay.portal.vulcan.pagination.Page<PostalAddress> getOrganizationPostalAddressesPage(String organizationId) throws Exception - Throws:
Exception
-
postOrganizationPostalAddressesPageExportBatch
javax.ws.rs.core.Response postOrganizationPostalAddressesPageExportBatch(String organizationId, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
deletePostalAddressByExternalReferenceCode
- Throws:
Exception
-
getPostalAddressByExternalReferenceCode
PostalAddress getPostalAddressByExternalReferenceCode(String externalReferenceCode) throws Exception - Throws:
Exception
-
patchPostalAddressByExternalReferenceCode
PostalAddress patchPostalAddressByExternalReferenceCode(String externalReferenceCode, PostalAddress postalAddress) throws Exception - Throws:
Exception
-
putPostalAddressByExternalReferenceCode
PostalAddress putPostalAddressByExternalReferenceCode(String externalReferenceCode, PostalAddress postalAddress) throws Exception - Throws:
Exception
-
deletePostalAddress
- Throws:
Exception
-
deletePostalAddressBatch
javax.ws.rs.core.Response deletePostalAddressBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
getPostalAddress
- Throws:
Exception
-
patchPostalAddress
PostalAddress patchPostalAddress(Long postalAddressId, PostalAddress postalAddress) throws Exception - Throws:
Exception
-
putPostalAddress
- Throws:
Exception
-
putPostalAddressBatch
- Throws:
Exception
-
getUserAccountByExternalReferenceCodePostalAddressesPage
com.liferay.portal.vulcan.pagination.Page<PostalAddress> getUserAccountByExternalReferenceCodePostalAddressesPage(String externalReferenceCode) throws Exception - Throws:
Exception
-
getUserAccountPostalAddressesPage
com.liferay.portal.vulcan.pagination.Page<PostalAddress> getUserAccountPostalAddressesPage(Long userAccountId) throws Exception - Throws:
Exception
-
postUserAccountPostalAddressesPageExportBatch
javax.ws.rs.core.Response postUserAccountPostalAddressesPageExportBatch(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
-