|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.service.RegionServiceUtil
public class RegionServiceUtil
The utility for the region remote service. This utility wraps com.liferay.portal.service.impl.RegionServiceImpl and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
RegionService,
RegionServiceBaseImpl,
com.liferay.portal.service.impl.RegionServiceImpl| Constructor Summary | |
|---|---|
RegionServiceUtil()
|
|
| Method Summary | |
|---|---|
static Region |
addRegion(long countryId,
java.lang.String regionCode,
java.lang.String name,
boolean active)
|
static Region |
fetchRegion(long countryId,
java.lang.String regionCode)
|
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static Region |
getRegion(long regionId)
|
static Region |
getRegion(long countryId,
java.lang.String regionCode)
|
static java.util.List<Region> |
getRegions()
|
static java.util.List<Region> |
getRegions(boolean active)
|
static java.util.List<Region> |
getRegions(long countryId)
|
static java.util.List<Region> |
getRegions(long countryId,
boolean active)
|
static RegionService |
getService()
|
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(RegionService service)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegionServiceUtil()
| Method Detail |
|---|
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
public static Region addRegion(long countryId,
java.lang.String regionCode,
java.lang.String name,
boolean active)
throws PortalException,
SystemException
PortalException
SystemException
public static Region fetchRegion(long countryId,
java.lang.String regionCode)
throws SystemException
SystemException
public static Region getRegion(long regionId)
throws PortalException,
SystemException
PortalException
SystemException
public static Region getRegion(long countryId,
java.lang.String regionCode)
throws PortalException,
SystemException
PortalException
SystemException
public static java.util.List<Region> getRegions()
throws SystemException
SystemException
public static java.util.List<Region> getRegions(boolean active)
throws SystemException
SystemException
public static java.util.List<Region> getRegions(long countryId)
throws SystemException
SystemException
public static java.util.List<Region> getRegions(long countryId,
boolean active)
throws SystemException
SystemExceptionpublic static RegionService getService()
public void setService(RegionService service)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||