Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.calendar.service.base.CalEventLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, CalEventLocalService
Direct Known Subclasses:
CalEventLocalServiceImpl

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
@ProviderType
public abstract class CalEventLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements CalEventLocalService, IdentifiableOSGiService

Provides the base implementation for the cal event local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CalEventLocalServiceImpl.

See Also:
CalEventLocalServiceImpl, CalEventLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  AssetEntryFinder assetEntryFinder
          Deprecated.  
protected  AssetEntryLocalService assetEntryLocalService
          Deprecated.  
protected  AssetEntryPersistence assetEntryPersistence
          Deprecated.  
protected  AssetLinkLocalService assetLinkLocalService
          Deprecated.  
protected  AssetLinkPersistence assetLinkPersistence
          Deprecated.  
protected  AssetTagFinder assetTagFinder
          Deprecated.  
protected  AssetTagLocalService assetTagLocalService
          Deprecated.  
protected  AssetTagPersistence assetTagPersistence
          Deprecated.  
protected  CalEventFinder calEventFinder
          Deprecated.  
protected  CalEventLocalService calEventLocalService
          Deprecated.  
protected  CalEventPersistence calEventPersistence
          Deprecated.  
protected  ClassNameLocalService classNameLocalService
          Deprecated.  
protected  ClassNamePersistence classNamePersistence
          Deprecated.  
protected  CompanyLocalService companyLocalService
          Deprecated.  
protected  CompanyPersistence companyPersistence
          Deprecated.  
protected  CounterLocalService counterLocalService
          Deprecated.  
protected  ExpandoValueLocalService expandoValueLocalService
          Deprecated.  
protected  ExpandoValuePersistence expandoValuePersistence
          Deprecated.  
protected  GroupFinder groupFinder
          Deprecated.  
protected  GroupLocalService groupLocalService
          Deprecated.  
protected  GroupPersistence groupPersistence
          Deprecated.  
protected  MBMessageFinder mbMessageFinder
          Deprecated.  
protected  MBMessageLocalService mbMessageLocalService
          Deprecated.  
protected  MBMessagePersistence mbMessagePersistence
          Deprecated.  
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
          Deprecated.  
protected  PortletPreferencesFinder portletPreferencesFinder
          Deprecated.  
protected  PortletPreferencesLocalService portletPreferencesLocalService
          Deprecated.  
protected  PortletPreferencesPersistence portletPreferencesPersistence
          Deprecated.  
protected  ResourceLocalService resourceLocalService
          Deprecated.  
protected  SocialActivityFinder socialActivityFinder
          Deprecated.  
protected  SocialActivityLocalService socialActivityLocalService
          Deprecated.  
protected  SocialActivityPersistence socialActivityPersistence
          Deprecated.  
protected  SubscriptionLocalService subscriptionLocalService
          Deprecated.  
protected  SubscriptionPersistence subscriptionPersistence
          Deprecated.  
protected  UserFinder userFinder
          Deprecated.  
protected  UserLocalService userLocalService
          Deprecated.  
protected  UserPersistence userPersistence
          Deprecated.  
 
Constructor Summary
CalEventLocalServiceBaseImpl()
          Deprecated.  
 
