Package com.liferay.calendar.service
Class CalendarServiceWrapper
java.lang.Object
com.liferay.calendar.service.CalendarServiceWrapper
- All Implemented Interfaces:
CalendarService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CalendarService>
public class CalendarServiceWrapper
extends Object
implements CalendarService, com.liferay.portal.kernel.service.ServiceWrapper<CalendarService>
Provides a wrapper for
CalendarService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCalendar(long groupId, long calendarResourceId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, String timeZoneId, int color, boolean defaultCalendar, boolean enableComments, boolean enableRatings, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCalendar(long calendarId) exportCalendar(long calendarId, String type) fetchCalendar(long calendarId) getCalendar(long calendarId) getCalendarResourceCalendars(long groupId, long calendarResourceId) getCalendarResourceCalendars(long groupId, long calendarResourceId, boolean defaultCalendar) Returns the OSGi service identifier.voidimportCalendar(long calendarId, String data, String type) booleanisManageableFromGroup(long calendarId, long groupId) search(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator) search(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator, String actionId) search(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator) search(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator, String actionId) intsearchCount(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, boolean andOperator) intsearchCount(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, boolean andOperator, String actionId) intsearchCount(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator) intsearchCount(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator, String actionId) voidsetWrappedService(CalendarService calendarService) updateCalendar(long calendarId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int color, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCalendar(long calendarId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, String timeZoneId, int color, boolean defaultCalendar, boolean enableComments, boolean enableRatings, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateColor(long calendarId, int color, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CalendarServiceWrapper
public CalendarServiceWrapper() -
CalendarServiceWrapper
-
-
Method Details
-
addCalendar
public Calendar addCalendar(long groupId, long calendarResourceId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String timeZoneId, int color, boolean defaultCalendar, boolean enableComments, boolean enableRatings, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addCalendarin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCalendar
public Calendar deleteCalendar(long calendarId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCalendarin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportCalendar
- Specified by:
exportCalendarin interfaceCalendarService- Throws:
Exception
-
fetchCalendar
public Calendar fetchCalendar(long calendarId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCalendarin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendar
public Calendar getCalendar(long calendarId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarResourceCalendars
public List<Calendar> getCalendarResourceCalendars(long groupId, long calendarResourceId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarResourceCalendarsin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarResourceCalendars
public List<Calendar> getCalendarResourceCalendars(long groupId, long calendarResourceId, boolean defaultCalendar) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarResourceCalendarsin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCalendarService- Returns:
- the OSGi service identifier
-
importCalendar
- Specified by:
importCalendarin interfaceCalendarService- Throws:
Exception
-
isManageableFromGroup
public boolean isManageableFromGroup(long calendarId, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
isManageableFromGroupin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public List<Calendar> search(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public List<Calendar> search(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator, String actionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public List<Calendar> search(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public List<Calendar> search(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Calendar> orderByComparator, String actionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCount
public int searchCount(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, boolean andOperator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCountin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCount
public int searchCount(long companyId, long[] groupIds, long[] calendarResourceIds, String keywords, boolean andOperator, String actionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCountin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCount
public int searchCount(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCountin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCount
public int searchCount(long companyId, long[] groupIds, long[] calendarResourceIds, String name, String description, boolean andOperator, String actionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCountin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCalendar
public Calendar updateCalendar(long calendarId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, int color, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCalendarin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCalendar
public Calendar updateCalendar(long calendarId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String timeZoneId, int color, boolean defaultCalendar, boolean enableComments, boolean enableRatings, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCalendarin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateColor
public Calendar updateColor(long calendarId, int color, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateColorin interfaceCalendarService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarService>
-