Liferay 6.0.4

com.liferay.portlet.calendar.service.base
Class CalEventServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.calendar.service.base.CalEventServiceBaseImpl
All Implemented Interfaces:
CalEventService
Direct Known Subclasses:
CalEventServiceImpl

public abstract class CalEventServiceBaseImpl
extends PrincipalBean
implements CalEventService


Field Summary
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  AssetTagFinder assetTagFinder
           
protected  AssetTagLocalService assetTagLocalService
           
protected  AssetTagPersistence assetTagPersistence
           
protected  AssetTagService assetTagService
           
protected  CalEventFinder calEventFinder
           
protected  CalEventLocalService calEventLocalService
           
protected  CalEventPersistence calEventPersistence
           
protected  CalEventService calEventService
           
protected  CompanyLocalService companyLocalService
           
protected  CompanyPersistence companyPersistence
           
protected  CompanyService companyService
           
protected  CounterLocalService counterLocalService
           
protected  ExpandoValueLocalService expandoValueLocalService
           
protected  ExpandoValuePersistence expandoValuePersistence
           
protected  ExpandoValueService expandoValueService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  MailService mailService
           
protected  PortletPreferencesFinder portletPreferencesFinder
           
protected  PortletPreferencesLocalService portletPreferencesLocalService
           
protected  PortletPreferencesPersistence portletPreferencesPersistence
           
protected  PortletPreferencesService portletPreferencesService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
CalEventServiceBaseImpl()
           
 
Method Summary
 AssetEntryFinder getAssetEntryFinder()
           
 AssetEntryLocalService getAssetEntryLocalService()
           
 AssetEntryPersistence getAssetEntryPersistence()
           
 AssetEntryService getAssetEntryService()
           
 AssetTagFinder getAssetTagFinder()
           
 AssetTagLocalService getAssetTagLocalService()
           
 AssetTagPersistence getAssetTagPersistence()
           
 AssetTagService getAssetTagService()
           
 CalEventFinder getCalEventFinder()
           
 CalEventLocalService getCalEventLocalService()
           
 CalEventPersistence getCalEventPersistence()
           
 CalEventService getCalEventService()
           
 CompanyLocalService getCompanyLocalService()
           
 CompanyPersistence getCompanyPersistence()
           
 CompanyService getCompanyService()
           
 CounterLocalService getCounterLocalService()
           
 ExpandoValueLocalService getExpandoValueLocalService()
           
 ExpandoValuePersistence getExpandoValuePersistence()
           
 ExpandoValueService getExpandoValueService()
           
 GroupFinder getGroupFinder()
           
 GroupLocalService getGroupLocalService()
           
 GroupPersistence getGroupPersistence()
           
 GroupService getGroupService()
           
 MailService getMailService()
           
 PortletPreferencesFinder getPortletPreferencesFinder()
           
 PortletPreferencesLocalService getPortletPreferencesLocalService()
           
 PortletPreferencesPersistence getPortletPreferencesPersistence()
           
 PortletPreferencesService getPortletPreferencesService()
           
 ResourceFinder getResourceFinder()
           
 ResourceLocalService getResourceLocalService()
           
 ResourcePersistence getResourcePersistence()
           
 ResourceService getResourceService()
           
 SocialActivityFinder getSocialActivityFinder()
           
 SocialActivityLocalService getSocialActivityLocalService()
           
 SocialActivityPersistence getSocialActivityPersistence()
           
 UserFinder getUserFinder()
           
 UserLocalService getUserLocalService()
           
 UserPersistence getUserPersistence()
           
 UserService getUserService()
           
protected  void runSQL(String sql)
           
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
           
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
           
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
           
 void setAssetEntryService(AssetEntryService assetEntryService)
           
 void setAssetTagFinder(AssetTagFinder assetTagFinder)
           
 void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
           
 void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
           
 void setAssetTagService(AssetTagService assetTagService)
           
 void setCalEventFinder(CalEventFinder calEventFinder)
           
 void setCalEventLocalService(CalEventLocalService calEventLocalService)
           
 void setCalEventPersistence(CalEventPersistence calEventPersistence)
           
 void setCalEventService(CalEventService calEventService)
           
 void setCompanyLocalService(CompanyLocalService companyLocalService)
           
 void setCompanyPersistence(CompanyPersistence companyPersistence)
           
 void setCompanyService(CompanyService companyService)
           
 void setCounterLocalService(CounterLocalService counterLocalService)
           
 void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
           
 void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void setExpandoValueService(ExpandoValueService expandoValueService)
           
 void setGroupFinder(GroupFinder groupFinder)
           
 void setGroupLocalService(GroupLocalService groupLocalService)
           
 void setGroupPersistence(GroupPersistence groupPersistence)
           
 void setGroupService(GroupService groupService)
           
 void setMailService(MailService mailService)
           
 void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
           
 void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
           
 void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
           
 void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
           
 void setResourceFinder(ResourceFinder resourceFinder)
           
 void setResourceLocalService(ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(ResourcePersistence resourcePersistence)
           
 void setResourceService(ResourceService resourceService)
           
 void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
           
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
           
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
           
 void setUserFinder(UserFinder userFinder)
           
 void setUserLocalService(UserLocalService userLocalService)
           
 void setUserPersistence(UserPersistence userPersistence)
           
 void setUserService(UserService userService)
           
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
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.portlet.calendar.service.CalEventService
addEvent, deleteEvent, exportEvent, exportGroupEvents, getEvent, importICal4j, updateEvent
 

Field Detail

calEventLocalService

@BeanReference(type=CalEventLocalService.class)
protected CalEventLocalService calEventLocalService

calEventService

@BeanReference(type=CalEventService.class)
protected CalEventService calEventService

calEventPersistence

@BeanReference(type=CalEventPersistence.class)
protected CalEventPersistence calEventPersistence

calEventFinder

@BeanReference(type=CalEventFinder.class)
protected CalEventFinder calEventFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

mailService

@BeanReference(type=MailService.class)
protected MailService mailService

companyLocalService

@BeanReference(type=CompanyLocalService.class)
protected CompanyLocalService companyLocalService

companyService

@BeanReference(type=CompanyService.class)
protected CompanyService companyService

companyPersistence

@BeanReference(type=CompanyPersistence.class)
protected CompanyPersistence companyPersistence

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

portletPreferencesLocalService

@BeanReference(type=PortletPreferencesLocalService.class)
protected PortletPreferencesLocalService portletPreferencesLocalService

portletPreferencesService

@BeanReference(type=PortletPreferencesService.class)
protected PortletPreferencesService portletPreferencesService

portletPreferencesPersistence

@BeanReference(type=PortletPreferencesPersistence.class)
protected PortletPreferencesPersistence portletPreferencesPersistence

portletPreferencesFinder

@BeanReference(type=PortletPreferencesFinder.class)
protected PortletPreferencesFinder portletPreferencesFinder

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=AssetEntryService.class)
protected AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(type=AssetTagLocalService.class)
protected AssetTagLocalService assetTagLocalService

