public abstract class AnnouncementsDeliveryServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.announcements.kernel.service.AnnouncementsDeliveryService, 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 AnnouncementsDeliveryServiceImpl
.
AnnouncementsDeliveryServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService |
announcementsDeliveryLocalService |
protected com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence |
announcementsDeliveryPersistence |
protected com.liferay.announcements.kernel.service.AnnouncementsDeliveryService |
announcementsDeliveryService |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
Constructor and Description |
---|
AnnouncementsDeliveryServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService |
getAnnouncementsDeliveryLocalService()
Returns the announcements delivery local service.
|
com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence |
getAnnouncementsDeliveryPersistence()
Returns the announcements delivery persistence.
|
com.liferay.announcements.kernel.service.AnnouncementsDeliveryService |
getAnnouncementsDeliveryService()
Returns the announcements delivery remote service.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAnnouncementsDeliveryLocalService(com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
Sets the announcements delivery local service.
|
void |
setAnnouncementsDeliveryPersistence(com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
Sets the announcements delivery persistence.
|
void |
setAnnouncementsDeliveryService(com.liferay.announcements.kernel.service.AnnouncementsDeliveryService announcementsDeliveryService)
Sets the announcements delivery remote service.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService.class) protected com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService
@BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsDeliveryService.class) protected com.liferay.announcements.kernel.service.AnnouncementsDeliveryService announcementsDeliveryService
@BeanReference(type=com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence.class) protected com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public AnnouncementsDeliveryServiceBaseImpl()
public com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
public void setAnnouncementsDeliveryLocalService(com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
announcementsDeliveryLocalService
- the announcements delivery local servicepublic com.liferay.announcements.kernel.service.AnnouncementsDeliveryService getAnnouncementsDeliveryService()
public void setAnnouncementsDeliveryService(com.liferay.announcements.kernel.service.AnnouncementsDeliveryService announcementsDeliveryService)
announcementsDeliveryService
- the announcements delivery remote servicepublic com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
public void setAnnouncementsDeliveryPersistence(com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
announcementsDeliveryPersistence
- the announcements delivery 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.announcements.kernel.service.AnnouncementsDeliveryService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query