Liferay 7.0-ga1 portal-impl

com.liferay.portlet.announcements.service.base
Class AnnouncementsEntryServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portlet.announcements.service.base.AnnouncementsEntryServiceBaseImpl
All Implemented Interfaces:
com.liferay.announcements.kernel.service.AnnouncementsEntryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
Direct Known Subclasses:
AnnouncementsEntryServiceImpl

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

Provides the base implementation for the announcements entry 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 AnnouncementsEntryServiceImpl.

See Also:
AnnouncementsEntryServiceImpl, AnnouncementsEntryServiceUtil
{$generated.description}

Field Summary
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.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.announcements.kernel.service.AnnouncementsFlagLocalService announcementsFlagLocalService
           
protected  com.liferay.announcements.kernel.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence
           
protected  com.liferay.announcements.kernel.service.AnnouncementsFlagService announcementsFlagService
           
protected  com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
           
protected  com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence
           
protected  com.liferay.portal.kernel.service.CompanyService companyService
           
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
           
protected  com.liferay.portal.kernel.service.GroupLocalService groupLocalService
           
protected  com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portal.kernel.service.GroupService groupService
           
protected  com.liferay.mail.kernel.service.MailService mailService
           
protected  com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder
           
protected  com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService
           
protected  com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence
           
protected  com.liferay.portal.kernel.service.OrganizationService organizationService
           
protected  com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder
           
protected  com.liferay.portal.kernel.service.RoleLocalService roleLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence
           
protected  com.liferay.portal.kernel.service.RoleService roleService
           
protected  com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder
           
protected  com.liferay.portal.kernel.service.TeamLocalService teamLocalService
           
protected  com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence
           
protected  com.liferay.portal.kernel.service.TeamService teamService
           
protected  com.liferay.portal.kernel.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder
           
protected  com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence
           
protected  com.liferay.portal.kernel.service.UserGroupService userGroupService
           
protected  com.liferay.portal.kernel.service.UserLocalService userLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.kernel.service.UserService userService
           
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
AnnouncementsEntryServiceBaseImpl()
           
 
Method Summary
 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.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.announcements.kernel.service.AnnouncementsFlagLocalService getAnnouncementsFlagLocalService()
          Returns the announcements flag local service.
 com.liferay.announcements.kernel.service.persistence.AnnouncementsFlagPersistence getAnnouncementsFlagPersistence()
          Returns the announcements flag persistence.
 com.liferay.announcements.kernel.service.AnnouncementsFlagService getAnnouncementsFlagService()
          Returns the announcements flag remote service.
 com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
          Returns the company local service.
 com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
          Returns the company persistence.
 com.liferay.portal.kernel.service.CompanyService getCompanyService()
          Returns the company remote service.
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
          Returns the group finder.
 com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
          Returns the group local service.
 com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
          Returns the group persistence.
 com.liferay.portal.kernel.service.GroupService getGroupService()
          Returns the group remote service.
 com.liferay.mail.kernel.service.MailService getMailService()
          Returns the mail remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
          Returns the organization finder.
 com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
          Returns the organization local service.
 com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
          Returns the organization persistence.
 com.liferay.portal.kernel.service.OrganizationService getOrganizationService()
          Returns the organization remote service.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
          Returns the role finder.
 com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
          Returns the role local service.
 com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
          Returns the role persistence.
 com.liferay.portal.kernel.service.RoleService getRoleService()
          Returns the role remote service.
 com.liferay.portal.kernel.service.persistence.TeamFinder getTeamFinder()
          Returns the team finder.
 com.liferay.portal.kernel.service.TeamLocalService getTeamLocalService()
          Returns the team local service.
 com.liferay.portal.kernel.service.persistence.TeamPersistence getTeamPersistence()
          Returns the team persistence.
 com.liferay.portal.kernel.service.TeamService getTeamService()
          Returns the team remote service.
 com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.kernel.service.persistence.UserGroupFinder getUserGroupFinder()
          Returns the user group finder.
 com.liferay.portal.kernel.service.UserGroupLocalService getUserGroupLocalService()
          Returns the user group local service.
 com.liferay.portal.kernel.service.persistence.UserGroupPersistence getUserGroupPersistence()
          Returns the user group persistence.
 com.liferay.portal.kernel.service.UserGroupService getUserGroupService()
          Returns the user group remote service.
 com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
 com.liferay.portal.kernel.service.UserService getUserService()
          Returns the user remote service.
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 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 setAnnouncementsFlagLocalService(com.liferay.announcements.kernel.service.AnnouncementsFlagLocalService announcementsFlagLocalService)
          Sets the announcements flag local service.
 void setAnnouncementsFlagPersistence(com.liferay.announcements.kernel.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence)
          Sets the announcements flag persistence.
 void setAnnouncementsFlagService(com.liferay.announcements.kernel.service.AnnouncementsFlagService announcementsFlagService)
          Sets the announcements flag remote service.
 void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
          Sets the company local service.
 void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
          Sets the company persistence.
 void setCompanyService(com.liferay.portal.kernel.service.CompanyService companyService)
          Sets the company remote service.
 void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
          Sets the group remote service.
 void setMailService(com.liferay.mail.kernel.service.MailService mailService)
          Sets the mail remote service.
 void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
          Sets the organization finder.
 void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
          Sets the organization local service.
 void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
          Sets the organization persistence.
 void setOrganizationService(com.liferay.portal.kernel.service.OrganizationService organizationService)
          Sets the organization remote service.
 void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
          Sets the role finder.
 void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
          Sets the role local service.
 void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
          Sets the role persistence.
 void setRoleService(com.liferay.portal.kernel.service.RoleService roleService)
          Sets the role remote service.
 void setTeamFinder(com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder)
          Sets the team finder.
 void setTeamLocalService(com.liferay.portal.kernel.service.TeamLocalService teamLocalService)
          Sets the team local service.
 void setTeamPersistence(com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence)
          Sets the team persistence.
 void setTeamService(com.liferay.portal.kernel.service.TeamService teamService)
          Sets the team remote service.
 void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserGroupFinder(com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void setUserGroupLocalService(com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService)
          Sets the user group local service.
 void setUserGroupPersistence(com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence)
          Sets the user group persistence.
 void setUserGroupService(com.liferay.portal.kernel.service.UserGroupService userGroupService)
          Sets the user group remote service.
 void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(com.liferay.portal.kernel.service.UserService userService)
          Sets the user remote 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.AnnouncementsEntryService
addEntry, deleteEntry, getEntry, updateEntry
 

Field Detail

announcementsEntryLocalService

@BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService.class)
protected com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService announcementsEntryLocalService

announcementsEntryService

@BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsEntryService.class)
protected com.liferay.announcements.kernel.service.AnnouncementsEntryService announcementsEntryService

announcementsEntryPersistence

@BeanReference(type=com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence.class)
protected com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence

announcementsEntryFinder

@BeanReference(type=com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder.class)
protected com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder

counterLocalService

@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class)
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService

mailService

@BeanReference(type=com.liferay.mail.kernel.service.MailService.class)
protected com.liferay.mail.kernel.service.MailService mailService

companyLocalService

@BeanReference(type=com.liferay.portal.kernel.service.CompanyLocalService.class)
protected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService

companyService

@BeanReference(type=com.liferay.portal.kernel.service.CompanyService.class)
protected com.liferay.portal.kernel.service.CompanyService companyService

companyPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyPersistence.class)
protected com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence

groupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class)
protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService

groupService

@BeanReference(type=com.liferay.portal.kernel.service.GroupService.class)
protected com.liferay.portal.kernel.service.GroupService groupService

groupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence

groupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder

organizationLocalService

@BeanReference(type=com.liferay.portal.kernel.service.OrganizationLocalService.class)
protected com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService

organizationService

@BeanReference(type=com.liferay.portal.kernel.service.OrganizationService.class)
protected com.liferay.portal.kernel.service.OrganizationService organizationService

organizationPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class)
protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence

organizationFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationFinder.class)
protected com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder

resourceLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class)
protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService

roleLocalService

@BeanReference(type=com.liferay.portal.kernel.service.RoleLocalService.class)
protected com.liferay.portal.kernel.service.RoleLocalService roleLocalService

roleService

@BeanReference(type=com.liferay.portal.kernel.service.RoleService.class)
protected com.liferay.portal.kernel.service.RoleService roleService

rolePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RolePersistence.class)
protected com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence

roleFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RoleFinder.class)
protected com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder

teamLocalService

@BeanReference(type=com.liferay.portal.kernel.service.TeamLocalService.class)
protected com.liferay.portal.kernel.service.TeamLocalService teamLocalService

teamService

@BeanReference(type=com.liferay.portal.kernel.service.TeamService.class)
protected com.liferay.portal.kernel.service.TeamService teamService

teamPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.TeamPersistence.class)
protected com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence

teamFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.TeamFinder.class)
protected com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder

userLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class)
protected com.liferay.portal.kernel.service.UserLocalService userLocalService

userService

@BeanReference(type=com.liferay.portal.kernel.service.UserService.class)
protected com.liferay.portal.kernel.service.UserService userService

userPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder

userGroupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserGroupLocalService.class)
protected com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService

userGroupService

@BeanReference(type=com.liferay.portal.kernel.service.UserGroupService.class)
protected com.liferay.portal.kernel.service.UserGroupService userGroupService

userGroupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence

userGroupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder

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

announcementsFlagLocalService

@BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsFlagLocalService.class)
protected com.liferay.announcements.kernel.service.AnnouncementsFlagLocalService announcementsFlagLocalService

announcementsFlagService

@BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsFlagService.class)
protected com.liferay.announcements.kernel.service.AnnouncementsFlagService announcementsFlagService

announcementsFlagPersistence

@BeanReference(type=com.liferay.announcements.kernel.service.persistence.AnnouncementsFlagPersistence.class)
protected com.liferay.announcements.kernel.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence
Constructor Detail

AnnouncementsEntryServiceBaseImpl

public AnnouncementsEntryServiceBaseImpl()
Method Detail

getAnnouncementsEntryLocalService

public com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService getAnnouncementsEntryLocalService()
Returns the announcements entry local service.

Returns:
the announcements entry local service

setAnnouncementsEntryLocalService

public void setAnnouncementsEntryLocalService(com.liferay.announcements.kernel.service.AnnouncementsEntryLocalService announcementsEntryLocalService)
Sets the announcements entry local service.

Parameters:
announcementsEntryLocalService - the announcements entry local service

getAnnouncementsEntryService

public com.liferay.announcements.kernel.service.AnnouncementsEntryService getAnnouncementsEntryService()
Returns the announcements entry remote service.

Returns:
the announcements entry remote service

setAnnouncementsEntryService

public void setAnnouncementsEntryService(com.liferay.announcements.kernel.service.AnnouncementsEntryService announcementsEntryService)
Sets the announcements entry remote service.

Parameters:
announcementsEntryService - the announcements entry remote service

getAnnouncementsEntryPersistence

public com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence getAnnouncementsEntryPersistence()
Returns the announcements entry persistence.

Returns:
the announcements entry persistence

setAnnouncementsEntryPersistence

public void setAnnouncementsEntryPersistence(com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence)
Sets the announcements entry persistence.

Parameters:
announcementsEntryPersistence - the announcements entry persistence

getAnnouncementsEntryFinder

public com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder getAnnouncementsEntryFinder()
Returns the announcements entry finder.

Returns:
the announcements entry finder

setAnnouncementsEntryFinder

public void setAnnouncementsEntryFinder(com.liferay.announcements.kernel.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder)
Sets the announcements entry finder.

Parameters:
announcementsEntryFinder - the announcements entry finder

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

getMailService

public com.liferay.mail.kernel.service.MailService getMailService()
Returns the mail remote service.

Returns:
the mail remote service

setMailService

public void setMailService(com.liferay.mail.kernel.service.MailService mailService)
Sets the mail remote service.

Parameters:
mailService - the mail remote service

getCompanyLocalService

public com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
Returns the company local service.

Returns:
the company local service

setCompanyLocalService

public void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
Sets the company local service.

Parameters:
companyLocalService - the company local service

getCompanyService

public com.liferay.portal.kernel.service.CompanyService getCompanyService()
Returns the company remote service.

Returns:
the company remote service

setCompanyService

public void setCompanyService(com.liferay.portal.kernel.service.CompanyService companyService)
Sets the company remote service.

Parameters:
companyService - the company remote service

getCompanyPersistence

public com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
Returns the company persistence.

Returns:
the company persistence

setCompanyPersistence

public void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.

Parameters:
companyPersistence - the company persistence

getGroupLocalService

public com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public com.liferay.portal.kernel.service.GroupService getGroupService()
Returns the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getOrganizationLocalService

public com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
Returns the organization local service.

Returns:
the organization local service

setOrganizationLocalService

public void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
Sets the organization local service.

Parameters:
organizationLocalService - the organization local service

getOrganizationService

public com.liferay.portal.kernel.service.OrganizationService getOrganizationService()
Returns the organization remote service.

Returns:
the organization remote service

setOrganizationService

public void setOrganizationService(com.liferay.portal.kernel.service.OrganizationService organizationService)
Sets the organization remote service.

Parameters:
organizationService - the organization remote service

getOrganizationPersistence

public com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
Returns the organization persistence.

Returns:
the organization persistence

setOrganizationPersistence

public void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
Sets the organization persistence.

Parameters:
organizationPersistence - the organization persistence

getOrganizationFinder

public com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
Returns the organization finder.

Returns:
the organization finder

setOrganizationFinder

public void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
Sets the organization finder.

Parameters:
organizationFinder - the organization finder

getResourceLocalService

public com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getRoleLocalService

public com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
Returns the role local service.

Returns:
the role local service

setRoleLocalService

public void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
Sets the role local service.

Parameters:
roleLocalService - the role local service

getRoleService

public com.liferay.portal.kernel.service.RoleService getRoleService()
Returns the role remote service.

Returns:
the role remote service

setRoleService

