public abstract class AnnouncementsEntryServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.announcements.kernel.service.AnnouncementsEntryService, 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 AnnouncementsEntryServiceImpl
.
AnnouncementsEntryServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder |
announcementsEntryFinder |
protected com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService |
announcementsEntryLocalService |
protected com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence |
announcementsEntryPersistence |
protected com.liferay.announcements.kernel.service.AnnouncementsEntryService |
announcementsEntryService |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
Constructor and Description |
---|
AnnouncementsEntryServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder |
getAnnouncementsEntryFinder()
Returns the announcements entry finder.
|
com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService |
getAnnouncementsEntryLocalService()
Returns the announcements entry local service.
|
com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence |
getAnnouncementsEntryPersistence()
Returns the announcements entry persistence.
|
com.liferay.announcements.kernel.service.AnnouncementsEntryService |
getAnnouncementsEntryService()
Returns the announcements entry 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 |
setAnnouncementsEntryFinder(com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder)
Sets the announcements entry finder.
|
void |
setAnnouncementsEntryLocalService(com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService announcementsEntryLocalService)
Sets the announcements entry local service.
|
void |
setAnnouncementsEntryPersistence(com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence)
Sets the announcements entry persistence.
|
void |
setAnnouncementsEntryService(com.liferay.announcements.kernel.service.AnnouncementsEntryService announcementsEntryService)
Sets the announcements entry 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.AnnouncementsEntryLocalService.class) protected com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService announcementsEntryLocalService
@BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsEntryService.class) protected com.liferay.announcements.kernel.service.AnnouncementsEntryService announcementsEntryService
@BeanReference(type=com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence.class) protected com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence
@BeanReference(type=com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder.class) protected com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService getAnnouncementsEntryLocalService()
public void setAnnouncementsEntryLocalService(com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService announcementsEntryLocalService)
announcementsEntryLocalService
- the announcements entry local servicepublic com.liferay.announcements.kernel.service.AnnouncementsEntryService getAnnouncementsEntryService()
public void setAnnouncementsEntryService(com.liferay.announcements.kernel.service.AnnouncementsEntryService announcementsEntryService)
announcementsEntryService
- the announcements entry remote servicepublic com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence getAnnouncementsEntryPersistence()
public void setAnnouncementsEntryPersistence(com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence)
announcementsEntryPersistence
- the announcements entry persistencepublic com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder getAnnouncementsEntryFinder()
public void setAnnouncementsEntryFinder(com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder)
announcementsEntryFinder
- the announcements entry finderpublic 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.AnnouncementsEntryService
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