|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface RegionServiceThe interface for the region remote service.
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.
RegionServiceUtil,
RegionServiceBaseImpl,
com.liferay.portal.service.impl.RegionServiceImpl| 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)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
Region addRegion(long countryId,
String regionCode,
String name,
boolean active)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Region fetchRegion(long countryId,
String regionCode)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Region getRegion(long regionId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Region getRegion(long countryId,
String regionCode)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Region> getRegions()
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Region> getRegions(boolean active)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Region> getRegions(long countryId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Region> getRegions(long countryId,
boolean active)
throws SystemException
SystemException
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||