Method Summary
 CalEvent addCalEvent(CalEvent calEvent)
          Deprecated. Adds the cal event to the database.
 void afterPropertiesSet()
          Deprecated.  
 CalEvent createCalEvent(long eventId)
          Deprecated. Creates a new cal event with the primary key.
 CalEvent deleteCalEvent(CalEvent calEvent)
          Deprecated. Deletes the cal event from the database.
 CalEvent deleteCalEvent(long eventId)
          Deprecated. Deletes the cal event with the primary key from the database.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
          Deprecated.  
 void destroy()
          Deprecated.  
 DynamicQuery dynamicQuery()
          Deprecated.  
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Deprecated. Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Deprecated. Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Deprecated. Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Deprecated. Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Deprecated. Returns the number of rows matching the dynamic query.
 CalEvent fetchCalEvent(long eventId)
          Deprecated.  
 CalEvent fetchCalEventByUuidAndGroupId(String uuid, long groupId)
          Deprecated. Returns the cal event matching the UUID and group.
 ActionableDynamicQuery getActionableDynamicQuery()
          Deprecated.  
 AssetEntryFinder getAssetEntryFinder()
          Deprecated. Returns the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Deprecated. Returns the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Deprecated. Returns the asset entry persistence.
 AssetLinkLocalService getAssetLinkLocalService()
          Deprecated. Returns the asset link local service.
 AssetLinkPersistence getAssetLinkPersistence()
          Deprecated. Returns the asset link persistence.
 AssetTagFinder getAssetTagFinder()
          Deprecated. Returns the asset tag finder.
 AssetTagLocalService getAssetTagLocalService()
          Deprecated. Returns the asset tag local service.
 AssetTagPersistence getAssetTagPersistence()
          Deprecated. Returns the asset tag persistence.
 CalEvent getCalEvent(long eventId)
          Deprecated. Returns the cal event with the primary key.
 CalEvent getCalEventByUuidAndGroupId(String uuid, long groupId)
          Deprecated. Returns the cal event matching the UUID and group.
 CalEventFinder getCalEventFinder()
          Deprecated. Returns the cal event finder.
 CalEventLocalService getCalEventLocalService()
          Deprecated. Returns the cal event local service.
 CalEventPersistence getCalEventPersistence()
          Deprecated. Returns the cal event persistence.
 List<CalEvent> getCalEvents(int start, int end)
          Deprecated. Returns a range of all the cal events.
 List<CalEvent> getCalEventsByUuidAndCompanyId(String uuid, long companyId)
          Deprecated. Returns all the cal events matching the UUID and company.
 List<CalEvent> getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns a range of cal events matching the UUID and company.
 int getCalEventsCount()
          Deprecated. Returns the number of cal events.
 ClassNameLocalService getClassNameLocalService()
          Deprecated. Returns the class name local service.
 ClassNamePersistence getClassNamePersistence()
          Deprecated. Returns the class name persistence.
 CompanyLocalService getCompanyLocalService()
          Deprecated. Returns the company local service.
 CompanyPersistence getCompanyPersistence()
          Deprecated. Returns the company persistence.
 CounterLocalService getCounterLocalService()
          Deprecated. Returns the counter local service.
 ExpandoValueLocalService getExpandoValueLocalService()
          Deprecated. Returns the expando value local service.
 ExpandoValuePersistence getExpandoValuePersistence()
          Deprecated. Returns the expando value persistence.
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
          Deprecated.  
 GroupFinder getGroupFinder()
          Deprecated. Returns the group finder.
 GroupLocalService getGroupLocalService()
          Deprecated. Returns the group local service.
 GroupPersistence getGroupPersistence()
          Deprecated. Returns the group persistence.
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
          Deprecated.  
 MBMessageFinder getMBMessageFinder()
          Deprecated. Returns the message-boards message finder.
 MBMessageLocalService getMBMessageLocalService()
          Deprecated. Returns the message-boards message local service.
 MBMessagePersistence getMBMessagePersistence()
          Deprecated. Returns the message-boards message persistence.
protected  Class<?> getModelClass()
          Deprecated.  
protected  String getModelClassName()
          Deprecated.  
 String getOSGiServiceIdentifier()
          Deprecated. Returns the OSGi service identifier.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
          Deprecated.  
 PortletPreferencesFinder getPortletPreferencesFinder()
          Deprecated. Returns the portlet preferences finder.
 PortletPreferencesLocalService getPortletPreferencesLocalService()
          Deprecated. Returns the portlet preferences local service.
 PortletPreferencesPersistence getPortletPreferencesPersistence()
          Deprecated. Returns the portlet preferences persistence.
 ResourceLocalService getResourceLocalService()
          Deprecated. Returns the resource local service.
 SocialActivityFinder getSocialActivityFinder()
          Deprecated. Returns the social activity finder.
 SocialActivityLocalService getSocialActivityLocalService()
          Deprecated. Returns the social activity local service.
 SocialActivityPersistence getSocialActivityPersistence()
          Deprecated. Returns the social activity persistence.
 SubscriptionLocalService getSubscriptionLocalService()
          Deprecated. Returns the subscription local service.
 SubscriptionPersistence getSubscriptionPersistence()
          Deprecated. Returns the subscription persistence.
 UserFinder getUserFinder()
          Deprecated. Returns the user finder.
 UserLocalService getUserLocalService()
          Deprecated. Returns the user local service.
 UserPersistence getUserPersistence()
          Deprecated. Returns the user persistence.
