//------------------------------------------------------------------------------ // // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut generiert wird. // //------------------------------------------------------------------------------ namespace BeWo.ServiceProxy { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="BeWo.ServiceProxy.IResourceService")] public interface IResourceService { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeactivateResource", ReplyAction="http://tempuri.org/IResourceService/DeactivateResourceResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeactivateResourceBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeactivateResource(long pOid, long pVersion); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeactivateResources", ReplyAction="http://tempuri.org/IResourceService/DeactivateResourcesResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeactivateResourcesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeactivateResources(System.Collections.Generic.Dictionary pOid2Version); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteBooking", ReplyAction="http://tempuri.org/IResourceService/DeleteBookingResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteBookingBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteBooking(long pOid, long pVersion); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteBookings", ReplyAction="http://tempuri.org/IResourceService/DeleteBookingsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteBookingsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteBookings(System.Collections.Generic.Dictionary pOid2Version); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteResource", ReplyAction="http://tempuri.org/IResourceService/DeleteResourceResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteResourceBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteResource(long pOid, long pVersion); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteResources", ReplyAction="http://tempuri.org/IResourceService/DeleteResourcesResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteResourcesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteResources(System.Collections.Generic.Dictionary pOid2Version); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllBookings", ReplyAction="http://tempuri.org/IResourceService/GetAllBookingsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllBookingsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllBookings(System.DateTime pStartSpan, System.DateTime pEndSpan); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllBookingsByResource", ReplyAction="http://tempuri.org/IResourceService/GetAllBookingsByResourceResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllBookingsByResourceBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllBookingsByResource(long pResourceOid, System.DateTime pStartSpan, System.DateTime pEndSpan); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllResources", ReplyAction="http://tempuri.org/IResourceService/GetAllResourcesResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllResourcesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllResources(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/InsertNewBookings", ReplyAction="http://tempuri.org/IResourceService/InsertNewBookingsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/InsertNewBookingsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List InsertNewBookings(System.Collections.Generic.List pBookings); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/InsertNewResources", ReplyAction="http://tempuri.org/IResourceService/InsertNewResourcesResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/InsertNewResourcesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List InsertNewResources(System.Collections.Generic.List pResource); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/UpdateBookings", ReplyAction="http://tempuri.org/IResourceService/UpdateBookingsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/UpdateBookingsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List UpdateBookings(System.Collections.Generic.List pBookings); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/UpdateResources", ReplyAction="http://tempuri.org/IResourceService/UpdateResourcesResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/UpdateResourcesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List UpdateResources(System.Collections.Generic.List pResource); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/UpdateBookingSequenceDCs", ReplyAction="http://tempuri.org/IResourceService/UpdateBookingSequenceDCsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/UpdateBookingSequenceDCsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List UpdateBookingSequenceDCs(System.Collections.Generic.List pBookings); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/UpdateResourceDCs", ReplyAction="http://tempuri.org/IResourceService/UpdateResourceDCsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/UpdateResourceDCsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List UpdateResourceDCs(System.Collections.Generic.List pResource); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/InsertNewBookingSequenceDCs", ReplyAction="http://tempuri.org/IResourceService/InsertNewBookingSequenceDCsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/InsertNewBookingSequenceDCsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List InsertNewBookingSequenceDCs(System.Collections.Generic.List pBookings); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/UpdateResourceAppointments", ReplyAction="http://tempuri.org/IResourceService/UpdateResourceAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/UpdateResourceAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List UpdateResourceAppointments(System.Collections.Generic.List pResourceAppointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/InsertNewResourceAppointments", ReplyAction="http://tempuri.org/IResourceService/InsertNewResourceAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/InsertNewResourceAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List InsertNewResourceAppointments(System.Collections.Generic.List pResourceAppointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteResourceAppointments", ReplyAction="http://tempuri.org/IResourceService/DeleteResourceAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteResourceAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteResourceAppointments(System.Collections.Generic.Dictionary pOid2Version); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllResourceAppointments", ReplyAction="http://tempuri.org/IResourceService/GetAllResourceAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllResourceAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllResourceAppointments(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetResourceAppointmentsById", ReplyAction="http://tempuri.org/IResourceService/GetResourceAppointmentsByIdResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetResourceAppointmentsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetResourceAppointmentsById(System.Collections.Generic.List pOids); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/LoadPossibleDuplicates", ReplyAction="http://tempuri.org/IResourceService/LoadPossibleDuplicatesResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/LoadPossibleDuplicatesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List LoadPossibleDuplicates(string pRecurrenceInfo); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllSchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/GetAllSchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllSchedulerAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllSchedulerAppointments(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetSchedulerAppointmentByid", ReplyAction="http://tempuri.org/IResourceService/GetSchedulerAppointmentByidResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetSchedulerAppointmentByidBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] BS.Shared.DataContracts.SchedulerAppointmentDC GetSchedulerAppointmentByid(long oid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteSchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/DeleteSchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteSchedulerAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteSchedulerAppointments(System.Collections.Generic.Dictionary pOid2Version); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/InsertSchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/InsertSchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/InsertSchedulerAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List InsertSchedulerAppointments(System.Collections.Generic.List pNewSchedulerAppointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/UpdateSchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/UpdateSchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/UpdateSchedulerAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List UpdateSchedulerAppointments(System.Collections.Generic.List pNewSchedulerAppointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetSchedulerAppointmentsById", ReplyAction="http://tempuri.org/IResourceService/GetSchedulerAppointmentsByIdResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetSchedulerAppointmentsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetSchedulerAppointmentsById(System.Collections.Generic.List pOids); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeactivateSchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/DeactivateSchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeactivateSchedulerAppointmentsBeWoFaultFault" + "", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeactivateSchedulerAppointments(System.Collections.Generic.Dictionary pOid2Version); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllCategories2ResourcesInDictionary", ReplyAction="http://tempuri.org/IResourceService/GetAllCategories2ResourcesInDictionaryRespons" + "e")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllCategories2ResourcesInDictionaryBeWoFau" + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.Dictionary> GetAllCategories2ResourcesInDictionary(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllActiveSchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/GetAllActiveSchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllActiveSchedulerAppointmentsBeWoFaultFau" + "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllActiveSchedulerAppointments(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllOpenAppointmentsForEmployee", ReplyAction="http://tempuri.org/IResourceService/GetAllOpenAppointmentsForEmployeeResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllOpenAppointmentsForEmployeeBeWoFaultFau" + "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllOpenAppointmentsForEmployee(long pEmployeeOid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/InsertEmployee2SchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/InsertEmployee2SchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/InsertEmployee2SchedulerAppointmentsBeWoFault" + "Fault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List InsertEmployee2SchedulerAppointments(System.Collections.Generic.List pEmployee2SchedulerAppointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/UpdateEmployee2SchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/UpdateEmployee2SchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/UpdateEmployee2SchedulerAppointmentsBeWoFault" + "Fault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List UpdateEmployee2SchedulerAppointments(System.Collections.Generic.List pEmployee2SchedulerAppointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteEmployee2SchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/DeleteEmployee2SchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteEmployee2SchedulerAppointmentsBeWoFault" + "Fault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteEmployee2SchedulerAppointments(System.Collections.Generic.Dictionary pOid2Version); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllActiveAndNotDeclinedForEmployeeAppointm" + "ents", ReplyAction="http://tempuri.org/IResourceService/GetAllActiveAndNotDeclinedForEmployeeAppointm" + "entsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllActiveAndNotDeclinedForEmployeeAppointm" + "entsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllActiveAndNotDeclinedForEmployeeAppointments(long pEmployeeOid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/OverlappingAppointmentsExist", ReplyAction="http://tempuri.org/IResourceService/OverlappingAppointmentsExistResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/OverlappingAppointmentsExistBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] bool OverlappingAppointmentsExist(System.DateTime start, System.DateTime end, System.Collections.Generic.List employees, System.Collections.Generic.List customers, System.Collections.Generic.List resources, long originator, System.Nullable appointmentOid, string recurrenceId, int ocurrenceIndex); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeactivateSchedulerAppointmentsForSync", ReplyAction="http://tempuri.org/IResourceService/DeactivateSchedulerAppointmentsForSyncRespons" + "e")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeactivateSchedulerAppointmentsForSyncBeWoFau" + "ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List DeactivateSchedulerAppointmentsForSync(System.Collections.Generic.Dictionary pOid2Version); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllActiveAppointmentsForEmployeeInInterval" + "", ReplyAction="http://tempuri.org/IResourceService/GetAllActiveAppointmentsForEmployeeInInterval" + "Response")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllActiveAppointmentsForEmployeeInInterval" + "BeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllActiveAppointmentsForEmployeeInInterval(System.DateTime start, System.DateTime end, long pEmployeeOid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllActiveAppointmentsForEmployeeInInterval" + "2", ReplyAction="http://tempuri.org/IResourceService/GetAllActiveAppointmentsForEmployeeInInterval" + "2Response")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllActiveAppointmentsForEmployeeInInterval" + "2BeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllActiveAppointmentsForEmployeeInInterval2(System.DateTime start, System.DateTime end, long pEmployeeOid, bool pHasRightToSeeAllEmployeeAppointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllActiveAbsenceTimesInInterval", ReplyAction="http://tempuri.org/IResourceService/GetAllActiveAbsenceTimesInIntervalResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllActiveAbsenceTimesInIntervalBeWoFaultFa" + "ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllActiveAbsenceTimesInInterval(System.DateTime pStart, System.DateTime pEnd, long pEmployeeOid, bool pHasRightToSeeAllEmployeeAppointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/LoadFilteredAppointments", ReplyAction="http://tempuri.org/IResourceService/LoadFilteredAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/LoadFilteredAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List LoadFilteredAppointments(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalStart, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomer, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/LoadFilteredAppointmentsMitAufgaben", ReplyAction="http://tempuri.org/IResourceService/LoadFilteredAppointmentsMitAufgabenResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/LoadFilteredAppointmentsMitAufgabenBeWoFaultF" + "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List LoadFilteredAppointmentsMitAufgaben(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalStart, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomer, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, bool pShowTasks); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllTasksForEmployee", ReplyAction="http://tempuri.org/IResourceService/GetAllTasksForEmployeeResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllTasksForEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllTasksForEmployee(long pEmployeeOid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetSchedulerAppointmentTasksForEmployeeBySupp" + "ortConecpt", ReplyAction="http://tempuri.org/IResourceService/GetSchedulerAppointmentTasksForEmployeeBySupp" + "ortConecptResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetSchedulerAppointmentTasksForEmployeeBySupp" + "ortConecptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetSchedulerAppointmentTasksForEmployeeBySupportConecpt(long pEmployeeOid, long pSupportConceptOid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/LoadTasksAndAppointmentsForEmployee", ReplyAction="http://tempuri.org/IResourceService/LoadTasksAndAppointmentsForEmployeeResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/LoadTasksAndAppointmentsForEmployeeBeWoFaultF" + "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List LoadTasksAndAppointmentsForEmployee(long pEmployeeOid, System.DateTime pInvertalStart, int pBufferSize, System.Nullable pEmployeeAppointmentsOid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/InsertTestAppointments", ReplyAction="http://tempuri.org/IResourceService/InsertTestAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/InsertTestAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void InsertTestAppointments(long pEmployeeOid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteTestAppointments", ReplyAction="http://tempuri.org/IResourceService/DeleteTestAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteTestAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteTestAppointments(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/CheckResourceAvailability", ReplyAction="http://tempuri.org/IResourceService/CheckResourceAvailabilityResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/CheckResourceAvailabilityBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List CheckResourceAvailability(System.DateTime start, System.DateTime end, System.Collections.Generic.List resourceOids, System.Nullable selectedAppointmentOid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/FindRootAppointmentByRecurrenceId", ReplyAction="http://tempuri.org/IResourceService/FindRootAppointmentByRecurrenceIdResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/FindRootAppointmentByRecurrenceIdBeWoFaultFau" + "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] BS.Shared.DataContracts.SchedulerAppointmentDC FindRootAppointmentByRecurrenceId(string recurrenceId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/ValidateSchedulerAppointment", ReplyAction="http://tempuri.org/IResourceService/ValidateSchedulerAppointmentResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/ValidateSchedulerAppointmentBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] string ValidateSchedulerAppointment(System.DateTime start, System.DateTime end, System.Collections.Generic.List employees, System.Collections.Generic.List customers, System.Collections.Generic.List resources, long originator, System.Nullable appointmentOid, System.Nullable recurrenceId, int occurrenceIndex, bool shouldSkipResourceAvailability); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteMobileTestAppointments", ReplyAction="http://tempuri.org/IResourceService/DeleteMobileTestAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteMobileTestAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteMobileTestAppointments(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/LoadFilteredAllActiveAppointments", ReplyAction="http://tempuri.org/IResourceService/LoadFilteredAllActiveAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/LoadFilteredAllActiveAppointmentsBeWoFaultFau" + "lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List LoadFilteredAllActiveAppointments(long employeeOid, System.DateTime start, System.DateTime end, System.Collections.Generic.List customerOids); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/LoadOccurrencesByRecurrenceId", ReplyAction="http://tempuri.org/IResourceService/LoadOccurrencesByRecurrenceIdResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/LoadOccurrencesByRecurrenceIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List LoadOccurrencesByRecurrenceId(string recurrenceId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/FindAppointmentsInRange", ReplyAction="http://tempuri.org/IResourceService/FindAppointmentsInRangeResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/FindAppointmentsInRangeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.Dictionary> FindAppointmentsInRange(int duration, System.DateTime startDate, System.DateTime endDate, System.Collections.Generic.List resourceOids, System.Collections.Generic.List customerOids, System.Collections.Generic.List employeeOids, long loggedInEmployeeOid, int intervalBuffer, bool skipWeekends); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/ConvertResourceBookingsToResourceAppointments" + "", ReplyAction="http://tempuri.org/IResourceService/ConvertResourceBookingsToResourceAppointments" + "Response")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/ConvertResourceBookingsToResourceAppointments" + "BeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void ConvertResourceBookingsToResourceAppointments(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllActiveCustomersAbsenceTimesInInterval", ReplyAction="http://tempuri.org/IResourceService/GetAllActiveCustomersAbsenceTimesInIntervalRe" + "sponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllActiveCustomersAbsenceTimesInIntervalBe" + "WoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllActiveCustomersAbsenceTimesInInterval(System.DateTime start, System.DateTime end, long employeeOid, System.Collections.Generic.List selectedCustomerOids); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/GetAllActiveEmployeeAbsenceTimesInInterval", ReplyAction="http://tempuri.org/IResourceService/GetAllActiveEmployeeAbsenceTimesInIntervalRes" + "ponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/GetAllActiveEmployeeAbsenceTimesInIntervalBeW" + "oFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List GetAllActiveEmployeeAbsenceTimesInInterval(System.DateTime start, System.DateTime end, long employeeOid, System.Collections.Generic.List selectedEmployeeOids); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/CheckResourceAvailabilityWithEmployeeInformat" + "ion", ReplyAction="http://tempuri.org/IResourceService/CheckResourceAvailabilityWithEmployeeInformat" + "ionResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/CheckResourceAvailabilityWithEmployeeInformat" + "ionBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.Dictionary> CheckResourceAvailabilityWithEmployeeInformation(System.DateTime start, System.DateTime end, System.Collections.Generic.List resourceOids, System.Nullable selectedAppointmentOid, System.Nullable recurrenceId, int occurrenceIndex, bool shouldSkipResourceAvailability); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/CheckSchedulerRightsForAppointmentEditing", ReplyAction="http://tempuri.org/IResourceService/CheckSchedulerRightsForAppointmentEditingResp" + "onse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/CheckSchedulerRightsForAppointmentEditingBeWo" + "FaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] bool CheckSchedulerRightsForAppointmentEditing(long appointmentOid, long loggedOnUserOid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/InsertSchedulerAppointment", ReplyAction="http://tempuri.org/IResourceService/InsertSchedulerAppointmentResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/InsertSchedulerAppointmentBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] BS.Shared.DataContracts.SchedulerAppointmentDC InsertSchedulerAppointment(BS.Shared.DataContracts.SchedulerAppointmentDC appointment); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/CheckSchedulerRightsForAppointmentsToEdit", ReplyAction="http://tempuri.org/IResourceService/CheckSchedulerRightsForAppointmentsToEditResp" + "onse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/CheckSchedulerRightsForAppointmentsToEditBeWo" + "FaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List CheckSchedulerRightsForAppointmentsToEdit(System.Collections.Generic.List appointments2Check, BS.Shared.DataContracts.UserDC user); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/InsertOrUpdateSchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/InsertOrUpdateSchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/InsertOrUpdateSchedulerAppointmentsBeWoFaultF" + "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.List InsertOrUpdateSchedulerAppointments(System.Collections.Generic.List appointments2InsertOrUpdate); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/DeleteOrUpdateSchedulerAppointments", ReplyAction="http://tempuri.org/IResourceService/DeleteOrUpdateSchedulerAppointmentsResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/DeleteOrUpdateSchedulerAppointmentsBeWoFaultF" + "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] void DeleteOrUpdateSchedulerAppointments(System.Collections.Generic.List appointments2DeleteOrUpdate); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/OverlappingAppointmentsExistForMultiple", ReplyAction="http://tempuri.org/IResourceService/OverlappingAppointmentsExistForMultipleRespon" + "se")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/OverlappingAppointmentsExistForMultipleBeWoFa" + "ultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.Dictionary OverlappingAppointmentsExistForMultiple(System.Collections.Generic.List appointments); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IResourceService/FindAppointmentsInRangeForIntervalFinder", ReplyAction="http://tempuri.org/IResourceService/FindAppointmentsInRangeForIntervalFinderRespo" + "nse")] [System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IResourceService/FindAppointmentsInRangeForIntervalFinderBeWoF" + "aultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")] System.Collections.Generic.Dictionary> FindAppointmentsInRangeForIntervalFinder(int duration, System.DateTime startDate, System.DateTime endDate, System.Collections.Generic.List resourceOids, System.Collections.Generic.List customerOids, System.Collections.Generic.List employeeOids, long loggedInEmployeeOid, int intervalBuffer, bool skipWeekends); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IResourceServiceChannel : BeWo.ServiceProxy.IResourceService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class ResourceServiceClient : System.ServiceModel.ClientBase, BeWo.ServiceProxy.IResourceService { public ResourceServiceClient() { } public ResourceServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public ResourceServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public ResourceServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public ResourceServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public void DeactivateResource(long pOid, long pVersion) { base.Channel.DeactivateResource(pOid, pVersion); } public void DeactivateResources(System.Collections.Generic.Dictionary pOid2Version) { base.Channel.DeactivateResources(pOid2Version); } public void DeleteBooking(long pOid, long pVersion) { base.Channel.DeleteBooking(pOid, pVersion); } public void DeleteBookings(System.Collections.Generic.Dictionary pOid2Version) { base.Channel.DeleteBookings(pOid2Version); } public void DeleteResource(long pOid, long pVersion) { base.Channel.DeleteResource(pOid, pVersion); } public void DeleteResources(System.Collections.Generic.Dictionary pOid2Version) { base.Channel.DeleteResources(pOid2Version); } public System.Collections.Generic.List GetAllBookings(System.DateTime pStartSpan, System.DateTime pEndSpan) { return base.Channel.GetAllBookings(pStartSpan, pEndSpan); } public System.Collections.Generic.List GetAllBookingsByResource(long pResourceOid, System.DateTime pStartSpan, System.DateTime pEndSpan) { return base.Channel.GetAllBookingsByResource(pResourceOid, pStartSpan, pEndSpan); } public System.Collections.Generic.List GetAllResources() { return base.Channel.GetAllResources(); } public System.Collections.Generic.List InsertNewBookings(System.Collections.Generic.List pBookings) { return base.Channel.InsertNewBookings(pBookings); } public System.Collections.Generic.List InsertNewResources(System.Collections.Generic.List pResource) { return base.Channel.InsertNewResources(pResource); } public System.Collections.Generic.List UpdateBookings(System.Collections.Generic.List pBookings) { return base.Channel.UpdateBookings(pBookings); } public System.Collections.Generic.List UpdateResources(System.Collections.Generic.List pResource) { return base.Channel.UpdateResources(pResource); } public System.Collections.Generic.List UpdateBookingSequenceDCs(System.Collections.Generic.List pBookings) { return base.Channel.UpdateBookingSequenceDCs(pBookings); } public System.Collections.Generic.List UpdateResourceDCs(System.Collections.Generic.List pResource) { return base.Channel.UpdateResourceDCs(pResource); } public System.Collections.Generic.List InsertNewBookingSequenceDCs(System.Collections.Generic.List pBookings) { return base.Channel.InsertNewBookingSequenceDCs(pBookings); } public System.Collections.Generic.List UpdateResourceAppointments(System.Collections.Generic.List pResourceAppointments) { return base.Channel.UpdateResourceAppointments(pResourceAppointments); } public System.Collections.Generic.List InsertNewResourceAppointments(System.Collections.Generic.List pResourceAppointments) { return base.Channel.InsertNewResourceAppointments(pResourceAppointments); } public void DeleteResourceAppointments(System.Collections.Generic.Dictionary pOid2Version) { base.Channel.DeleteResourceAppointments(pOid2Version); } public System.Collections.Generic.List GetAllResourceAppointments() { return base.Channel.GetAllResourceAppointments(); } public System.Collections.Generic.List GetResourceAppointmentsById(System.Collections.Generic.List pOids) { return base.Channel.GetResourceAppointmentsById(pOids); } public System.Collections.Generic.List LoadPossibleDuplicates(string pRecurrenceInfo) { return base.Channel.LoadPossibleDuplicates(pRecurrenceInfo); } public System.Collections.Generic.List GetAllSchedulerAppointments() { return base.Channel.GetAllSchedulerAppointments(); } public BS.Shared.DataContracts.SchedulerAppointmentDC GetSchedulerAppointmentByid(long oid) { return base.Channel.GetSchedulerAppointmentByid(oid); } public void DeleteSchedulerAppointments(System.Collections.Generic.Dictionary pOid2Version) { base.Channel.DeleteSchedulerAppointments(pOid2Version); } public System.Collections.Generic.List InsertSchedulerAppointments(System.Collections.Generic.List pNewSchedulerAppointments) { return base.Channel.InsertSchedulerAppointments(pNewSchedulerAppointments); } public System.Collections.Generic.List UpdateSchedulerAppointments(System.Collections.Generic.List pNewSchedulerAppointments) { return base.Channel.UpdateSchedulerAppointments(pNewSchedulerAppointments); } public System.Collections.Generic.List GetSchedulerAppointmentsById(System.Collections.Generic.List pOids) { return base.Channel.GetSchedulerAppointmentsById(pOids); } public void DeactivateSchedulerAppointments(System.Collections.Generic.Dictionary pOid2Version) { base.Channel.DeactivateSchedulerAppointments(pOid2Version); } public System.Collections.Generic.Dictionary> GetAllCategories2ResourcesInDictionary() { return base.Channel.GetAllCategories2ResourcesInDictionary(); } public System.Collections.Generic.List GetAllActiveSchedulerAppointments() { return base.Channel.GetAllActiveSchedulerAppointments(); } public System.Collections.Generic.List GetAllOpenAppointmentsForEmployee(long pEmployeeOid) { return base.Channel.GetAllOpenAppointmentsForEmployee(pEmployeeOid); } public System.Collections.Generic.List InsertEmployee2SchedulerAppointments(System.Collections.Generic.List pEmployee2SchedulerAppointments) { return base.Channel.InsertEmployee2SchedulerAppointments(pEmployee2SchedulerAppointments); } public System.Collections.Generic.List UpdateEmployee2SchedulerAppointments(System.Collections.Generic.List pEmployee2SchedulerAppointments) { return base.Channel.UpdateEmployee2SchedulerAppointments(pEmployee2SchedulerAppointments); } public void DeleteEmployee2SchedulerAppointments(System.Collections.Generic.Dictionary pOid2Version) { base.Channel.DeleteEmployee2SchedulerAppointments(pOid2Version); } public System.Collections.Generic.List GetAllActiveAndNotDeclinedForEmployeeAppointments(long pEmployeeOid) { return base.Channel.GetAllActiveAndNotDeclinedForEmployeeAppointments(pEmployeeOid); } public bool OverlappingAppointmentsExist(System.DateTime start, System.DateTime end, System.Collections.Generic.List employees, System.Collections.Generic.List customers, System.Collections.Generic.List resources, long originator, System.Nullable appointmentOid, string recurrenceId, int ocurrenceIndex) { return base.Channel.OverlappingAppointmentsExist(start, end, employees, customers, resources, originator, appointmentOid, recurrenceId, ocurrenceIndex); } public System.Collections.Generic.List DeactivateSchedulerAppointmentsForSync(System.Collections.Generic.Dictionary pOid2Version) { return base.Channel.DeactivateSchedulerAppointmentsForSync(pOid2Version); } public System.Collections.Generic.List GetAllActiveAppointmentsForEmployeeInInterval(System.DateTime start, System.DateTime end, long pEmployeeOid) { return base.Channel.GetAllActiveAppointmentsForEmployeeInInterval(start, end, pEmployeeOid); } public System.Collections.Generic.List GetAllActiveAppointmentsForEmployeeInInterval2(System.DateTime start, System.DateTime end, long pEmployeeOid, bool pHasRightToSeeAllEmployeeAppointments) { return base.Channel.GetAllActiveAppointmentsForEmployeeInInterval2(start, end, pEmployeeOid, pHasRightToSeeAllEmployeeAppointments); } public System.Collections.Generic.List GetAllActiveAbsenceTimesInInterval(System.DateTime pStart, System.DateTime pEnd, long pEmployeeOid, bool pHasRightToSeeAllEmployeeAppointments) { return base.Channel.GetAllActiveAbsenceTimesInInterval(pStart, pEnd, pEmployeeOid, pHasRightToSeeAllEmployeeAppointments); } public System.Collections.Generic.List LoadFilteredAppointments(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalStart, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomer, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments) { return base.Channel.LoadFilteredAppointments(pHasRightToSeeAllEmployeeAppointments, pEmployeeOid, pIntervalStart, pIntervalEnd, pSelectedEmployees, pSelectedCustomer, pSelectedResources, pEmployeesOnly, pCustomersOnly, pResourcesOnly, pPrivateAppointmentsOnly, pOnlyMyAppointments); } public System.Collections.Generic.List LoadFilteredAppointmentsMitAufgaben(bool pHasRightToSeeAllEmployeeAppointments, long pEmployeeOid, System.DateTime pIntervalStart, System.DateTime pIntervalEnd, System.Collections.Generic.List pSelectedEmployees, System.Collections.Generic.List pSelectedCustomer, System.Collections.Generic.List pSelectedResources, bool pEmployeesOnly, bool pCustomersOnly, bool pResourcesOnly, bool pPrivateAppointmentsOnly, bool pOnlyMyAppointments, bool pShowTasks) { return base.Channel.LoadFilteredAppointmentsMitAufgaben(pHasRightToSeeAllEmployeeAppointments, pEmployeeOid, pIntervalStart, pIntervalEnd, pSelectedEmployees, pSelectedCustomer, pSelectedResources, pEmployeesOnly, pCustomersOnly, pResourcesOnly, pPrivateAppointmentsOnly, pOnlyMyAppointments, pShowTasks); } public System.Collections.Generic.List GetAllTasksForEmployee(long pEmployeeOid) { return base.Channel.GetAllTasksForEmployee(pEmployeeOid); } public System.Collections.Generic.List GetSchedulerAppointmentTasksForEmployeeBySupportConecpt(long pEmployeeOid, long pSupportConceptOid) { return base.Channel.GetSchedulerAppointmentTasksForEmployeeBySupportConecpt(pEmployeeOid, pSupportConceptOid); } public System.Collections.Generic.List LoadTasksAndAppointmentsForEmployee(long pEmployeeOid, System.DateTime pInvertalStart, int pBufferSize, System.Nullable pEmployeeAppointmentsOid) { return base.Channel.LoadTasksAndAppointmentsForEmployee(pEmployeeOid, pInvertalStart, pBufferSize, pEmployeeAppointmentsOid); } public void InsertTestAppointments(long pEmployeeOid) { base.Channel.InsertTestAppointments(pEmployeeOid); } public void DeleteTestAppointments() { base.Channel.DeleteTestAppointments(); } public System.Collections.Generic.List CheckResourceAvailability(System.DateTime start, System.DateTime end, System.Collections.Generic.List resourceOids, System.Nullable selectedAppointmentOid) { return base.Channel.CheckResourceAvailability(start, end, resourceOids, selectedAppointmentOid); } public BS.Shared.DataContracts.SchedulerAppointmentDC FindRootAppointmentByRecurrenceId(string recurrenceId) { return base.Channel.FindRootAppointmentByRecurrenceId(recurrenceId); } public string ValidateSchedulerAppointment(System.DateTime start, System.DateTime end, System.Collections.Generic.List employees, System.Collections.Generic.List customers, System.Collections.Generic.List resources, long originator, System.Nullable appointmentOid, System.Nullable recurrenceId, int occurrenceIndex, bool shouldSkipResourceAvailability) { return base.Channel.ValidateSchedulerAppointment(start, end, employees, customers, resources, originator, appointmentOid, recurrenceId, occurrenceIndex, shouldSkipResourceAvailability); } public void DeleteMobileTestAppointments() { base.Channel.DeleteMobileTestAppointments(); } public System.Collections.Generic.List LoadFilteredAllActiveAppointments(long employeeOid, System.DateTime start, System.DateTime end, System.Collections.Generic.List customerOids) { return base.Channel.LoadFilteredAllActiveAppointments(employeeOid, start, end, customerOids); } public System.Collections.Generic.List LoadOccurrencesByRecurrenceId(string recurrenceId) { return base.Channel.LoadOccurrencesByRecurrenceId(recurrenceId); } public System.Collections.Generic.Dictionary> FindAppointmentsInRange(int duration, System.DateTime startDate, System.DateTime endDate, System.Collections.Generic.List resourceOids, System.Collections.Generic.List customerOids, System.Collections.Generic.List employeeOids, long loggedInEmployeeOid, int intervalBuffer, bool skipWeekends) { return base.Channel.FindAppointmentsInRange(duration, startDate, endDate, resourceOids, customerOids, employeeOids, loggedInEmployeeOid, intervalBuffer, skipWeekends); } public void ConvertResourceBookingsToResourceAppointments() { base.Channel.ConvertResourceBookingsToResourceAppointments(); } public System.Collections.Generic.List GetAllActiveCustomersAbsenceTimesInInterval(System.DateTime start, System.DateTime end, long employeeOid, System.Collections.Generic.List selectedCustomerOids) { return base.Channel.GetAllActiveCustomersAbsenceTimesInInterval(start, end, employeeOid, selectedCustomerOids); } public System.Collections.Generic.List GetAllActiveEmployeeAbsenceTimesInInterval(System.DateTime start, System.DateTime end, long employeeOid, System.Collections.Generic.List selectedEmployeeOids) { return base.Channel.GetAllActiveEmployeeAbsenceTimesInInterval(start, end, employeeOid, selectedEmployeeOids); } public System.Collections.Generic.Dictionary> CheckResourceAvailabilityWithEmployeeInformation(System.DateTime start, System.DateTime end, System.Collections.Generic.List resourceOids, System.Nullable selectedAppointmentOid, System.Nullable recurrenceId, int occurrenceIndex, bool shouldSkipResourceAvailability) { return base.Channel.CheckResourceAvailabilityWithEmployeeInformation(start, end, resourceOids, selectedAppointmentOid, recurrenceId, occurrenceIndex, shouldSkipResourceAvailability); } public bool CheckSchedulerRightsForAppointmentEditing(long appointmentOid, long loggedOnUserOid) { return base.Channel.CheckSchedulerRightsForAppointmentEditing(appointmentOid, loggedOnUserOid); } public BS.Shared.DataContracts.SchedulerAppointmentDC InsertSchedulerAppointment(BS.Shared.DataContracts.SchedulerAppointmentDC appointment) { return base.Channel.InsertSchedulerAppointment(appointment); } public System.Collections.Generic.List CheckSchedulerRightsForAppointmentsToEdit(System.Collections.Generic.List appointments2Check, BS.Shared.DataContracts.UserDC user) { return base.Channel.CheckSchedulerRightsForAppointmentsToEdit(appointments2Check, user); } public System.Collections.Generic.List InsertOrUpdateSchedulerAppointments(System.Collections.Generic.List appointments2InsertOrUpdate) { return base.Channel.InsertOrUpdateSchedulerAppointments(appointments2InsertOrUpdate); } public void DeleteOrUpdateSchedulerAppointments(System.Collections.Generic.List appointments2DeleteOrUpdate) { base.Channel.DeleteOrUpdateSchedulerAppointments(appointments2DeleteOrUpdate); } public System.Collections.Generic.Dictionary OverlappingAppointmentsExistForMultiple(System.Collections.Generic.List appointments) { return base.Channel.OverlappingAppointmentsExistForMultiple(appointments); } public System.Collections.Generic.Dictionary> FindAppointmentsInRangeForIntervalFinder(int duration, System.DateTime startDate, System.DateTime endDate, System.Collections.Generic.List resourceOids, System.Collections.Generic.List customerOids, System.Collections.Generic.List employeeOids, long loggedInEmployeeOid, int intervalBuffer, bool skipWeekends) { return base.Channel.FindAppointmentsInRangeForIntervalFinder(duration, startDate, endDate, resourceOids, customerOids, employeeOids, loggedInEmployeeOid, intervalBuffer, skipWeekends); } } }