|
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 CountryServiceProvides the remote service interface for Country. 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,
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 |
|---|
Country addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country fetchCountry(long countryId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country fetchCountryByA2(String a2)
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country fetchCountryByA3(String a3)
String getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Country> getCountries()
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Country> getCountries(boolean active)
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country getCountry(long countryId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country getCountryByA2(String a2)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country getCountryByA3(String a3)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country getCountryByName(String name)
throws PortalException
PortalExceptionvoid 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 | |||||||||