protected  void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
          Deprecated.  
protected  void runSQL(String sql)
          Deprecated. Performs a SQL query.
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Deprecated. Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Deprecated. Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Deprecated. Sets the asset entry persistence.
 void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
          Deprecated. Sets the asset link local service.
 void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Deprecated. Sets the asset link persistence.
 void setAssetTagFinder(AssetTagFinder assetTagFinder)
          Deprecated. Sets the asset tag finder.
 void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
          Deprecated. Sets the asset tag local service.
 void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Deprecated. Sets the asset tag persistence.
 void setCalEventFinder(CalEventFinder calEventFinder)
          Deprecated. Sets the cal event finder.
 void setCalEventLocalService(CalEventLocalService calEventLocalService)
          Deprecated. Sets the cal event local service.
 void setCalEventPersistence(CalEventPersistence calEventPersistence)
          Deprecated. Sets the cal event persistence.
 void setClassNameLocalService(ClassNameLocalService classNameLocalService)
          Deprecated. Sets the class name local service.
 void setClassNamePersistence(ClassNamePersistence classNamePersistence)
          Deprecated. Sets the class name persistence.
 void setCompanyLocalService(CompanyLocalService companyLocalService)
          Deprecated. Sets the company local service.
 void setCompanyPersistence(CompanyPersistence companyPersistence)
          Deprecated. Sets the company persistence.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Deprecated. Sets the counter local service.
 void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
          Deprecated. Sets the expando value local service.
 void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Deprecated. Sets the expando value persistence.
 void setGroupFinder(GroupFinder groupFinder)
          Deprecated. Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Deprecated. Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Deprecated. Sets the group persistence.
 void setMBMessageFinder(MBMessageFinder mbMessageFinder)
          Deprecated. Sets the message-boards message finder.
 void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
          Deprecated. Sets the message-boards message local service.
 void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
          Deprecated. Sets the message-boards message persistence.
 void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
          Deprecated. Sets the portlet preferences finder.
 void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
          Deprecated. Sets the portlet preferences local service.
 void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
          Deprecated. Sets the portlet preferences persistence.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Deprecated. Sets the resource local service.
 void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Deprecated. Sets the social activity finder.
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
          Deprecated. Sets the social activity local service.
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
          Deprecated. Sets the social activity persistence.
 void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
          Deprecated. Sets the subscription local service.
 void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
          Deprecated. Sets the subscription persistence.
 void setUserFinder(UserFinder userFinder)
          Deprecated. Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Deprecated. Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Deprecated. Sets the user persistence.
 CalEvent updateCalEvent(CalEvent calEvent)
          Deprecated. Updates the cal event in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
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.CalEventLocalService
addEvent, addEvent, addEventResources, addEventResources, addEventResources, addEventResources, checkEvents, deleteEvent, deleteEvent, deleteEvents, exportEvent, exportEvents, exportGroupEvents, getCompanyEvents, getCompanyEventsCount, getEvent, getEvents, getEvents, getEvents, getEvents, getEvents, getEventsCount, getEventsCount, getNoAssetEvents, getRepeatingEvents, getRepeatingEvents, hasEvents, hasEvents, hasEvents, importICal4j, updateAsset, updateEvent, updateEvent
 

Field Detail

calEventLocalService

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

calEventPersistence

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

calEventFinder

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

counterLocalService

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

classNameLocalService

@BeanReference(type=ClassNameLocalService.class)
protected ClassNameLocalService classNameLocalService
Deprecated. 

classNamePersistence

@BeanReference(type=ClassNamePersistence.class)
protected ClassNamePersistence classNamePersistence
Deprecated. 

companyLocalService

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

