Liferay 7.0-ce-b4

com.liferay.portlet.calendar.service
Class CalEventLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.calendar.service.CalEventLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<CalEventLocalService>, CalEventLocalService

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
@ProviderType
public class CalEventLocalServiceWrapper
extends Object
implements CalEventLocalService, ServiceWrapper<CalEventLocalService>

Provides a wrapper for CalEventLocalService.

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

Constructor Summary
CalEventLocalServiceWrapper(CalEventLocalService calEventLocalService)
          Deprecated.  
 
Method Summary
 CalEvent addCalEvent(CalEvent calEvent)
          Deprecated. Adds the cal event to the database.
 CalEvent addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated.  
 CalEvent addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 void addEventResources(CalEvent event, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
 void addEventResources(CalEvent event, ModelPermissions modelPermissions)
          Deprecated.  
 void addEventResources(long eventId, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
 void addEventResources(long eventId, ModelPermissions modelPermissions)
          Deprecated.  
 void checkEvents()
          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.
 CalEvent deleteEvent(CalEvent event)
          Deprecated.  
 CalEvent deleteEvent(long eventId)
          Deprecated.  
 void deleteEvents(long groupId)
          Deprecated.  
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
          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.
 File exportEvent(long userId, long eventId)
          Deprecated.  
 File exportEvents(long userId, List<CalEvent> events, String fileName)
          Deprecated.  
 File exportGroupEvents(long userId, long groupId, String fileName)
          Deprecated.  
 CalEvent fetchCalEvent(long eventId)
          Deprecated.  
 CalEvent fetchCalEventByUuidAndGroupId(String uuid, long groupId)
          Deprecated. Returns the cal event matching the UUID and group.
 ActionableDynamicQuery getActionableDynamicQuery()
          Deprecated.  
 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.
 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.
 List<CalEvent> getCompanyEvents(long companyId, int start, int end)
          Deprecated.  
 int getCompanyEventsCount(long companyId)
          Deprecated.  
 CalEvent getEvent(long eventId)
          Deprecated.  
 List<CalEvent> getEvents(long groupId, Calendar cal)
          Deprecated.  
 List<CalEvent> getEvents(long groupId, Calendar cal, String type)
          Deprecated.  
 List<CalEvent> getEvents(long groupId, Calendar cal, String[] types)
          Deprecated.  
 List<CalEvent> getEvents(long groupId, String[] types, int start, int end)
          Deprecated.  
 List<CalEvent> getEvents(long groupId, String type, int start, int end)
          Deprecated.  
 int getEventsCount(long groupId, String type)
          Deprecated.  
 int getEventsCount(long groupId, String[] types)
          Deprecated.  
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
          Deprecated.  
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
          Deprecated.  
 List<CalEvent> getNoAssetEvents()
          Deprecated.  
 String getOSGiServiceIdentifier()
          Deprecated. Returns the OSGi service identifier.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
          Deprecated.  
 List<CalEvent> getRepeatingEvents(long groupId)
          Deprecated.  
 List<CalEvent> getRepeatingEvents(long groupId, Calendar cal, String[] types)
          Deprecated.  
 CalEventLocalService getWrappedService()
          Deprecated.  
 boolean hasEvents(long groupId, Calendar cal)
          Deprecated.  
 boolean hasEvents(long groupId, Calendar cal, String type)
          Deprecated.  
 boolean hasEvents(long groupId, Calendar cal, String[] types)
          Deprecated.  
 void importICal4j(long userId, long groupId, InputStream inputStream)
          Deprecated.  
 void setWrappedService(CalEventLocalService calEventLocalService)
          Deprecated.  
 void updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
          Deprecated.  
 CalEvent updateCalEvent(CalEvent calEvent)
          Deprecated. Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated.  
 CalEvent updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by updateEvent(long, long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalEventLocalServiceWrapper

public CalEventLocalServiceWrapper(CalEventLocalService calEventLocalService)
Deprecated. 
Method Detail

addCalEvent

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

addEvent

public CalEvent addEvent(long userId,
                         String title,
                         String description,
                         String location,
                         int startDateMonth,
                         int startDateDay,
                         int startDateYear,
                         int startDateHour,
                         int startDateMinute,
                         int durationHour,
                         int durationMinute,
                         boolean allDay,
                         boolean timeZoneSensitive,
                         String type,
                         boolean repeating,
                         TZSRecurrence recurrence,
                         int remindBy,
                         int firstReminder,
                         int secondReminder,
                         ServiceContext serviceContext)
                  throws PortalException
Deprecated. 
Specified by:
addEvent in interface CalEventLocalService
Throws:
PortalException

addEvent

@Deprecated
public CalEvent addEvent(long userId,
                                    String title,
                                    String description,
                                    String location,
                                    int startDateMonth,
                                    int startDateDay,
                                    int startDateYear,
                                    int startDateHour,
                                    int startDateMinute,
                                    int endDateMonth,
                                    int endDateDay,
                                    int endDateYear,
                                    int durationHour,
                                    int durationMinute,
                                    boolean allDay,
                                    boolean timeZoneSensitive,
                                    String type,
                                    boolean repeating,
                                    TZSRecurrence recurrence,
                                    int remindBy,
                                    int firstReminder,
                                    int secondReminder,
                                    ServiceContext serviceContext)
                  throws PortalException
Deprecated. As of 6.2.0, replaced by addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)

Specified by:
addEvent in interface CalEventLocalService
Throws:
PortalException

addEventResources

public void addEventResources(CalEvent event,
                              boolean addGroupPermissions,
                              boolean addGuestPermissions)
                       throws PortalException
Deprecated. 
Specified by:
addEventResources in interface CalEventLocalService
Throws:
PortalException

addEventResources

public void addEventResources(CalEvent event,
                              ModelPermissions modelPermissions)
                       throws PortalException
Deprecated. 
Specified by:
addEventResources in interface CalEventLocalService
Throws:
PortalException

addEventResources

public void addEventResources(long eventId,
                              boolean addGroupPermissions,
                              boolean addGuestPermissions)
                       throws PortalException
Deprecated. 
Specified by:
addEventResources in interface CalEventLocalService
Throws:
PortalException

addEventResources

public void addEventResources(long eventId,
                              ModelPermissions modelPermissions)
                       throws PortalException
Deprecated. 
Specified by:
addEventResources in interface CalEventLocalService
Throws:
PortalException

checkEvents

public void checkEvents()
Deprecated. 
Specified by:
checkEvents in interface CalEventLocalService

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

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

deleteCalEvent

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

deleteEvent

public CalEvent deleteEvent(CalEvent event)
                     throws PortalException
Deprecated. 
Specified by:
deleteEvent in interface CalEventLocalService
Throws:
PortalException

deleteEvent

public CalEvent deleteEvent(long eventId)
                     throws PortalException
Deprecated. 
Specified by:
deleteEvent in interface CalEventLocalService
Throws:
PortalException

deleteEvents

public void deleteEvents(long groupId)
                  throws PortalException
Deprecated. 
Specified by:
deleteEvents in interface CalEventLocalService
Throws:
PortalException

deletePersistedModel

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

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

exportEvent

public File exportEvent(long userId,
                        long eventId)
                 throws PortalException
Deprecated. 
Specified by:
exportEvent in interface CalEventLocalService
Throws:
PortalException

exportEvents

public File exportEvents(long userId,
                         List<CalEvent> events,
                         String fileName)
                  throws PortalException
Deprecated. 
Specified by:
exportEvents in interface CalEventLocalService
Throws:
PortalException

exportGroupEvents

public File exportGroupEvents(long userId,
                              long groupId,
                              String fileName)
                       throws PortalException
Deprecated. 
Specified by:
exportGroupEvents in interface CalEventLocalService
Throws:
PortalException

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

getActionableDynamicQuery

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

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

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

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

getCalEventsCount

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

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

getCompanyEvents

public List<CalEvent> getCompanyEvents(long companyId,
                                       int start,
                                       int end)
Deprecated. 
Specified by:
getCompanyEvents in interface CalEventLocalService

getCompanyEventsCount

public int getCompanyEventsCount(long companyId)
Deprecated. 
Specified by:
getCompanyEventsCount in interface CalEventLocalService

getEvent

public CalEvent getEvent(long eventId)
                  throws PortalException
Deprecated. 
Specified by:
getEvent in interface CalEventLocalService
Throws:
PortalException

getEvents

public List<CalEvent> getEvents(long groupId,
                                Calendar cal)
Deprecated. 
Specified by:
getEvents in interface CalEventLocalService

getEvents

public List<CalEvent> getEvents(long groupId,
                                Calendar cal,
                                String type)
Deprecated. 
Specified by:
getEvents in interface CalEventLocalService

getEvents

public List<CalEvent> getEvents(long groupId,
                                Calendar cal,
                                String[] types)
Deprecated. 
Specified by:
getEvents in interface CalEventLocalService

getEvents

public List<CalEvent> getEvents(long groupId,
                                String type,
                                int start,
                                int end)
Deprecated. 
Specified by:
getEvents in interface CalEventLocalService

getEvents

public List<CalEvent> getEvents(long groupId,
                                String[] types,
                                int start,
                                int end)
Deprecated. 
Specified by:
getEvents in interface CalEventLocalService

getEventsCount

public int getEventsCount(long groupId,
                          String type)
Deprecated. 
Specified by:
getEventsCount in interface CalEventLocalService

getEventsCount

public int getEventsCount(long groupId,
                          String[] types)
Deprecated. 
Specified by:
getEventsCount in interface CalEventLocalService

getExportActionableDynamicQuery

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

getIndexableActionableDynamicQuery

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

getNoAssetEvents

public List<CalEvent> getNoAssetEvents()
Deprecated. 
Specified by:
getNoAssetEvents in interface CalEventLocalService

getOSGiServiceIdentifier

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

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

getPersistedModel

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

getRepeatingEvents

public List<CalEvent> getRepeatingEvents(long groupId)
Deprecated. 
Specified by:
getRepeatingEvents in interface CalEventLocalService

getRepeatingEvents

public List<CalEvent> getRepeatingEvents(long groupId,
                                         Calendar cal,
                                         String[] types)
Deprecated. 
Specified by:
getRepeatingEvents in interface CalEventLocalService

hasEvents

public boolean hasEvents(long groupId,
                         Calendar cal)
Deprecated. 
Specified by:
hasEvents in interface CalEventLocalService

hasEvents

public boolean hasEvents(long groupId,
                         Calendar cal,
                         String type)
Deprecated. 
Specified by:
hasEvents in interface CalEventLocalService

hasEvents

public boolean hasEvents(long groupId,
                         Calendar cal,
                         String[] types)
Deprecated. 
Specified by:
hasEvents in interface CalEventLocalService

importICal4j

public void importICal4j(long userId,
                         long groupId,
                         InputStream inputStream)
                  throws PortalException
Deprecated. 
Specified by:
importICal4j in interface CalEventLocalService
Throws:
PortalException

updateAsset

public void updateAsset(long userId,
                        CalEvent event,
                        long[] assetCategoryIds,
                        String[] assetTagNames,
                        long[] assetLinkEntryIds)
                 throws PortalException
Deprecated. 
Specified by:
updateAsset in interface CalEventLocalService
Throws:
PortalException

updateCalEvent

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

updateEvent

public CalEvent updateEvent(long userId,
                            long eventId,
                            String title,
                            String description,
                            String location,
                            int startDateMonth,
                            int startDateDay,
                            int startDateYear,
                            int startDateHour,
                            int startDateMinute,
                            int durationHour,
                            int durationMinute,
                            boolean allDay,
                            boolean timeZoneSensitive,
                            String type,
                            boolean repeating,
                            TZSRecurrence recurrence,
                            int remindBy,
                            int firstReminder,
                            int secondReminder,
                            ServiceContext serviceContext)
                     throws PortalException
Deprecated. 
Specified by:
updateEvent in interface CalEventLocalService
Throws:
PortalException

updateEvent

@Deprecated
public CalEvent updateEvent(long userId,
                                       long eventId,
                                       String title,
                                       String description,
                                       String location,
                                       int startDateMonth,
                                       int startDateDay,
                                       int startDateYear,
                                       int startDateHour,
                                       int startDateMinute,
                                       int endDateMonth,
                                       int endDateDay,
                                       int endDateYear,
                                       int durationHour,
                                       int durationMinute,
                                       boolean allDay,
                                       boolean timeZoneSensitive,
                                       String type,
                                       boolean repeating,
                                       TZSRecurrence recurrence,
                                       int remindBy,
                                       int firstReminder,
                                       int secondReminder,
                                       ServiceContext serviceContext)
                     throws PortalException
Deprecated. As of 6.2.0, replaced by updateEvent(long, long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)

Specified by:
updateEvent in interface CalEventLocalService
Throws:
PortalException

getWrappedService

public CalEventLocalService getWrappedService()
Deprecated. 
Specified by:
getWrappedService in interface ServiceWrapper<CalEventLocalService>

setWrappedService

public void setWrappedService(CalEventLocalService calEventLocalService)
Deprecated. 
Specified by:
setWrappedService in interface ServiceWrapper<CalEventLocalService>

Liferay 7.0-ce-b4