public abstract class EmailAddressServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.EmailAddressService, 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 EmailAddressServiceImpl
.
EmailAddressServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.EmailAddressLocalService |
emailAddressLocalService |
protected com.liferay.portal.kernel.service.persistence.EmailAddressPersistence |
emailAddressPersistence |
protected com.liferay.portal.kernel.service.EmailAddressService |
emailAddressService |
Constructor and Description |
---|
EmailAddressServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.EmailAddressLocalService |
getEmailAddressLocalService()
Returns the email address local service.
|
com.liferay.portal.kernel.service.persistence.EmailAddressPersistence |
getEmailAddressPersistence()
Returns the email address persistence.
|
com.liferay.portal.kernel.service.EmailAddressService |
getEmailAddressService()
Returns the email address remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setEmailAddressLocalService(com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService)
Sets the email address local service.
|
void |
setEmailAddressPersistence(com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence)
Sets the email address persistence.
|
void |
setEmailAddressService(com.liferay.portal.kernel.service.EmailAddressService emailAddressService)
Sets the email address remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.portal.kernel.service.EmailAddressLocalService.class) protected com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService
@BeanReference(type=com.liferay.portal.kernel.service.EmailAddressService.class) protected com.liferay.portal.kernel.service.EmailAddressService emailAddressService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.EmailAddressPersistence.class) protected com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.portal.kernel.service.EmailAddressLocalService getEmailAddressLocalService()
public void setEmailAddressLocalService(com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService)
emailAddressLocalService
- the email address local servicepublic com.liferay.portal.kernel.service.EmailAddressService getEmailAddressService()
public void setEmailAddressService(com.liferay.portal.kernel.service.EmailAddressService emailAddressService)
emailAddressService
- the email address remote servicepublic com.liferay.portal.kernel.service.persistence.EmailAddressPersistence getEmailAddressPersistence()
public void setEmailAddressPersistence(com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence)
emailAddressPersistence
- the email address persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic 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.EmailAddressService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query