Class AcceptConflictServiceImpl
java.lang.Object
ch.tocco.nice2.optional.reservation.impl.actions.AcceptConflictServiceImpl
- All Implemented Interfaces:
AcceptConflictService
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface AcceptConflictService
AcceptConflictService.ConflictData, AcceptConflictService.ConflictItem -
Constructor Summary
ConstructorsConstructorDescriptionAcceptConflictServiceImpl(BusinessUnitManager businessUnitManager, ConflictManager conflictManager, ReservationConflictManager reservationConflictManager, TimezoneResolverService timezoneResolverService, EntityExplorerActionSelectionService selectionService, Context context, TextResources textResources, SecurityManager securityManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetConflicts(EntityExplorerActionSelection selection) Deprecated.voidsetAccepted(String id, boolean accepted) Deprecated.voidsetAllAccepted(String[] ids, boolean accepted) Deprecated.voidsetConflictingItemRelations(List<String> relations) Deprecated.
-
Constructor Details
-
AcceptConflictServiceImpl
public AcceptConflictServiceImpl(BusinessUnitManager businessUnitManager, ConflictManager conflictManager, ReservationConflictManager reservationConflictManager, TimezoneResolverService timezoneResolverService, EntityExplorerActionSelectionService selectionService, Context context, TextResources textResources, SecurityManager securityManager) Deprecated.
-
-
Method Details
-
getConflicts
public List<AcceptConflictService.ConflictData> getConflicts(EntityExplorerActionSelection selection) Deprecated.- Specified by:
getConflictsin interfaceAcceptConflictService
-
setAllAccepted
Deprecated.- Specified by:
setAllAcceptedin interfaceAcceptConflictService
-
setAccepted
Deprecated.- Specified by:
setAcceptedin interfaceAcceptConflictService
-
setConflictingItemRelations
-