|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@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,
java.lang.String regionCode,
java.lang.String name,
boolean active)
|
Region |
fetchRegion(long countryId,
java.lang.String regionCode)
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
Region |
getRegion(long regionId)
|
Region |
getRegion(long countryId,
java.lang.String regionCode)
|
java.util.List<Region> |
getRegions()
|
java.util.List<Region> |
getRegions(boolean active)
|
java.util.List<Region> |
getRegions(long countryId)
|
java.util.List<Region> |
getRegions(long countryId,
boolean active)
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
| Method Detail |
|---|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
Region addRegion(long countryId,
java.lang.String regionCode,
java.lang.String name,
boolean active)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Region fetchRegion(long countryId,
java.lang.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,
java.lang.String regionCode)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<Region> getRegions()
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<Region> getRegions(boolean active)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<Region> getRegions(long countryId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<Region> getRegions(long countryId,
boolean active)
throws SystemException
SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||