public void setRoleService(com.liferay.portal.kernel.service.RoleService roleService)
Sets the role remote service.

Parameters:
roleService - the role remote service

getRolePersistence

public com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
Returns the role persistence.

Returns:
the role persistence

setRolePersistence

public void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
Sets the role persistence.

Parameters:
rolePersistence - the role persistence

getRoleFinder

public com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
Returns the role finder.

Returns:
the role finder

setRoleFinder

public void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
Sets the role finder.

Parameters:
roleFinder - the role finder

getTeamLocalService

public com.liferay.portal.kernel.service.TeamLocalService getTeamLocalService()
Returns the team local service.

Returns:
the team local service

setTeamLocalService

public void setTeamLocalService(com.liferay.portal.kernel.service.TeamLocalService teamLocalService)
Sets the team local service.

Parameters:
teamLocalService - the team local service

getTeamService

public com.liferay.portal.kernel.service.TeamService getTeamService()
Returns the team remote service.

Returns:
the team remote service

setTeamService

public void setTeamService(com.liferay.portal.kernel.service.TeamService teamService)
Sets the team remote service.

Parameters:
teamService - the team remote service

getTeamPersistence

public com.liferay.portal.kernel.service.persistence.TeamPersistence getTeamPersistence()
Returns the team persistence.

Returns:
the team persistence

setTeamPersistence

public void setTeamPersistence(com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence)
Sets the team persistence.

Parameters:
teamPersistence - the team persistence

getTeamFinder

public com.liferay.portal.kernel.service.persistence.TeamFinder getTeamFinder()
Returns the team finder.

Returns:
the team finder

setTeamFinder

public void setTeamFinder(com.liferay.portal.kernel.service.persistence.TeamFinder teamFinder)
Sets the team finder.

Parameters:
teamFinder - the team finder

getUserLocalService

public com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public com.liferay.portal.kernel.service.UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getUserGroupLocalService

public com.liferay.portal.kernel.service.UserGroupLocalService getUserGroupLocalService()
Returns the user group local service.

Returns:
the user group local service

setUserGroupLocalService

public void setUserGroupLocalService(com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService)
Sets the user group local service.

Parameters:
userGroupLocalService - the user group local service

getUserGroupService

public com.liferay.portal.kernel.service.UserGroupService getUserGroupService()
Returns the user group remote service.

Returns:
the user group remote service

setUserGroupService

public void setUserGroupService(com.liferay.portal.kernel.service.UserGroupService userGroupService)
Sets the user group remote service.

Parameters:
userGroupService - the user group remote service

getUserGroupPersistence

public com.liferay.portal.kernel.service.persistence.UserGroupPersistence getUserGroupPersistence()
Returns the user group persistence.

Returns:
the user group persistence

setUserGroupPersistence

public void setUserGroupPersistence(com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence)
Sets the user group persistence.

Parameters:
userGroupPersistence - the user group persistence

getUserGroupFinder

public com.liferay.portal.kernel.service.persistence.UserGroupFinder getUserGroupFinder()
Returns the user group finder.

Returns:
the user group finder

setUserGroupFinder

public void setUserGroupFinder(com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder)
Sets the user group finder.

Parameters:
userGroupFinder - the user group finder

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

getAnnouncementsFlagLocalService

public com.liferay.announcements.kernel.service.AnnouncementsFlagLocalService getAnnouncementsFlagLocalService()
Returns the announcements flag local service.

Returns:
the announcements flag local service

setAnnouncementsFlagLocalService

public void setAnnouncementsFlagLocalService(com.liferay.announcements.kernel.service.AnnouncementsFlagLocalService announcementsFlagLocalService)
Sets the announcements flag local service.

Parameters:
announcementsFlagLocalService - the announcements flag local service

getAnnouncementsFlagService

public com.liferay.announcements.kernel.service.AnnouncementsFlagService getAnnouncementsFlagService()
Returns the announcements flag remote service.

Returns:
the announcements flag remote service

setAnnouncementsFlagService

public void setAnnouncementsFlagService(com.liferay.announcements.kernel.service.AnnouncementsFlagService announcementsFlagService)
Sets the announcements flag remote service.

Parameters:
announcementsFlagService - the announcements flag remote service

getAnnouncementsFlagPersistence

public com.liferay.announcements.kernel.service.persistence.AnnouncementsFlagPersistence getAnnouncementsFlagPersistence()
Returns the announcements flag persistence.

Returns:
the announcements flag persistence

setAnnouncementsFlagPersistence

public void setAnnouncementsFlagPersistence(com.liferay.announcements.kernel.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence)
Sets the announcements flag persistence.

Parameters:
announcementsFlagPersistence - the announcements flag persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface com.liferay.announcements.kernel.service.AnnouncementsEntryService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ga1 portal-impl