companyPersistence

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

groupLocalService

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

groupPersistence

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

groupFinder

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

portletPreferencesLocalService

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

portletPreferencesPersistence

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

portletPreferencesFinder

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

resourceLocalService

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

subscriptionLocalService

@BeanReference(type=SubscriptionLocalService.class)
protected SubscriptionLocalService subscriptionLocalService
Deprecated. 

subscriptionPersistence

@BeanReference(type=SubscriptionPersistence.class)
protected SubscriptionPersistence subscriptionPersistence
Deprecated. 

userLocalService

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

userPersistence

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

userFinder

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

assetEntryLocalService

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

assetEntryPersistence

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

assetEntryFinder

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

assetLinkLocalService

@BeanReference(type=AssetLinkLocalService.class)
protected AssetLinkLocalService assetLinkLocalService
Deprecated. 

assetLinkPersistence

@BeanReference(type=AssetLinkPersistence.class)
protected AssetLinkPersistence assetLinkPersistence
Deprecated. 

assetTagLocalService

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

assetTagPersistence

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

assetTagFinder

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

expandoValueLocalService

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

expandoValuePersistence

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

mbMessageLocalService

@BeanReference(type=MBMessageLocalService.class)
protected MBMessageLocalService mbMessageLocalService
Deprecated. 

mbMessagePersistence

@BeanReference(type=MBMessagePersistence.class)
protected MBMessagePersistence mbMessagePersistence
Deprecated. 

mbMessageFinder

@BeanReference(type=MBMessageFinder.class)
protected MBMessageFinder mbMessageFinder
Deprecated. 

socialActivityLocalService

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

socialActivityPersistence

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

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder
Deprecated. 

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Deprecated. 
Constructor Detail

CalEventLocalServiceBaseImpl

public CalEventLocalServiceBaseImpl()
Deprecated. 
Method Detail

addCalEvent

@Indexable(type=REINDEX)
public CalEvent addCalEvent(CalEvent calEvent)
Deprecated. 
Adds the cal event to the database. Also notifies the appropriate model listeners.

Specified by:
addCalEvent in interface CalEventLocalService
Parameters:
calEvent - the cal event
Returns:
the cal event that was added

createCalEvent

public CalEvent createCalEvent(long eventId)
Deprecated. 
Creates a new cal event with the primary key. Does not add the cal event to the database.

Specified by:
createCalEvent in interface CalEventLocalService
Parameters:
eventId - the primary key for the new cal event
Returns:
the new cal event

deleteCalEvent

@Indexable(type=DELETE)
public CalEvent deleteCalEvent(long eventId)
                        throws PortalException
Deprecated. 
Deletes the cal event with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteCalEvent in interface CalEventLocalService
Parameters:
eventId - the primary key of the cal event
Returns:
the cal event that was removed
Throws:
PortalException - if a cal event with the primary key could not be found

deleteCalEvent

@Indexable(type=DELETE)
public CalEvent deleteCalEvent(CalEvent calEvent)
Deprecated. 
Deletes the cal event from the database. Also notifies the appropriate model listeners.

Specified by:
deleteCalEvent in interface CalEventLocalService
Parameters:
calEvent - the cal event
Returns:
the cal event that was removed

dynamicQuery

public DynamicQuery dynamicQuery()
Deprecated. 
Specified by:
dynamicQuery in interface CalEventLocalService

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Deprecated. 
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface CalEventLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
Deprecated. 
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CalEventModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface CalEventLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator<T> orderByComparator)
Deprecated. 
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CalEventModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface CalEventLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Deprecated. 
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface CalEventLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Deprecated. 
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface CalEventLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchCalEvent

public CalEvent fetchCalEvent(long eventId)
Deprecated. 
Specified by:
fetchCalEvent in interface CalEventLocalService

fetchCalEventByUuidAndGroupId

public CalEvent fetchCalEventByUuidAndGroupId(String uuid,
                                              long groupId)
Deprecated. 
Returns the cal event matching the UUID and group.

