Class AnnouncementsDeliveryServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryServiceBaseImpl
- All Implemented Interfaces:
com.liferay.announcements.kernel.service.AnnouncementsDeliveryService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
- Direct Known Subclasses:
AnnouncementsDeliveryServiceImpl
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
Provides the base implementation for the announcements delivery 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 AnnouncementsDeliveryServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService
protected com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence
protected com.liferay.announcements.kernel.service.AnnouncementsDeliveryService
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.announcements.kernel.service.AnnouncementsDeliveryLocalService
Returns the announcements delivery local service.com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence
Returns the announcements delivery persistence.com.liferay.announcements.kernel.service.AnnouncementsDeliveryService
Returns the announcements delivery 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
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.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.announcements.kernel.service.AnnouncementsDeliveryService
updateDelivery
-
Field Details
-
announcementsDeliveryLocalService
@BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService.class) protected com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService -
announcementsDeliveryService
@BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsDeliveryService.class) protected com.liferay.announcements.kernel.service.AnnouncementsDeliveryService announcementsDeliveryService -
announcementsDeliveryPersistence
@BeanReference(type=com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence.class) protected com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
AnnouncementsDeliveryServiceBaseImpl
public AnnouncementsDeliveryServiceBaseImpl()
-
-
Method Details
-
getAnnouncementsDeliveryLocalService
public com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()Returns the announcements delivery local service.- Returns:
- the announcements delivery local service
-
setAnnouncementsDeliveryLocalService
public void setAnnouncementsDeliveryLocalService(com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService) Sets the announcements delivery local service.- Parameters:
announcementsDeliveryLocalService
- the announcements delivery local service
-
getAnnouncementsDeliveryService
public com.liferay.announcements.kernel.service.AnnouncementsDeliveryService getAnnouncementsDeliveryService()Returns the announcements delivery remote service.- Returns:
- the announcements delivery remote service
-
setAnnouncementsDeliveryService
public void setAnnouncementsDeliveryService(com.liferay.announcements.kernel.service.AnnouncementsDeliveryService announcementsDeliveryService) Sets the announcements delivery remote service.- Parameters:
announcementsDeliveryService
- the announcements delivery remote service
-
getAnnouncementsDeliveryPersistence
public com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()Returns the announcements delivery persistence.- Returns:
- the announcements delivery persistence
-
setAnnouncementsDeliveryPersistence
public void setAnnouncementsDeliveryPersistence(com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence) Sets the announcements delivery persistence.- Parameters:
announcementsDeliveryPersistence
- the announcements delivery 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.announcements.kernel.service.AnnouncementsDeliveryService
- 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
-