@ProviderType public class RegionServiceWrapper extends java.lang.Object implements RegionService, ServiceWrapper<RegionService>
RegionService.RegionService| Constructor and Description |
|---|
RegionServiceWrapper(RegionService regionService) |
| Modifier and Type | Method and Description |
|---|---|
Region |
addRegion(long countryId,
java.lang.String regionCode,
java.lang.String name,
boolean active) |
Region |
fetchRegion(long countryId,
java.lang.String regionCode) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
Region |
getRegion(long regionId) |
Region |
getRegion(long countryId,
java.lang.String regionCode) |
java.util.List<Region> |
getRegions() |
java.util.List<Region> |
getRegions(boolean active) |
java.util.List<Region> |
getRegions(long countryId) |
java.util.List<Region> |
getRegions(long countryId,
boolean active) |
RegionService |
getWrappedRegionService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
RegionService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedRegionService(RegionService regionService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.RegionService) |
void |
setWrappedService(RegionService regionService) |
public RegionServiceWrapper(RegionService regionService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface RegionServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface RegionServicebeanIdentifier - the Spring bean ID for this beanpublic Region addRegion(long countryId, java.lang.String regionCode, java.lang.String name, boolean active) throws PortalException, SystemException
addRegion in interface RegionServicePortalExceptionSystemExceptionpublic Region fetchRegion(long countryId, java.lang.String regionCode) throws SystemException
fetchRegion in interface RegionServiceSystemExceptionpublic Region getRegion(long regionId) throws PortalException, SystemException
getRegion in interface RegionServicePortalExceptionSystemExceptionpublic Region getRegion(long countryId, java.lang.String regionCode) throws PortalException, SystemException
getRegion in interface RegionServicePortalExceptionSystemExceptionpublic java.util.List<Region> getRegions() throws SystemException
getRegions in interface RegionServiceSystemExceptionpublic java.util.List<Region> getRegions(boolean active) throws SystemException
getRegions in interface RegionServiceSystemExceptionpublic java.util.List<Region> getRegions(long countryId) throws SystemException
getRegions in interface RegionServiceSystemExceptionpublic java.util.List<Region> getRegions(long countryId, boolean active) throws SystemException
getRegions in interface RegionServiceSystemExceptionpublic RegionService getWrappedRegionService()
getWrappedService()public void setWrappedRegionService(RegionService regionService)
setWrappedService(com.liferay.portal.service.RegionService)public RegionService getWrappedService()
getWrappedService in interface ServiceWrapper<RegionService>public void setWrappedService(RegionService regionService)
setWrappedService in interface ServiceWrapper<RegionService>