Specified by:
fetchCalEventByUuidAndGroupId in interface CalEventLocalService
Parameters:
uuid - the cal event's UUID
groupId - the primary key of the group
Returns:
the matching cal event, or null if a matching cal event could not be found

getCalEvent

public CalEvent getCalEvent(long eventId)
                     throws PortalException
Deprecated. 
Returns the cal event with the primary key.

Specified by:
getCalEvent in interface CalEventLocalService
Parameters:
eventId - the primary key of the cal event
Returns:
the cal event
Throws:
PortalException - if a cal event with the primary key could not be found

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Deprecated. 
Specified by:
getActionableDynamicQuery in interface CalEventLocalService

getIndexableActionableDynamicQuery

public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Deprecated. 
Specified by:
getIndexableActionableDynamicQuery in interface CalEventLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
Deprecated. 

getExportActionableDynamicQuery

public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Deprecated. 
Specified by:
getExportActionableDynamicQuery in interface CalEventLocalService

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Deprecated. 
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Specified by:
deletePersistedModel in interface CalEventLocalService
Throws:
PortalException

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Deprecated. 
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface CalEventLocalService
Throws:
PortalException

getCalEventsByUuidAndCompanyId

public List<CalEvent> getCalEventsByUuidAndCompanyId(String uuid,
                                                     long companyId)
Deprecated. 
Returns all the cal events matching the UUID and company.

Specified by:
getCalEventsByUuidAndCompanyId in interface CalEventLocalService
Parameters:
uuid - the UUID of the cal events
companyId - the primary key of the company
Returns:
the matching cal events, or an empty list if no matches were found

getCalEventsByUuidAndCompanyId

public List<CalEvent> getCalEventsByUuidAndCompanyId(String uuid,
                                                     long companyId,
                                                     int start,
                                                     int end,
                                                     OrderByComparator<CalEvent> orderByComparator)
Deprecated. 
Returns a range of cal events matching the UUID and company.

Specified by:
getCalEventsByUuidAndCompanyId in interface CalEventLocalService
Parameters:
uuid - the UUID of the cal events
companyId - the primary key of the company
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the range of matching cal events, or an empty list if no matches were found

getCalEventByUuidAndGroupId

public CalEvent getCalEventByUuidAndGroupId(String uuid,
                                            long groupId)
                                     throws PortalException
Deprecated. 
Returns the cal event matching the UUID and group.

Specified by:
getCalEventByUuidAndGroupId in interface CalEventLocalService
Parameters:
uuid - the cal event's UUID
groupId - the primary key of the group
Returns:
the matching cal event
Throws:
PortalException - if a matching cal event could not be found

getCalEvents

public List<CalEvent> getCalEvents(int start,
                                   int end)
Deprecated. 
Returns a range of all the cal events.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CalEventModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getCalEvents in interface CalEventLocalService
Parameters:
start - the lower bound of the range of cal events
end - the upper bound of the range of cal events (not inclusive)
Returns:
the range of cal events

getCalEventsCount

public int getCalEventsCount()
Deprecated. 
Returns the number of cal events.

Specified by:
getCalEventsCount in interface CalEventLocalService
Returns:
the number of cal events

updateCalEvent

@Indexable(type=REINDEX)
public CalEvent updateCalEvent(CalEvent calEvent)
Deprecated. 
Updates the cal event in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateCalEvent in interface CalEventLocalService
Parameters:
calEvent - the cal event
Returns:
the cal event that was updated

getCalEventLocalService

public CalEventLocalService getCalEventLocalService()
Deprecated. 
Returns the cal event local service.

Returns:
the cal event local service

setCalEventLocalService

public void setCalEventLocalService(CalEventLocalService calEventLocalService)
Deprecated. 
Sets the cal event local service.

Parameters:
calEventLocalService - the cal event local service

getCalEventPersistence

public CalEventPersistence getCalEventPersistence()
Deprecated. 
Returns the cal event persistence.

Returns:
the cal event persistence

setCalEventPersistence

public void setCalEventPersistence(CalEventPersistence calEventPersistence)
Deprecated. 
Sets the cal event persistence.

Parameters:
calEventPersistence - the cal event persistence

getCalEventFinder

