|
Liferay 6.2.0-ce-m3 | |||||||||
| 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 CountryServiceThe interface for the country 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.
CountryServiceUtil,
CountryServiceBaseImpl,
com.liferay.portal.service.impl.CountryServiceImpl| Method Summary | |
|---|---|
Country |
addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
|
Country |
fetchCountry(long countryId)
|
Country |
fetchCountryByA2(String a2)
|
Country |
fetchCountryByA3(String a3)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<Country> |
getCountries()
|
List<Country> |
getCountries(boolean active)
|
Country |
getCountry(long countryId)
|
Country |
getCountryByA2(String a2)
|
Country |
getCountryByA3(String a3)
|
Country |
getCountryByName(String name)
|
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
Country addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country fetchCountry(long countryId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country fetchCountryByA2(String a2)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country fetchCountryByA3(String a3)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Country> getCountries()
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Country> getCountries(boolean active)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country getCountry(long countryId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country getCountryByA2(String a2)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country getCountryByA3(String a3)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country getCountryByName(String name)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||