Class ScheduleEventServiceImpl
java.lang.Object
org.silverpeas.components.scheduleevent.service.ScheduleEventServiceImpl
- All Implemented Interfaces:
ScheduleEventService,org.silverpeas.core.ApplicationService
@Service
@Named("scheduledEventService")
public class ScheduleEventServiceImpl
extends Object
implements ScheduleEventService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateScheduleEvent(ScheduleEvent scheduleEvent) voiddeleteScheduleEvent(ScheduleEvent scheduleEvent) findScheduleEvent(String scheduleEventId) org.silverpeas.kernel.bundle.LocalizationBundlegetComponentMessages(String language) org.silverpeas.kernel.bundle.SettingBundlegetContributionById(org.silverpeas.core.contribution.model.ContributionIdentifier contributionId) booleanisRelatedTo(String instanceId) listAllScheduleEventsByUserId(String userId) purgeOldResponseForUserId(ScheduleEvent scheduleEvent, int userId) voidsetLastVisited(ScheduleEvent event, int userId) voidupdateScheduleEvent(ScheduleEvent scheduleEvent) voidupdateScheduleEventStatus(String scheduleEventId, int newStatus)
-
Constructor Details
-
ScheduleEventServiceImpl
public ScheduleEventServiceImpl()
-
-
Method Details
-
createScheduleEvent
- Specified by:
createScheduleEventin interfaceScheduleEventService
-
deleteScheduleEvent
- Specified by:
deleteScheduleEventin interfaceScheduleEventService
-
findScheduleEvent
- Specified by:
findScheduleEventin interfaceScheduleEventService
-
listAllScheduleEventsByUserId
- Specified by:
listAllScheduleEventsByUserIdin interfaceScheduleEventService
-
updateScheduleEventStatus
- Specified by:
updateScheduleEventStatusin interfaceScheduleEventService
-
purgeOldResponseForUserId
- Specified by:
purgeOldResponseForUserIdin interfaceScheduleEventService
-
updateScheduleEvent
- Specified by:
updateScheduleEventin interfaceScheduleEventService
-
setLastVisited
- Specified by:
setLastVisitedin interfaceScheduleEventService
-
getContributionById
public Optional<ScheduleEvent> getContributionById(org.silverpeas.core.contribution.model.ContributionIdentifier contributionId) - Specified by:
getContributionByIdin interfaceorg.silverpeas.core.ApplicationService- Specified by:
getContributionByIdin interfaceScheduleEventService
-
getComponentSettings
public org.silverpeas.kernel.bundle.SettingBundle getComponentSettings()- Specified by:
getComponentSettingsin interfaceorg.silverpeas.core.ApplicationService
-
getComponentMessages
- Specified by:
getComponentMessagesin interfaceorg.silverpeas.core.ApplicationService
-
isRelatedTo
- Specified by:
isRelatedToin interfaceorg.silverpeas.core.ApplicationService
-