Package com.liferay.calendar.service
Interface CalendarResourceService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CalendarResourceServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CalendarResourceService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CalendarResource. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionaddCalendarResource
(long groupId, long classNameId, long classPK, String classUuid, String code, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCalendarResource
(long calendarResourceId) fetchCalendarResource
(long classNameId, long classPK) getCalendarResource
(long calendarResourceId) Returns the OSGi service identifier.search
(long companyId, long[] groupIds, long[] classNameIds, String keywords, boolean active, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarResource> orderByComparator) search
(long companyId, long[] groupIds, long[] classNameIds, String code, String name, String description, boolean active, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarResource> orderByComparator) int
searchCount
(long companyId, long[] groupIds, long[] classNameIds, String keywords, boolean active) int
searchCount
(long companyId, long[] groupIds, long[] classNameIds, String code, String name, String description, boolean active, boolean andOperator) updateCalendarResource
(long calendarResourceId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Method Details
-
addCalendarResource
CalendarResource addCalendarResource(long groupId, long classNameId, long classPK, String classUuid, String code, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCalendarResource
CalendarResource deleteCalendarResource(long calendarResourceId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCalendarResource
@Transactional(propagation=SUPPORTS, readOnly=true) CalendarResource fetchCalendarResource(long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarResource
@Transactional(propagation=SUPPORTS, readOnly=true) CalendarResource getCalendarResource(long calendarResourceId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
search
@Transactional(propagation=SUPPORTS, readOnly=true) List<CalendarResource> search(long companyId, long[] groupIds, long[] classNameIds, String keywords, boolean active, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarResource> orderByComparator) -
search
@Transactional(propagation=SUPPORTS, readOnly=true) List<CalendarResource> search(long companyId, long[] groupIds, long[] classNameIds, String code, String name, String description, boolean active, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarResource> orderByComparator) -
searchCount
@Transactional(propagation=SUPPORTS, readOnly=true) int searchCount(long companyId, long[] groupIds, long[] classNameIds, String keywords, boolean active) -
searchCount
-
updateCalendarResource
CalendarResource updateCalendarResource(long calendarResourceId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Throws:
com.liferay.portal.kernel.exception.PortalException
-