assetTagService

@BeanReference(type=AssetTagService.class)
protected AssetTagService assetTagService

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(type=AssetTagFinder.class)
protected AssetTagFinder assetTagFinder

expandoValueLocalService

@BeanReference(type=ExpandoValueLocalService.class)
protected ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(type=ExpandoValueService.class)
protected ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence

socialActivityLocalService

@BeanReference(type=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder
Constructor Detail

CalEventServiceBaseImpl

public CalEventServiceBaseImpl()
Method Detail

getCalEventLocalService

public CalEventLocalService getCalEventLocalService()

setCalEventLocalService

public void setCalEventLocalService(CalEventLocalService calEventLocalService)

getCalEventService

public CalEventService getCalEventService()

setCalEventService

public void setCalEventService(CalEventService calEventService)

getCalEventPersistence

public CalEventPersistence getCalEventPersistence()

setCalEventPersistence

public void setCalEventPersistence(CalEventPersistence calEventPersistence)

getCalEventFinder

public CalEventFinder getCalEventFinder()

setCalEventFinder

public void setCalEventFinder(CalEventFinder calEventFinder)

getCounterLocalService

public CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)

getMailService

public MailService getMailService()

setMailService

public void setMailService(MailService mailService)

getCompanyLocalService

public CompanyLocalService getCompanyLocalService()

setCompanyLocalService

public void setCompanyLocalService(CompanyLocalService companyLocalService)

getCompanyService

public CompanyService getCompanyService()

setCompanyService

public void setCompanyService(CompanyService companyService)

getCompanyPersistence

public CompanyPersistence getCompanyPersistence()

setCompanyPersistence

public void setCompanyPersistence(CompanyPersistence companyPersistence)

getGroupLocalService

public GroupLocalService getGroupLocalService()

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)

getGroupService

public GroupService getGroupService()

setGroupService

public void setGroupService(GroupService groupService)

getGroupPersistence

public GroupPersistence getGroupPersistence()

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)

getGroupFinder

public GroupFinder getGroupFinder()

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)

getPortletPreferencesLocalService

public PortletPreferencesLocalService getPortletPreferencesLocalService()

setPortletPreferencesLocalService

public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)

getPortletPreferencesService

public PortletPreferencesService getPortletPreferencesService()

setPortletPreferencesService

public void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)

getPortletPreferencesPersistence

public PortletPreferencesPersistence getPortletPreferencesPersistence()

setPortletPreferencesPersistence

public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)

getPortletPreferencesFinder

public PortletPreferencesFinder getPortletPreferencesFinder()

setPortletPreferencesFinder

public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)

getResourceLocalService

public ResourceLocalService getResourceLocalService()

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)

getResourceService

public ResourceService getResourceService()

setResourceService

public void setResourceService(ResourceService resourceService)

getResourcePersistence

public ResourcePersistence getResourcePersistence()

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)

getResourceFinder

public ResourceFinder getResourceFinder()

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)

getUserLocalService

public UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)

getUserService

public UserService getUserService()

setUserService

public void setUserService(UserService userService)

getUserPersistence

public UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)

getUserFinder

public UserFinder getUserFinder()

setUserFinder

public void setUserFinder(UserFinder userFinder)

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)

getAssetEntryService

public AssetEntryService getAssetEntryService()

setAssetEntryService

public void setAssetEntryService(AssetEntryService assetEntryService)

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()

setAssetTagLocalService

public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)

getAssetTagService

public AssetTagService getAssetTagService()

setAssetTagService

public void setAssetTagService(AssetTagService assetTagService)

getAssetTagPersistence

public AssetTagPersistence getAssetTagPersistence()

setAssetTagPersistence

public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)

getAssetTagFinder

public AssetTagFinder getAssetTagFinder()

setAssetTagFinder

public void setAssetTagFinder(AssetTagFinder assetTagFinder)

getExpandoValueLocalService

public ExpandoValueLocalService getExpandoValueLocalService()

setExpandoValueLocalService

public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)

getExpandoValueService

public ExpandoValueService getExpandoValueService()

setExpandoValueService

public void setExpandoValueService(ExpandoValueService expandoValueService)

getExpandoValuePersistence

public ExpandoValuePersistence getExpandoValuePersistence()

setExpandoValuePersistence

public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)

runSQL

protected void runSQL(String sql)
               throws SystemException
Throws:
SystemException

Liferay 6.0.4