|
Liferay 7.0-ce-m3 | |||||||||
| 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 regionId)
|
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 Region addRegion(long countryId,
String regionCode,
String name,
boolean active)
throws PortalException
PortalException
public static Region fetchRegion(long countryId,
String regionCode)
public static Region fetchRegion(long regionId)
public static String getBeanIdentifier()
public static Region getRegion(long countryId,
String regionCode)
throws PortalException
PortalException
public static Region getRegion(long regionId)
throws PortalException
PortalExceptionpublic static List<Region> getRegions()
public static List<Region> getRegions(boolean active)
public static List<Region> getRegions(long countryId)
public static List<Region> getRegions(long countryId,
boolean active)
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static RegionService getService()
@Deprecated public void setService(RegionService service)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||