|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType
@AccessControlled
@JSONWebService
@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 | |
|---|---|
abstract Country |
addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
|
abstract Country |
fetchCountry(long countryId)
|
abstract Country |
fetchCountryByA2(String a2)
|
abstract Country |
fetchCountryByA3(String a3)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract List<Country> |
getCountries()
|
abstract List<Country> |
getCountries(boolean active)
|
abstract Country |
getCountry(long countryId)
|
abstract Country |
getCountryByA2(String a2)
|
abstract Country |
getCountryByA3(String a3)
|
abstract Country |
getCountryByName(String name)
|
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 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
@AccessControlled(guestAccessEnabled=true)
@Transactional(propagation=SUPPORTS,
readOnly=true)
Country getCountryByName(String name)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||