|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface RegionService
Provides 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 | |
---|---|
abstract Region |
addRegion(long countryId,
String regionCode,
String name,
boolean active)
|
abstract Region |
fetchRegion(long countryId,
String regionCode)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract Region |
getRegion(long regionId)
|
abstract Region |
getRegion(long countryId,
String regionCode)
|
abstract List<Region> |
getRegions()
|
abstract List<Region> |
getRegions(boolean active)
|
abstract List<Region> |
getRegions(long countryId)
|
abstract List<Region> |
getRegions(long countryId,
boolean active)
|
abstract 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 beanRegion 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 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |