public abstract class CountryServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.CountryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CountryServiceImpl
.
CountryServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.portal.kernel.service.AddressLocalService |
addressLocalService |
protected com.liferay.portal.kernel.service.persistence.AddressPersistence |
addressPersistence |
protected com.liferay.portal.kernel.service.AddressService |
addressService |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence |
countryLocalizationPersistence |
protected com.liferay.portal.kernel.service.CountryLocalService |
countryLocalService |
protected com.liferay.portal.kernel.service.persistence.CountryPersistence |
countryPersistence |
protected com.liferay.portal.kernel.service.CountryService |
countryService |
protected com.liferay.portal.kernel.service.persistence.OrganizationFinder |
organizationFinder |
protected com.liferay.portal.kernel.service.OrganizationLocalService |
organizationLocalService |
protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence |
organizationPersistence |
protected com.liferay.portal.kernel.service.OrganizationService |
organizationService |
protected com.liferay.portal.kernel.service.RegionLocalService |
regionLocalService |
protected com.liferay.portal.kernel.service.persistence.RegionPersistence |
regionPersistence |
protected com.liferay.portal.kernel.service.RegionService |
regionService |
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.kernel.service.UserService |
userService |
Constructor and Description |
---|
CountryServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.portal.kernel.service.AddressLocalService |
getAddressLocalService()
Returns the address local service.
|
com.liferay.portal.kernel.service.persistence.AddressPersistence |
getAddressPersistence()
Returns the address persistence.
|
com.liferay.portal.kernel.service.AddressService |
getAddressService()
Returns the address remote service.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence |
getCountryLocalizationPersistence()
Returns the country localization persistence.
|
com.liferay.portal.kernel.service.CountryLocalService |
getCountryLocalService()
Returns the country local service.
|
com.liferay.portal.kernel.service.persistence.CountryPersistence |
getCountryPersistence()
Returns the country persistence.
|
com.liferay.portal.kernel.service.CountryService |
getCountryService()
Returns the country remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
com.liferay.portal.kernel.service.persistence.OrganizationFinder |
getOrganizationFinder()
Returns the organization finder.
|
com.liferay.portal.kernel.service.OrganizationLocalService |
getOrganizationLocalService()
Returns the organization local service.
|
com.liferay.portal.kernel.service.persistence.OrganizationPersistence |
getOrganizationPersistence()
Returns the organization persistence.
|
com.liferay.portal.kernel.service.OrganizationService |
getOrganizationService()
Returns the organization remote service.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.service.RegionLocalService |
getRegionLocalService()
Returns the region local service.
|
com.liferay.portal.kernel.service.persistence.RegionPersistence |
getRegionPersistence()
Returns the region persistence.
|
com.liferay.portal.kernel.service.RegionService |
getRegionService()
Returns the region remote service.
|
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.kernel.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService)
Sets the address local service.
|
void |
setAddressPersistence(com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence)
Sets the address persistence.
|
void |
setAddressService(com.liferay.portal.kernel.service.AddressService addressService)
Sets the address remote service.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setCountryLocalizationPersistence(com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence)
Sets the country localization persistence.
|
void |
setCountryLocalService(com.liferay.portal.kernel.service.CountryLocalService countryLocalService)
Sets the country local service.
|
void |
setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
Sets the country persistence.
|
void |
setCountryService(com.liferay.portal.kernel.service.CountryService countryService)
Sets the country remote service.
|
void |
setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
Sets the organization finder.
|
void |
setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
Sets the organization local service.
|
void |
setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
Sets the organization persistence.
|
void |
setOrganizationService(com.liferay.portal.kernel.service.OrganizationService organizationService)
Sets the organization remote service.
|
void |
setRegionLocalService(com.liferay.portal.kernel.service.RegionLocalService regionLocalService)
Sets the region local service.
|
void |
setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
Sets the region persistence.
|
void |
setRegionService(com.liferay.portal.kernel.service.RegionService regionService)
Sets the region remote service.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCountry, addCountry, deleteCountry, fetchCountry, fetchCountryByA2, fetchCountryByA2, fetchCountryByA3, fetchCountryByA3, getCompanyCountries, getCompanyCountries, getCompanyCountries, getCompanyCountries, getCompanyCountriesCount, getCompanyCountriesCount, getCountries, getCountries, getCountry, getCountryByA2, getCountryByA2, getCountryByA3, getCountryByA3, getCountryByName, getCountryByName, getCountryByNumber, searchCountries, updateActive, updateCountry, updateGroupFilterEnabled
@BeanReference(type=com.liferay.portal.kernel.service.CountryLocalService.class) protected com.liferay.portal.kernel.service.CountryLocalService countryLocalService
@BeanReference(type=com.liferay.portal.kernel.service.CountryService.class) protected com.liferay.portal.kernel.service.CountryService countryService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.AddressLocalService.class) protected com.liferay.portal.kernel.service.AddressLocalService addressLocalService
@BeanReference(type=com.liferay.portal.kernel.service.AddressService.class) protected com.liferay.portal.kernel.service.AddressService addressService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.AddressPersistence.class) protected com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence
@BeanReference(type=com.liferay.portal.kernel.service.OrganizationLocalService.class) protected com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService
@BeanReference(type=com.liferay.portal.kernel.service.OrganizationService.class) protected com.liferay.portal.kernel.service.OrganizationService organizationService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationFinder.class) protected com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder
@BeanReference(type=com.liferay.portal.kernel.service.RegionLocalService.class) protected com.liferay.portal.kernel.service.RegionLocalService regionLocalService
@BeanReference(type=com.liferay.portal.kernel.service.RegionService.class) protected com.liferay.portal.kernel.service.RegionService regionService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RegionPersistence.class) protected com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserService.class) protected com.liferay.portal.kernel.service.UserService userService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
public com.liferay.portal.kernel.service.CountryLocalService getCountryLocalService()
public void setCountryLocalService(com.liferay.portal.kernel.service.CountryLocalService countryLocalService)
countryLocalService
- the country local servicepublic com.liferay.portal.kernel.service.CountryService getCountryService()
public void setCountryService(com.liferay.portal.kernel.service.CountryService countryService)
countryService
- the country remote servicepublic com.liferay.portal.kernel.service.persistence.CountryPersistence getCountryPersistence()
public void setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
countryPersistence
- the country persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic com.liferay.portal.kernel.service.AddressLocalService getAddressLocalService()
public void setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService)
addressLocalService
- the address local servicepublic com.liferay.portal.kernel.service.AddressService getAddressService()
public void setAddressService(com.liferay.portal.kernel.service.AddressService addressService)
addressService
- the address remote servicepublic com.liferay.portal.kernel.service.persistence.AddressPersistence getAddressPersistence()
public void setAddressPersistence(com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence)
addressPersistence
- the address persistencepublic com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence getCountryLocalizationPersistence()
public void setCountryLocalizationPersistence(com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence)
countryLocalizationPersistence
- the country localization persistencepublic com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
organizationLocalService
- the organization local servicepublic com.liferay.portal.kernel.service.OrganizationService getOrganizationService()
public void setOrganizationService(com.liferay.portal.kernel.service.OrganizationService organizationService)
organizationService
- the organization remote servicepublic com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
organizationPersistence
- the organization persistencepublic com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
organizationFinder
- the organization finderpublic com.liferay.portal.kernel.service.RegionLocalService getRegionLocalService()
public void setRegionLocalService(com.liferay.portal.kernel.service.RegionLocalService regionLocalService)
regionLocalService
- the region local servicepublic com.liferay.portal.kernel.service.RegionService getRegionService()
public void setRegionService(com.liferay.portal.kernel.service.RegionService regionService)
regionService
- the region remote servicepublic com.liferay.portal.kernel.service.persistence.RegionPersistence getRegionPersistence()
public void setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
regionPersistence
- the region persistencepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService
- the user local servicepublic com.liferay.portal.kernel.service.UserService getUserService()
public void setUserService(com.liferay.portal.kernel.service.UserService userService)
userService
- the user remote servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence
- the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder
- the user finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.CountryService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query