public CalEventFinder getCalEventFinder()
Deprecated. 
Returns the cal event finder.

Returns:
the cal event finder

setCalEventFinder

public void setCalEventFinder(CalEventFinder calEventFinder)
Deprecated. 
Sets the cal event finder.

Parameters:
calEventFinder - the cal event finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Deprecated. 
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Deprecated. 
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getClassNameLocalService

public ClassNameLocalService getClassNameLocalService()
Deprecated. 
Returns the class name local service.

Returns:
the class name local service

setClassNameLocalService

public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
Deprecated. 
Sets the class name local service.

Parameters:
classNameLocalService - the class name local service

getClassNamePersistence

public ClassNamePersistence getClassNamePersistence()
Deprecated. 
Returns the class name persistence.

Returns:
the class name persistence

setClassNamePersistence

public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
Deprecated. 
Sets the class name persistence.

Parameters:
classNamePersistence - the class name persistence

getCompanyLocalService

public CompanyLocalService getCompanyLocalService()
Deprecated. 
Returns the company local service.

Returns:
the company local service

setCompanyLocalService

public void setCompanyLocalService(CompanyLocalService companyLocalService)
Deprecated. 
Sets the company local service.

Parameters:
companyLocalService - the company local service

getCompanyPersistence

public CompanyPersistence getCompanyPersistence()
Deprecated. 
Returns the company persistence.

Returns:
the company persistence

setCompanyPersistence

public void setCompanyPersistence(CompanyPersistence companyPersistence)
Deprecated. 
Sets the company persistence.

Parameters:
companyPersistence - the company persistence

getGroupLocalService

public GroupLocalService getGroupLocalService()
Deprecated. 
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Deprecated. 
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Deprecated. 
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Deprecated. 
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Deprecated. 
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Deprecated. 
Sets the group finder.

Parameters:
groupFinder - the group finder

getPortletPreferencesLocalService

public PortletPreferencesLocalService getPortletPreferencesLocalService()
Deprecated. 
Returns the portlet preferences local service.

Returns:
the portlet preferences local service

setPortletPreferencesLocalService

public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Deprecated. 
Sets the portlet preferences local service.

Parameters:
portletPreferencesLocalService - the portlet preferences local service

getPortletPreferencesPersistence

public PortletPreferencesPersistence getPortletPreferencesPersistence()
Deprecated. 
Returns the portlet preferences persistence.

Returns:
the portlet preferences persistence

setPortletPreferencesPersistence

public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
Deprecated. 
Sets the portlet preferences persistence.

Parameters:
portletPreferencesPersistence - the portlet preferences persistence

getPortletPreferencesFinder

public PortletPreferencesFinder getPortletPreferencesFinder()
Deprecated. 
Returns the portlet preferences finder.

Returns:
the portlet preferences finder

setPortletPreferencesFinder

public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
Deprecated. 
Sets the portlet preferences finder.

Parameters:
portletPreferencesFinder - the portlet preferences finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Deprecated. 
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Deprecated. 
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getSubscriptionLocalService

public SubscriptionLocalService getSubscriptionLocalService()
Deprecated. 
Returns the subscription local service.

Returns:
the subscription local service

setSubscriptionLocalService

public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
Deprecated. 
Sets the subscription local service.

Parameters:
subscriptionLocalService - the subscription local service

getSubscriptionPersistence

public SubscriptionPersistence getSubscriptionPersistence()
Deprecated. 
Returns the subscription persistence.

Returns:
the subscription persistence

setSubscriptionPersistence

public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
Deprecated. 
Sets the subscription persistence.

Parameters:
subscriptionPersistence - the subscription persistence

getUserLocalService

public UserLocalService getUserLocalService()
Deprecated. 
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Deprecated. 
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserPersistence

public UserPersistence getUserPersistence()
Deprecated. 
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Deprecated. 
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Deprecated. 
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Deprecated. 
Sets the user finder.

Parameters:
userFinder - the user finder

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Deprecated. 
Returns the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Deprecated. 
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Deprecated. 
Returns the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Deprecated. 
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Deprecated. 
Returns the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Deprecated. 
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getAssetLinkLocalService

public AssetLinkLocalService getAssetLinkLocalService()
Deprecated. 
Returns the asset link local service.

Returns:
the asset link local service

setAssetLinkLocalService

public void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Deprecated. 
Sets the asset link local service.

Parameters:
assetLinkLocalService - the asset link local service

getAssetLinkPersistence

public AssetLinkPersistence getAssetLinkPersistence()
Deprecated. 
Returns the asset link persistence.

Returns:
the asset link persistence

setAssetLinkPersistence

public void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Deprecated. 
Sets the asset link persistence.

Parameters:
assetLinkPersistence - the asset link persistence

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()
Deprecated. 
Returns the asset tag local service.

Returns:
the asset tag local service

setAssetTagLocalService

public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Deprecated. 
Sets the asset tag local service.

Parameters:
assetTagLocalService - the asset tag local service

getAssetTagPersistence

public AssetTagPersistence getAssetTagPersistence()
Deprecated. 
Returns the asset tag persistence.

Returns:
the asset tag persistence

setAssetTagPersistence

public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Deprecated. 
Sets the asset tag persistence.

Parameters:
assetTagPersistence - the asset tag persistence

getAssetTagFinder

public AssetTagFinder getAssetTagFinder()
Deprecated. 
Returns the asset tag finder.

Returns:
the asset tag finder

setAssetTagFinder

public void setAssetTagFinder(AssetTagFinder assetTagFinder)
Deprecated. 
Sets the asset tag finder.

Parameters:
assetTagFinder - the asset tag finder

getExpandoValueLocalService

public ExpandoValueLocalService getExpandoValueLocalService()
Deprecated. 
Returns the expando value local service.

Returns:
the expando value local service

setExpandoValueLocalService

public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Deprecated. 
Sets the expando value local service.

Parameters:
expandoValueLocalService - the expando value local service

getExpandoValuePersistence

public ExpandoValuePersistence getExpandoValuePersistence()
Deprecated. 
Returns the expando value persistence.

Returns:
the expando value persistence

setExpandoValuePersistence

public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Deprecated. 
Sets the expando value persistence.

Parameters:
expandoValuePersistence - the expando value persistence

getMBMessageLocalService

public MBMessageLocalService getMBMessageLocalService()
Deprecated. 
Returns the message-boards message local service.

Returns:
the message-boards message local service

setMBMessageLocalService

public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
Deprecated. 
Sets the message-boards message local service.

Parameters:
mbMessageLocalService - the message-boards message local service

getMBMessagePersistence

public MBMessagePersistence getMBMessagePersistence()
Deprecated. 
Returns the message-boards message persistence.

Returns:
the message-boards message persistence

setMBMessagePersistence

public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
Deprecated. 
Sets the message-boards message persistence.

Parameters:
mbMessagePersistence - the message-boards message persistence

getMBMessageFinder

public MBMessageFinder getMBMessageFinder()
Deprecated. 
Returns the message-boards message finder.

Returns:
the message-boards message finder

setMBMessageFinder

public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
Deprecated. 
Sets the message-boards message finder.

Parameters:
mbMessageFinder - the message-boards message finder

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()
Deprecated. 
Returns the social activity local service.

Returns:
the social activity local service

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Deprecated. 
Sets the social activity local service.

Parameters:
socialActivityLocalService - the social activity local service

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()
Deprecated. 
Returns the social activity persistence.

Returns:
the social activity persistence

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Deprecated. 
Sets the social activity persistence.

Parameters:
socialActivityPersistence - the social activity persistence

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()
Deprecated. 
Returns the social activity finder.

Returns:
the social activity finder

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Deprecated. 
Sets the social activity finder.

Parameters:
socialActivityFinder - the social activity finder

afterPropertiesSet

public void afterPropertiesSet()
Deprecated. 

destroy

public void destroy()
Deprecated. 

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Deprecated. 
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface CalEventLocalService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()
Deprecated. 

getModelClassName

protected String getModelClassName()
Deprecated. 

runSQL

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

Parameters:
sql - the sql query

Liferay 7.0-ce-b4