257 lines
26 KiB
C#
257 lines
26 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace BeWo.ServiceProxy
|
|
{
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="BeWo.ServiceProxy.IAnalysisService")]
|
|
public interface IAnalysisService
|
|
{
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetAuslastungAnalysis", ReplyAction="http://tempuri.org/IAnalysisService/GetAuslastungAnalysisResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetAuslastungAnalysisBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Reports.AuslastungAnalysisRootDC> GetAuslastungAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, System.Nullable<long> employeeOid, System.Nullable<long> teamOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetAccountingAnalysis", ReplyAction="http://tempuri.org/IAnalysisService/GetAccountingAnalysisResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetAccountingAnalysisBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AccountingAnalysisDC> GetAccountingAnalysis(BS.Shared.Core.DateTimeSpan pSpan);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetCostBearerFLSAnalysis", ReplyAction="http://tempuri.org/IAnalysisService/GetCostBearerFLSAnalysisResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetCostBearerFLSAnalysisBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetCostBearerFLSAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchServiceRecordNotice, System.Collections.Generic.List<long> goalOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetTeamFLSAnalysis", ReplyAction="http://tempuri.org/IAnalysisService/GetTeamFLSAnalysisResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetTeamFLSAnalysisBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetTeamFLSAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchServiceRecordNotice, System.Collections.Generic.List<long> goalOids, System.Collections.Generic.List<long> teamOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetCustomerFLSAnalysis", ReplyAction="http://tempuri.org/IAnalysisService/GetCustomerFLSAnalysisResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetCustomerFLSAnalysisBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetCustomerFLSAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchApprovedFLS, bool fetchServiceRecordNotice, System.Nullable<long> employeeOid, System.Collections.Generic.List<long> goalOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetCustomerFLSAnalysisForCustomer", ReplyAction="http://tempuri.org/IAnalysisService/GetCustomerFLSAnalysisForCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetCustomerFLSAnalysisForCustomerBeWoFaultFau" +
|
|
"lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetCustomerFLSAnalysisForCustomer(long customerOid, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchApprovedFLS, bool fetchServiceRecordNotice, System.Nullable<long> employeeOid, System.Collections.Generic.List<long> goalOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetEmployeeFLSAnalysis", ReplyAction="http://tempuri.org/IAnalysisService/GetEmployeeFLSAnalysisResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetEmployeeFLSAnalysisBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetEmployeeFLSAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchApprovedFLS, bool fetchServiceRecordNotice, System.Nullable<long> customerOid, System.Collections.Generic.List<long> goalOids, string text1, string text2, string text3, string text4, string text5);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetEmployeeFLSAnalysisForEmployee", ReplyAction="http://tempuri.org/IAnalysisService/GetEmployeeFLSAnalysisForEmployeeResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetEmployeeFLSAnalysisForEmployeeBeWoFaultFau" +
|
|
"lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetEmployeeFLSAnalysisForEmployee(long employeeOid, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchApprovedFLS, bool fetchServiceRecordNotice, System.Nullable<long> customerOid, System.Collections.Generic.List<long> goalOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetFLSAnalysis", ReplyAction="http://tempuri.org/IAnalysisService/GetFLSAnalysisResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetFLSAnalysisBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetFLSAnalysis(BS.Shared.DataContracts.FLSAnalysisConfigDC config);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetExpiringSupportConcepts", ReplyAction="http://tempuri.org/IAnalysisService/GetExpiringSupportConceptsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetExpiringSupportConceptsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetExpiringSupportConcepts(System.Nullable<long> employeeOid, System.DateTime expiredUntil);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetLastLogins", ReplyAction="http://tempuri.org/IAnalysisService/GetLastLoginsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetLastLoginsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.LoginDC> GetLastLogins(string loginName);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetOutstandingReceivables", ReplyAction="http://tempuri.org/IAnalysisService/GetOutstandingReceivablesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetOutstandingReceivablesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.FinanceOverviewItemDC> GetOutstandingReceivables(bool showOnlyOutstanding, bool showOnlyArchivedSCs);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetPersonsHavingBirthday", ReplyAction="http://tempuri.org/IAnalysisService/GetPersonsHavingBirthdayResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetPersonsHavingBirthdayBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetPersonsHavingBirthday(System.DateTime birthdayUntil);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis", ReplyAction="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysisResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysisBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptOverviewDC> GetSupportConceptAnalysis(System.Nullable<long> currentEmployeeOid, bool showOnlyRelatedSCs, bool showOnlyArchivedSCs, System.Nullable<System.DateTime> appointedDate);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis2", ReplyAction="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis2Response")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis2BeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptOverviewDC> GetSupportConceptAnalysis2(System.Nullable<long> employeeOid, System.Nullable<long> teamOid, System.Nullable<System.DateTime> appointedDate, System.Nullable<int> expiredMonths, bool showArchivedScs);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis3", ReplyAction="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis3Response")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis3BeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptOverviewDC> GetSupportConceptAnalysis3(System.Nullable<long> employeeOid, System.Nullable<long> teamOid, System.Nullable<long> catOid, System.Nullable<System.DateTime> appointedDate, System.Nullable<int> expiredMonths, bool showArchivedScs);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis4", ReplyAction="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis4Response")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetSupportConceptAnalysis4BeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptOverviewDC> GetSupportConceptAnalysis4(System.Nullable<long> employeeOid, System.Nullable<long> teamOid, System.Nullable<long> catOid, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, System.Nullable<int> expiredMonths, bool showArchivedScs);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetSupportConceptsWithConferenceDate", ReplyAction="http://tempuri.org/IAnalysisService/GetSupportConceptsWithConferenceDateResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetSupportConceptsWithConferenceDateBeWoFault" +
|
|
"Fault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetSupportConceptsWithConferenceDate(System.Nullable<long> employeeOid, System.DateTime conferenceDateUntil);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetTasksForEmployee", ReplyAction="http://tempuri.org/IAnalysisService/GetTasksForEmployeeResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetTasksForEmployeeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.TaskDC> GetTasksForEmployee(long employeeOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/CreateAnnualReport", ReplyAction="http://tempuri.org/IAnalysisService/CreateAnnualReportResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/CreateAnnualReportBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AnnualReportDC> CreateAnnualReport(System.Nullable<long> costbearerOid, System.Nullable<long> teamOid, System.Nullable<long> customerCareTypeValueListEntryOid, System.DateTime startDate, System.DateTime endDate);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/CreateAccountingReport", ReplyAction="http://tempuri.org/IAnalysisService/CreateAccountingReportResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/CreateAccountingReportBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.Reports.AccountingReportDC CreateAccountingReport(System.DateTime start, System.DateTime end);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAnalysisService/GetTasksForEmployeeByDate", ReplyAction="http://tempuri.org/IAnalysisService/GetTasksForEmployeeByDateResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IAnalysisService/GetTasksForEmployeeByDateBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.TaskDC> GetTasksForEmployeeByDate(long employeeOid, System.DateTime date);
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface IAnalysisServiceChannel : BeWo.ServiceProxy.IAnalysisService, System.ServiceModel.IClientChannel
|
|
{
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class AnalysisServiceClient : System.ServiceModel.ClientBase<BeWo.ServiceProxy.IAnalysisService>, BeWo.ServiceProxy.IAnalysisService
|
|
{
|
|
|
|
public AnalysisServiceClient()
|
|
{
|
|
}
|
|
|
|
public AnalysisServiceClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName)
|
|
{
|
|
}
|
|
|
|
public AnalysisServiceClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public AnalysisServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public AnalysisServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Reports.AuslastungAnalysisRootDC> GetAuslastungAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, System.Nullable<long> employeeOid, System.Nullable<long> teamOid)
|
|
{
|
|
return base.Channel.GetAuslastungAnalysis(startDate, endDate, employeeOid, teamOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AccountingAnalysisDC> GetAccountingAnalysis(BS.Shared.Core.DateTimeSpan pSpan)
|
|
{
|
|
return base.Channel.GetAccountingAnalysis(pSpan);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetCostBearerFLSAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchServiceRecordNotice, System.Collections.Generic.List<long> goalOids)
|
|
{
|
|
return base.Channel.GetCostBearerFLSAnalysis(startDate, endDate, fetchServiceRecordNotice, goalOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetTeamFLSAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchServiceRecordNotice, System.Collections.Generic.List<long> goalOids, System.Collections.Generic.List<long> teamOids)
|
|
{
|
|
return base.Channel.GetTeamFLSAnalysis(startDate, endDate, fetchServiceRecordNotice, goalOids, teamOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetCustomerFLSAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchApprovedFLS, bool fetchServiceRecordNotice, System.Nullable<long> employeeOid, System.Collections.Generic.List<long> goalOids)
|
|
{
|
|
return base.Channel.GetCustomerFLSAnalysis(startDate, endDate, fetchApprovedFLS, fetchServiceRecordNotice, employeeOid, goalOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetCustomerFLSAnalysisForCustomer(long customerOid, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchApprovedFLS, bool fetchServiceRecordNotice, System.Nullable<long> employeeOid, System.Collections.Generic.List<long> goalOids)
|
|
{
|
|
return base.Channel.GetCustomerFLSAnalysisForCustomer(customerOid, startDate, endDate, fetchApprovedFLS, fetchServiceRecordNotice, employeeOid, goalOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetEmployeeFLSAnalysis(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchApprovedFLS, bool fetchServiceRecordNotice, System.Nullable<long> customerOid, System.Collections.Generic.List<long> goalOids, string text1, string text2, string text3, string text4, string text5)
|
|
{
|
|
return base.Channel.GetEmployeeFLSAnalysis(startDate, endDate, fetchApprovedFLS, fetchServiceRecordNotice, customerOid, goalOids, text1, text2, text3, text4, text5);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetEmployeeFLSAnalysisForEmployee(long employeeOid, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, bool fetchApprovedFLS, bool fetchServiceRecordNotice, System.Nullable<long> customerOid, System.Collections.Generic.List<long> goalOids)
|
|
{
|
|
return base.Channel.GetEmployeeFLSAnalysisForEmployee(employeeOid, startDate, endDate, fetchApprovedFLS, fetchServiceRecordNotice, customerOid, goalOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.FLSAnalysisRootDC> GetFLSAnalysis(BS.Shared.DataContracts.FLSAnalysisConfigDC config)
|
|
{
|
|
return base.Channel.GetFLSAnalysis(config);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetExpiringSupportConcepts(System.Nullable<long> employeeOid, System.DateTime expiredUntil)
|
|
{
|
|
return base.Channel.GetExpiringSupportConcepts(employeeOid, expiredUntil);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.LoginDC> GetLastLogins(string loginName)
|
|
{
|
|
return base.Channel.GetLastLogins(loginName);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.FinanceOverviewItemDC> GetOutstandingReceivables(bool showOnlyOutstanding, bool showOnlyArchivedSCs)
|
|
{
|
|
return base.Channel.GetOutstandingReceivables(showOnlyOutstanding, showOnlyArchivedSCs);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetPersonsHavingBirthday(System.DateTime birthdayUntil)
|
|
{
|
|
return base.Channel.GetPersonsHavingBirthday(birthdayUntil);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptOverviewDC> GetSupportConceptAnalysis(System.Nullable<long> currentEmployeeOid, bool showOnlyRelatedSCs, bool showOnlyArchivedSCs, System.Nullable<System.DateTime> appointedDate)
|
|
{
|
|
return base.Channel.GetSupportConceptAnalysis(currentEmployeeOid, showOnlyRelatedSCs, showOnlyArchivedSCs, appointedDate);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptOverviewDC> GetSupportConceptAnalysis2(System.Nullable<long> employeeOid, System.Nullable<long> teamOid, System.Nullable<System.DateTime> appointedDate, System.Nullable<int> expiredMonths, bool showArchivedScs)
|
|
{
|
|
return base.Channel.GetSupportConceptAnalysis2(employeeOid, teamOid, appointedDate, expiredMonths, showArchivedScs);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptOverviewDC> GetSupportConceptAnalysis3(System.Nullable<long> employeeOid, System.Nullable<long> teamOid, System.Nullable<long> catOid, System.Nullable<System.DateTime> appointedDate, System.Nullable<int> expiredMonths, bool showArchivedScs)
|
|
{
|
|
return base.Channel.GetSupportConceptAnalysis3(employeeOid, teamOid, catOid, appointedDate, expiredMonths, showArchivedScs);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptOverviewDC> GetSupportConceptAnalysis4(System.Nullable<long> employeeOid, System.Nullable<long> teamOid, System.Nullable<long> catOid, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate, System.Nullable<int> expiredMonths, bool showArchivedScs)
|
|
{
|
|
return base.Channel.GetSupportConceptAnalysis4(employeeOid, teamOid, catOid, startDate, endDate, expiredMonths, showArchivedScs);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetSupportConceptsWithConferenceDate(System.Nullable<long> employeeOid, System.DateTime conferenceDateUntil)
|
|
{
|
|
return base.Channel.GetSupportConceptsWithConferenceDate(employeeOid, conferenceDateUntil);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.TaskDC> GetTasksForEmployee(long employeeOid)
|
|
{
|
|
return base.Channel.GetTasksForEmployee(employeeOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AnnualReportDC> CreateAnnualReport(System.Nullable<long> costbearerOid, System.Nullable<long> teamOid, System.Nullable<long> customerCareTypeValueListEntryOid, System.DateTime startDate, System.DateTime endDate)
|
|
{
|
|
return base.Channel.CreateAnnualReport(costbearerOid, teamOid, customerCareTypeValueListEntryOid, startDate, endDate);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.Reports.AccountingReportDC CreateAccountingReport(System.DateTime start, System.DateTime end)
|
|
{
|
|
return base.Channel.CreateAccountingReport(start, end);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.TaskDC> GetTasksForEmployeeByDate(long employeeOid, System.DateTime date)
|
|
{
|
|
return base.Channel.GetTasksForEmployeeByDate(employeeOid, date);
|
|
}
|
|
}
|
|
}
|