|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.RegionServiceUtil
@ProviderType public class RegionServiceUtil
Provides the remote service utility for Region. 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. 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,
String regionCode,
String name,
boolean active)
|
static Region |
fetchRegion(long countryId,
String regionCode)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static Region |
getRegion(long regionId)
|
static Region |
getRegion(long countryId,
String regionCode)
|
static List<Region> |
getRegions()
|
static List<Region> |
getRegions(boolean active)
|
static List<Region> |
getRegions(long countryId)
|
static List<Region> |
getRegions(long countryId,
boolean active)
|
static RegionService |
getService()
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(RegionService service)
Deprecated. As of 6.2.0 |
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 String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static Region addRegion(long countryId, String regionCode, String name, boolean active) throws PortalException, SystemException
PortalException
SystemException
public static Region fetchRegion(long countryId, String regionCode) throws SystemException
SystemException
public static Region getRegion(long regionId) throws PortalException, SystemException
PortalException
SystemException
public static Region getRegion(long countryId, String regionCode) throws PortalException, SystemException
PortalException
SystemException
public static List<Region> getRegions() throws SystemException
SystemException
public static List<Region> getRegions(boolean active) throws SystemException
SystemException
public static List<Region> getRegions(long countryId) throws SystemException
SystemException
public static List<Region> getRegions(long countryId, boolean active) throws SystemException
SystemException
public static RegionService getService()
public void setService(RegionService service)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |