|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.RegionServiceWrapper
public class RegionServiceWrapper
Provides a wrapper for RegionService.
RegionService| Constructor Summary | |
|---|---|
RegionServiceWrapper(RegionService regionService)
|
|
| Method Summary | |
|---|---|
Region |
addRegion(long countryId,
String regionCode,
String name,
boolean active)
|
Region |
fetchRegion(long countryId,
String regionCode)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
Region |
getRegion(long regionId)
|
Region |
getRegion(long countryId,
String regionCode)
|
List<Region> |
getRegions()
|
List<Region> |
getRegions(boolean active)
|
List<Region> |
getRegions(long countryId)
|
List<Region> |
getRegions(long countryId,
boolean active)
|
RegionService |
getWrappedRegionService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
RegionService |
getWrappedService()
|
void |
setBeanIdentifier(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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegionServiceWrapper(RegionService regionService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface RegionServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface RegionServicebeanIdentifier - the Spring bean ID for this bean
public Region addRegion(long countryId,
String regionCode,
String name,
boolean active)
throws PortalException,
SystemException
addRegion in interface RegionServicePortalException
SystemException
public Region fetchRegion(long countryId,
String regionCode)
throws SystemException
fetchRegion in interface RegionServiceSystemException
public Region getRegion(long regionId)
throws PortalException,
SystemException
getRegion in interface RegionServicePortalException
SystemException
public Region getRegion(long countryId,
String regionCode)
throws PortalException,
SystemException
getRegion in interface RegionServicePortalException
SystemException
public List<Region> getRegions()
throws SystemException
getRegions in interface RegionServiceSystemException
public List<Region> getRegions(boolean active)
throws SystemException
getRegions in interface RegionServiceSystemException
public List<Region> getRegions(long countryId)
throws SystemException
getRegions in interface RegionServiceSystemException
public 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>
|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||