Package com.liferay.portal.service.base
Class AddressServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.AddressServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.AddressService
,com.liferay.portal.kernel.service.BaseService
- Direct Known Subclasses:
AddressServiceImpl
public abstract class AddressServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.AddressService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the address remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AddressServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.portal.kernel.service.AddressLocalService
protected com.liferay.portal.kernel.service.persistence.AddressPersistence
protected com.liferay.portal.kernel.service.AddressService
protected com.liferay.counter.kernel.service.CounterLocalService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
com.liferay.portal.kernel.service.AddressLocalService
Returns the address local service.com.liferay.portal.kernel.service.persistence.AddressPersistence
Returns the address persistence.com.liferay.portal.kernel.service.AddressService
Returns the address remote service.com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.protected Class<?>
protected String
Returns the OSGi service identifier.protected void
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.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.AddressService
addAddress, deleteAddress, getAddress, getAddresses, getListTypeAddresses, updateAddress, updateExternalReferenceCode, updateExternalReferenceCode
-
Field Details
-
addressLocalService
@BeanReference(type=com.liferay.portal.kernel.service.AddressLocalService.class) protected com.liferay.portal.kernel.service.AddressLocalService addressLocalService -
addressService
@BeanReference(type=com.liferay.portal.kernel.service.AddressService.class) protected com.liferay.portal.kernel.service.AddressService addressService -
addressPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.AddressPersistence.class) protected com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
AddressServiceBaseImpl
public AddressServiceBaseImpl()
-
-
Method Details
-
getAddressLocalService
public com.liferay.portal.kernel.service.AddressLocalService getAddressLocalService()Returns the address local service.- Returns:
- the address local service
-
setAddressLocalService
public void setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService) Sets the address local service.- Parameters:
addressLocalService
- the address local service
-
getAddressService
public com.liferay.portal.kernel.service.AddressService getAddressService()Returns the address remote service.- Returns:
- the address remote service
-
setAddressService
public void setAddressService(com.liferay.portal.kernel.service.AddressService addressService) Sets the address remote service.- Parameters:
addressService
- the address remote service
-
getAddressPersistence
public com.liferay.portal.kernel.service.persistence.AddressPersistence getAddressPersistence()Returns the address persistence.- Returns:
- the address persistence
-
setAddressPersistence
public void setAddressPersistence(com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence) Sets the address persistence.- Parameters:
addressPersistence
- the address persistence
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService
- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.service.AddressService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-