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