2053 lines
183 KiB
C#
2053 lines
183 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.ICustomerService")]
|
|
public interface ICustomerService
|
|
{
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimbuchungen", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveWohnheimbuchungenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimbuchungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.WohnheimbuchungDC> GetAllActiveWohnheimbuchungen();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetWohnheimbuchung", ReplyAction="http://tempuri.org/ICustomerService/GetWohnheimbuchungResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetWohnheimbuchungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.WohnheimbuchungDC GetWohnheimbuchung(long oid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateWohnheimbuchung", ReplyAction="http://tempuri.org/ICustomerService/UpdateWohnheimbuchungResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateWohnheimbuchungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long UpdateWohnheimbuchung(BS.Shared.DataContracts.WohnheimbuchungDC buchung);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertWohnheimbuchung", ReplyAction="http://tempuri.org/ICustomerService/InsertWohnheimbuchungResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertWohnheimbuchungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long InsertWohnheimbuchung(BS.Shared.DataContracts.WohnheimbuchungDC buchung);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetWohnheimbuchungByWohnheimAndBuchungsdatum", ReplyAction="http://tempuri.org/ICustomerService/GetWohnheimbuchungByWohnheimAndBuchungsdatumR" +
|
|
"esponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetWohnheimbuchungByWohnheimAndBuchungsdatumB" +
|
|
"eWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.WohnheimbuchungDC GetWohnheimbuchungByWohnheimAndBuchungsdatum(long pWohnheimOid, System.DateTime pBuchungsdatum);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/FindWohnheimbuchungsServiceRecords", ReplyAction="http://tempuri.org/ICustomerService/FindWohnheimbuchungsServiceRecordsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/FindWohnheimbuchungsServiceRecordsBeWoFaultFa" +
|
|
"ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ServiceRecordDC> FindWohnheimbuchungsServiceRecords(long pWohnheimbuchungsOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteWohnheimbuchung", ReplyAction="http://tempuri.org/ICustomerService/DeleteWohnheimbuchungResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteWohnheimbuchungBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteWohnheimbuchung(long pWohnheimbuchungsOid, long pWohnheimbuchungsVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConcepts", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptDC> GetAllActiveSupportConcepts();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/CreateServiceRecordsFromWohnheimbuchung", ReplyAction="http://tempuri.org/ICustomerService/CreateServiceRecordsFromWohnheimbuchungRespon" +
|
|
"se")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/CreateServiceRecordsFromWohnheimbuchungBeWoFa" +
|
|
"ultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<long> CreateServiceRecordsFromWohnheimbuchung(long pWohnheimbuchungsOid, long pServiceDescriptionOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/FindServiceDescriptionForWohnheimbuchungsServ" +
|
|
"iceRecord", ReplyAction="http://tempuri.org/ICustomerService/FindServiceDescriptionForWohnheimbuchungsServ" +
|
|
"iceRecordResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/FindServiceDescriptionForWohnheimbuchungsServ" +
|
|
"iceRecordBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.ServiceDescriptionDC FindServiceDescriptionForWohnheimbuchungsServiceRecord(long pWohnheimbuchungsOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCustomerPersonRelationsByOid", ReplyAction="http://tempuri.org/ICustomerService/LoadCustomerPersonRelationsByOidResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCustomerPersonRelationsByOidBeWoFaultFaul" +
|
|
"t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.CustomerPersonRelationDC> LoadCustomerPersonRelationsByOid(System.Collections.Generic.List<long> pOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCustomerOrganisationRelationsByOid", ReplyAction="http://tempuri.org/ICustomerService/LoadCustomerOrganisationRelationsByOidRespons" +
|
|
"e")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCustomerOrganisationRelationsByOidBeWoFau" +
|
|
"ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.CustomerOrganisationRelationDC> LoadCustomerOrganisationRelationsByOid(System.Collections.Generic.List<long> pOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedRecords", ReplyAction="http://tempuri.org/ICustomerService/InsertMedRecordsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedRecordsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<long> InsertMedRecords(System.Collections.Generic.List<BS.Shared.DataContracts.MedRecordDC> pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedRecordsForCustomer", ReplyAction="http://tempuri.org/ICustomerService/GetMedRecordsForCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedRecordsForCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedRecordDC> GetMedRecordsForCustomer(long pCustomerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedRecords", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedRecordsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedRecordsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedRecordDC> UpdateMedRecords(System.Collections.Generic.List<BS.Shared.DataContracts.MedRecordDC> pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateMedRecords", ReplyAction="http://tempuri.org/ICustomerService/DeactivateMedRecordsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateMedRecordsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateMedRecords(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteMedRecord", ReplyAction="http://tempuri.org/ICustomerService/DeleteMedRecordResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteMedRecordBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteMedRecord(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/AndroidGetCustomerCompact", ReplyAction="http://tempuri.org/ICustomerService/AndroidGetCustomerCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/AndroidGetCustomerCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
string AndroidGetCustomerCompact(long pCustomerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllChatActiveCustomersCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllChatActiveCustomersCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllChatActiveCustomersCompactBeWoFaultFaul" +
|
|
"t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllChatActiveCustomersCompact(long personOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/FindAllChatMessages", ReplyAction="http://tempuri.org/ICustomerService/FindAllChatMessagesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/FindAllChatMessagesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ChatMessageDC> FindAllChatMessages(long senderOid, long empfaengerOid, int maxNachricht);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/FindAllChatMessagesFromTeam", ReplyAction="http://tempuri.org/ICustomerService/FindAllChatMessagesFromTeamResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/FindAllChatMessagesFromTeamBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ChatMessageDC> FindAllChatMessagesFromTeam(long senderOid, long teamEmpfangOid, int maxNachrichten);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/CountChatMessages", ReplyAction="http://tempuri.org/ICustomerService/CountChatMessagesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/CountChatMessagesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
int CountChatMessages(int aktuelleAnzahl, long senderoid, long empfangoid, bool isTeam);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetNextChatMessages", ReplyAction="http://tempuri.org/ICustomerService/GetNextChatMessagesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetNextChatMessagesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ChatMessageDC> GetNextChatMessages(long senderOid, long EmpfangOid, bool isteam, System.Collections.Generic.List<string> messageIds, int maxMessage);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateIstGelesen", ReplyAction="http://tempuri.org/ICustomerService/UpdateIstGelesenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateIstGelesenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void UpdateIstGelesen(long senderOid, long empfaengerOid, bool istGelesen);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateIstGelesenForOne", ReplyAction="http://tempuri.org/ICustomerService/UpdateIstGelesenForOneResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateIstGelesenForOneBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void UpdateIstGelesenForOne(long senderOid, long empfaengerOid, bool istGelesen, string messageId);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCustomerImage", ReplyAction="http://tempuri.org/ICustomerService/GetCustomerImageResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCustomerImageBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
byte[] GetCustomerImage(long customerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCustomerThumbnail", ReplyAction="http://tempuri.org/ICustomerService/GetCustomerThumbnailResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCustomerThumbnailBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
byte[] GetCustomerThumbnail(long customerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCustomerAppCodes", ReplyAction="http://tempuri.org/ICustomerService/GetAllCustomerAppCodesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCustomerAppCodesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.CustomerAPPCodeDC> GetAllCustomerAppCodes(long pCustomerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetChatMedia", ReplyAction="http://tempuri.org/ICustomerService/GetChatMediaResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetChatMediaBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
byte[] GetChatMedia(long chatMediaMessageOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetOrganisationsForPerson", ReplyAction="http://tempuri.org/ICustomerService/GetOrganisationsForPersonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetOrganisationsForPersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetOrganisationsForPerson(long personoid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetPersonForOrganisations", ReplyAction="http://tempuri.org/ICustomerService/GetPersonForOrganisationsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetPersonForOrganisationsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetPersonForOrganisations(long organisationoid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCustomerTokenRelationsByOid", ReplyAction="http://tempuri.org/ICustomerService/LoadCustomerTokenRelationsByOidResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCustomerTokenRelationsByOidBeWoFaultFault" +
|
|
"", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.CustomerTokenRelationDC> LoadCustomerTokenRelationsByOid(System.Collections.Generic.List<long> pOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetPersonWithCustomerOid", ReplyAction="http://tempuri.org/ICustomerService/GetPersonWithCustomerOidResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetPersonWithCustomerOidBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerDC))]
|
|
BS.Shared.DataContracts.PersonDC GetPersonWithCustomerOid(long oid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetTimesheetStatusList", ReplyAction="http://tempuri.org/ICustomerService/GetTimesheetStatusListResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetTimesheetStatusListBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.TimeSheetStatusItemDC> GetTimesheetStatusList(System.DateTime monat);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveCustomersCompactWithQBCheckList", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveCustomersCompactWithQBCheckListRe" +
|
|
"sponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveCustomersCompactWithQBCheckListBe" +
|
|
"WoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.QuittierungsCheckViewListItemsDC> GetAllActiveCustomersCompactWithQBCheckList(bool fetchReferenceNumbers, System.Nullable<long> currentEmployeeOid, System.DateTime monat);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/SaveNewQuittierungsCheck", ReplyAction="http://tempuri.org/ICustomerService/SaveNewQuittierungsCheckResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/SaveNewQuittierungsCheckBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void SaveNewQuittierungsCheck(BS.Shared.DataContracts.QuittierungsCheckDC newItem);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateNewQuittierungsCheck", ReplyAction="http://tempuri.org/ICustomerService/UpdateNewQuittierungsCheckResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateNewQuittierungsCheckBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void UpdateNewQuittierungsCheck(BS.Shared.DataContracts.QuittierungsCheckDC newItem);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateQuittierungsCheckWithCustomer", ReplyAction="http://tempuri.org/ICustomerService/UpdateQuittierungsCheckWithCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateQuittierungsCheckWithCustomerBeWoFaultF" +
|
|
"ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void UpdateQuittierungsCheckWithCustomer(long oid, long loggedinUserOid, System.DateTime monat);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/SetAbWelchenKrankheitsTag", ReplyAction="http://tempuri.org/ICustomerService/SetAbWelchenKrankheitsTagResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/SetAbWelchenKrankheitsTagBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void SetAbWelchenKrankheitsTag(long pCustomerOid, int abWelcherKt);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/SetVertretungGewuenscht", ReplyAction="http://tempuri.org/ICustomerService/SetVertretungGewuenschtResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/SetVertretungGewuenschtBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void SetVertretungGewuenscht(long pCustomerOid, bool vertWunsch);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/SetVertretungDringendErforderlich", ReplyAction="http://tempuri.org/ICustomerService/SetVertretungDringendErforderlichResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/SetVertretungDringendErforderlichBeWoFaultFau" +
|
|
"lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void SetVertretungDringendErforderlich(long pCustomerOid, bool vertDringendEr);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetActiveCompactCustomerEmployeeRelationsByEm" +
|
|
"ployeeId", ReplyAction="http://tempuri.org/ICustomerService/GetActiveCompactCustomerEmployeeRelationsByEm" +
|
|
"ployeeIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetActiveCompactCustomerEmployeeRelationsByEm" +
|
|
"ployeeIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetActiveCompactCustomerEmployeeRelationsByEmployeeId(long empOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/SetBenutzerPasswortChatAppCode", ReplyAction="http://tempuri.org/ICustomerService/SetBenutzerPasswortChatAppCodeResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/SetBenutzerPasswortChatAppCodeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void SetBenutzerPasswortChatAppCode(long pCustomerOid, string benutzerName, string passwort);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhanden", ReplyAction="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhandenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhandenBeWoFaultF" +
|
|
"ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
bool PruefeObBenutzerKontoSchonVorhanden(long customerOid, string benutzername);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetEnvironmentCustomerForPerson", ReplyAction="http://tempuri.org/ICustomerService/GetEnvironmentCustomerForPersonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetEnvironmentCustomerForPersonBeWoFaultFault" +
|
|
"", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.CustomerPersonRelationDC> GetEnvironmentCustomerForPerson(long personOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptCostBearerRelationsById", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptCostBearerRelationsByIdRespo" +
|
|
"nse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptCostBearerRelationsByIdBeWoF" +
|
|
"aultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptCostBearerRelDC> GetSupportConceptCostBearerRelationsById(System.Collections.Generic.List<long> relOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptsById", ReplyAction="http://tempuri.org/ICustomerService/LoadCompactSupportConceptsByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> LoadCompactSupportConceptsById(System.Collections.Generic.List<long> pOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadContactInformationForCustomer", ReplyAction="http://tempuri.org/ICustomerService/LoadContactInformationForCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadContactInformationForCustomerBeWoFaultFau" +
|
|
"lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ContactDC> LoadContactInformationForCustomer(long customerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ConvertToNewSubstitutionType", ReplyAction="http://tempuri.org/ICustomerService/ConvertToNewSubstitutionTypeResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ConvertToNewSubstitutionTypeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AccountingIntervalType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ActivationTypeId))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.CostRatePeriodType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ValueListEntryType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AccountingvisibilityType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ScopeTypeId))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SupportConceptApprovalInterval))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Bewilligungsart))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SystemEntryID))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.FamilyStatus))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Sex))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.PersonType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.CostBearer2SupportConceptStatus))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AbsenceReasonVisibilityType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SubstitutionNeed))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceUnit))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ZeiterfassungsDauer))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceRecordFormate))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ServiceRecordTypeId))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.SettingsType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.UserRightType>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.UserRightType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ControlType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.ContactType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.AppointmentDayOfWeek))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.Behinderungsart>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Behinderungsart))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.VgaTypeEnum))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.Merkzeichen>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Merkzeichen))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Pflegegrad))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.TokenTyp))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.FileAttachmentType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.TableID))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Priority))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Status))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.QBFilterEnum))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.GkvVerfahrensstufe))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactEmployeeDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactOrganisationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactPersonDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactSupportConceptDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCostBearerDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactCostBearerDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactCustomerDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactWohnheimDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactTeamDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Compact.CompactTokenDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactWohnheimDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactEmployeeDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Core.BeWoFault))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.Core.BeWoFaultType))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Wohnhilfe.CustomerWohnhilfeDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.CustomerWohnhilfeDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.CustomerWohnhilfeBereichBundDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Angebot))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Geschlecht))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Unterbringungsart))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Verbandszugehorigkeit))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.CustomerWohnhilfeBereichEinkommenUndArbeitDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.AufstockungEinkommen))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Beschaftigungsstatus))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.WohnhilfeBoolData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Einkommenssituation))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Berufsabschluss))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.DauerArbeitslosigkeit))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.CustomerWohnhilfeBereichSozialeKontakteDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.KontaktArzt))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Krankenversicherung))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.CustomerWohnhilfeBereichSozialstrukturDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.ArtDerBeendigung))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.ArtDesHilfeangebots))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Aufenthaltsstatus))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Bundesland))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Familienstand))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Geschlechtidentitat))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Haushaltsstruktur))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.HochsterSchulabschluss))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnhilfe.Staatsangehorigkeit))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<object>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<long>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<long, BS.Shared.ValueListEntryType>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<long, long>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<long, string>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<byte[]>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<long, System.Collections.Generic.List<long>>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.WohnheimbuchungDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimbuchungDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceCategoryDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CostRatePeriodDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CostRatePeriodDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ValueListEntryDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Wohnheimbuchung2Costbearer2SupportConceptRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Wohnheimbuchung2Costbearer2SupportConceptRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptCostBearerRelDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptApprovalPeriodDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptApprovalPeriodDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BudgetDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptApprovalPeriodEmployeeRelDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptApprovalPeriodEmployeeRelDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.Organisation2PersonDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.Organisation2PersonDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbsenceTimeDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AbsenceReasonDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.WohnheimbuchungEmployeeRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimbuchungEmployeeRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceDescriptionDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.ServiceRecordDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceRecordDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SupportConceptDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptCostBearerRelDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UserDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.ResetPasswordInfoDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ResetPasswordInfoDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.SettingsDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.SettingsDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.UserGroupDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.UserGroupDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.RatingDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RatingDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.GoalRatingDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.GoalRatingDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.RatingTypeDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.ServiceAccountingDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ServiceAccountingDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.VarFieldDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.VarFieldDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CustomerPersonRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerPersonRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CustomerOrganisationRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerOrganisationRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.MedRecordDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedRecordDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DarreichungsformDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.ChatMessageDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ChatMessageDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CustomerAPPCodeDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerAPPCodeDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CustomerTokenRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerTokenRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PersonDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.ContactDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ContactDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.ArbeitszeitDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ArbeitszeitDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.ArbeitszeitEintragDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ArbeitszeitEintragDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.AssessmentSheetCategoryDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AssessmentSheetCategoryDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.AssessmentSheetValueDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AssessmentSheetValueDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CustomerCostBearerRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerCostBearerRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CustomerVermittlungArbeitDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerVermittlungArbeitDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.BeWoDataContract))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerVermittlungBearbeitungsstatus))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungslisteDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedikamentenverordnungslisteDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedikamentenverordnungDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.DepotRhythmusDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MedArtDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.PlacementDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.PlacementDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CustomerEmployeeRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerEmployeeRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CustomerTeamRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerTeamRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.TimeSheetStatusItemDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.TimeSheetStatusItemDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.MailDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.MailDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.FileAttachmentDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FileAttachmentDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.QuittierungsCheckViewListItemsDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QuittierungsCheckViewListItemsDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QuittierungsCheckDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.QuittierungsbelegsstatusDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.QuittierungsbelegsstatusDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.HilfeplanImportDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.HilfeplanImportItemDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.HilfeplanImportItemDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.HilfeplanImportZielDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.HilfeplanImportZielDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ImportSupportConceptResultDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.OrganisationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.FeiertagDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.FeiertagDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AddressDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.OrganisationPersonRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.OrganisationPersonRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AppointmentDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.AppointmentCategoryDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentCategoryDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.CustomerDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.PersonDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.OrganisationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.DarreichungsformDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.DepotRhythmusDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceReasonDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.WohnheimCustomerRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimCustomerRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.WohnheimEmployeeRelationDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohnheimEmployeeRelationDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.WohneinheitDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohneinheitDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.WohneinheitBelegungDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.WohneinheitBelegungDC))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.List<BS.Shared.DataContracts.ImageDC>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.ImageDC))]
|
|
object ConvertToNewSubstitutionType();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadAbsenceReason", ReplyAction="http://tempuri.org/ICustomerService/LoadAbsenceReasonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadAbsenceReasonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.AbsenceReasonDC LoadAbsenceReason(long absenceReasonOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadGroupOfPeoplesToCostbearerToSupportConcep" +
|
|
"tOids", ReplyAction="http://tempuri.org/ICustomerService/LoadGroupOfPeoplesToCostbearerToSupportConcep" +
|
|
"tOidsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadGroupOfPeoplesToCostbearerToSupportConcep" +
|
|
"tOidsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.Dictionary<long, System.Collections.Generic.List<long>> LoadGroupOfPeoplesToCostbearerToSupportConceptOids(System.Collections.Generic.List<long> groupOfPeopleOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetQuittierungsbelegsstatusList", ReplyAction="http://tempuri.org/ICustomerService/GetQuittierungsbelegsstatusListResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetQuittierungsbelegsstatusListBeWoFaultFault" +
|
|
"", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.QuittierungsbelegsstatusDC> GetQuittierungsbelegsstatusList(System.DateTime start, System.DateTime monat, BS.Shared.QBFilterEnum filter, System.Nullable<long> teamOid, System.Nullable<long> customerOid, System.Nullable<long> orgaOid, System.Nullable<long> empOid, System.Nullable<long> scOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateQuittierungsbelegsstatus", ReplyAction="http://tempuri.org/ICustomerService/UpdateQuittierungsbelegsstatusResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateQuittierungsbelegsstatusBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.QuittierungsbelegsstatusDC UpdateQuittierungsbelegsstatus(BS.Shared.DataContracts.QuittierungsbelegsstatusDC quittierungsbelegsstatusDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetActiveMedVerListOidForCustomer", ReplyAction="http://tempuri.org/ICustomerService/GetActiveMedVerListOidForCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetActiveMedVerListOidForCustomerBeWoFaultFau" +
|
|
"lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Nullable<long> GetActiveMedVerListOidForCustomer(long customerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllAuthorizedCompactSupportConcepts", ReplyAction="http://tempuri.org/ICustomerService/GetAllAuthorizedCompactSupportConceptsRespons" +
|
|
"e")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllAuthorizedCompactSupportConceptsBeWoFau" +
|
|
"ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetAllAuthorizedCompactSupportConcepts();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllAuthorizedCompactCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllAuthorizedCompactCustomersResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllAuthorizedCompactCustomersBeWoFaultFaul" +
|
|
"t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllAuthorizedCompactCustomers();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllAuthorizedCompactPersons", ReplyAction="http://tempuri.org/ICustomerService/GetAllAuthorizedCompactPersonsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllAuthorizedCompactPersonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllAuthorizedCompactPersons();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetActiveMedListByTypeForCustomer", ReplyAction="http://tempuri.org/ICustomerService/GetActiveMedListByTypeForCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetActiveMedListByTypeForCustomerBeWoFaultFau" +
|
|
"lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Nullable<long> GetActiveMedListByTypeForCustomer(long customerOid, bool isBedarfsmedikation);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptsByCostbearer2SupportConcept" +
|
|
"RelOids", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptsByCostbearer2SupportConcept" +
|
|
"RelOidsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptsByCostbearer2SupportConcept" +
|
|
"RelOidsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptDC> GetSupportConceptsByCostbearer2SupportConceptRelOids(System.Collections.Generic.List<long> costbearer2SupportConceptRelOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ImportSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/ImportSupportConceptResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ImportSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.ImportSupportConceptResultDC ImportSupportConcept(BS.Shared.DataContracts.HilfeplanImportDC hidc);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveCustomersForEmployee", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveCustomersForEmployeeResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveCustomersForEmployeeBeWoFaultFaul" +
|
|
"t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllActiveCustomersForEmployee(bool fetchReferenceNumbers);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateCustomer", ReplyAction="http://tempuri.org/ICustomerService/UpdateCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long UpdateCustomer(BS.Shared.DataContracts.CustomerDC pCustomerDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateCustomersAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/UpdateCustomersAbsenceTimesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateCustomersAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void UpdateCustomersAbsenceTimes(long pCustomerOid, System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> pAbsenceTimes);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateOrganisation", ReplyAction="http://tempuri.org/ICustomerService/UpdateOrganisationResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long UpdateOrganisation(BS.Shared.DataContracts.OrganisationDC pOrganisationDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdatePerson", ReplyAction="http://tempuri.org/ICustomerService/UpdatePersonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdatePersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerDC))]
|
|
long UpdatePerson(BS.Shared.DataContracts.PersonDC pPersonDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/UpdateSupportConceptResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long UpdateSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCustomerAssessmentSheetCategoryList", ReplyAction="http://tempuri.org/ICustomerService/LoadCustomerAssessmentSheetCategoryListRespon" +
|
|
"se")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCustomerAssessmentSheetCategoryListBeWoFa" +
|
|
"ultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AssessmentSheetCategoryDC> LoadCustomerAssessmentSheetCategoryList(long pCustomerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadAppointments", ReplyAction="http://tempuri.org/ICustomerService/LoadAppointmentsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> LoadAppointments(System.Nullable<long> customerOid, System.Nullable<long> employeeOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/GetAllAppointmentCategoriesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllAppointmentCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentCategoryDC> GetAllAppointmentCategories();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/InsertNewAppointmentCategoriesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewAppointmentCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<long> InsertNewAppointmentCategories(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentCategoryDC> pAppointmentCategories);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/UpdateAppointmentCategoriesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAppointmentCategoriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<long> UpdateAppointmentCategories(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentCategoryDC> pAppointmentCategories);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAppointmentCategories", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAppointmentCategoriesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAppointmentCategoriesBeWoFaultFault" +
|
|
"", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateAppointmentCategories(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewAppointments", ReplyAction="http://tempuri.org/ICustomerService/InsertNewAppointmentsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> InsertNewAppointments(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> pAppointments);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAppointments", ReplyAction="http://tempuri.org/ICustomerService/UpdateAppointmentsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> UpdateAppointments(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> pAppointments);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAppointments", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAppointmentsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAppointmentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateAppointments(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/InsertAbsenceTimesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> InsertAbsenceTimes(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/UpdateAbsenceTimesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> UpdateAbsenceTimes(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAbsenceTimesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateAbsenceTimes(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCustomerGoals", ReplyAction="http://tempuri.org/ICustomerService/GetAllCustomerGoalsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCustomerGoalsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetAllCustomerGoals(long pCustomerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptDC", ReplyAction="http://tempuri.org/ICustomerService/LoadCompactSupportConceptDCResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCompactSupportConceptDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.Compact.CompactSupportConceptDC LoadCompactSupportConceptDC(long pOid, System.Nullable<long> currentEmployeeOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCompactCustomerDC", ReplyAction="http://tempuri.org/ICustomerService/GetCompactCustomerDCResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCompactCustomerDCBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.Compact.CompactCustomerDC GetCompactCustomerDC(long pOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveCompactCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveCompactCustomersResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveCompactCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllActiveCompactCustomers();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ServiceRecordOutOfSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/ServiceRecordOutOfSupportConceptResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ServiceRecordOutOfSupportConceptBeWoFaultFaul" +
|
|
"t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
bool ServiceRecordOutOfSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveCustomersResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.CustomerDC> GetAllActiveCustomers();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCustomersById", ReplyAction="http://tempuri.org/ICustomerService/GetCustomersByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCustomersByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.CustomerDC> GetCustomersById(System.Collections.Generic.List<long> idList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptsById", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptsByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptDC> GetSupportConceptsById(System.Collections.Generic.List<long> idList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActivePersons", ReplyAction="http://tempuri.org/ICustomerService/GetAllActivePersonsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActivePersonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.PersonDC> GetAllActivePersons();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllOrganisations", ReplyAction="http://tempuri.org/ICustomerService/GetAllOrganisationsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllOrganisationsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.OrganisationDC> GetAllOrganisations();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetPersonsById", ReplyAction="http://tempuri.org/ICustomerService/GetPersonsByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetPersonsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.PersonDC> GetPersonsById(System.Collections.Generic.List<long> idList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetOrganisationsById", ReplyAction="http://tempuri.org/ICustomerService/GetOrganisationsByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetOrganisationsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.OrganisationDC> GetOrganisationsById(System.Collections.Generic.List<long> idList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAppointmentsById", ReplyAction="http://tempuri.org/ICustomerService/GetAppointmentsByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAppointmentsByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> GetAppointmentsById(System.Collections.Generic.List<long> idList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateMedArten", ReplyAction="http://tempuri.org/ICustomerService/DeactivateMedArtenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateMedArten(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllMedArten", ReplyAction="http://tempuri.org/ICustomerService/GetAllMedArtenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> GetAllMedArten();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedArtenById", ReplyAction="http://tempuri.org/ICustomerService/GetMedArtenByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedArtenByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> GetMedArtenById(System.Collections.Generic.List<long> idList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedArten", ReplyAction="http://tempuri.org/ICustomerService/InsertMedArtenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> InsertMedArten(System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedArten", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedArtenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> UpdateMedArten(System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/GetAllMedikamentenverordnungenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllMedikamentenverordnungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> GetAllMedikamentenverordnungen();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenById", ReplyAction="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenByIdBeWoFaultFault" +
|
|
"", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> GetMedikamentenverordnungenById(System.Collections.Generic.List<long> idList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> InsertMedikamentenverordnungen(System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> UpdateMedikamentenverordnungen(System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateMedikamentenverordnungen", ReplyAction="http://tempuri.org/ICustomerService/DeactivateMedikamentenverordnungenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateMedikamentenverordnungenBeWoFaultFa" +
|
|
"ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateMedikamentenverordnungen();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenForCustomer", ReplyAction="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenForCustomerRespons" +
|
|
"e")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetMedikamentenverordnungenForCustomerBeWoFau" +
|
|
"ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> GetMedikamentenverordnungenForCustomer(long pCustomerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteMedArten", ReplyAction="http://tempuri.org/ICustomerService/DeleteMedArtenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteMedArtenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteMedArten(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungslisten", ReplyAction="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungslistenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertMedikamentenverordnungslistenBeWoFaultF" +
|
|
"ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungslisteDC> InsertMedikamentenverordnungslisten(System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungslisteDC> pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsByCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsByCustomersRespons" +
|
|
"e")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsByCustomersBeWoFau" +
|
|
"ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptDC> GetAllActiveSupportConceptsByCustomers(System.Collections.Generic.List<long> pCustomerOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCompactCustomersById", ReplyAction="http://tempuri.org/ICustomerService/GetCompactCustomersByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCompactCustomersByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetCompactCustomersById(System.Collections.Generic.List<long> pCustomerOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCompactCustomersByPersonOids", ReplyAction="http://tempuri.org/ICustomerService/GetCompactCustomersByPersonOidsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCompactCustomersByPersonOidsBeWoFaultFault" +
|
|
"", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetCompactCustomersByPersonOids(System.Collections.Generic.List<long> personOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetSupportConceptGoalParents", ReplyAction="http://tempuri.org/ICustomerService/GetSupportConceptGoalParentsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetSupportConceptGoalParentsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetSupportConceptGoalParents(System.Collections.Generic.List<long> pParentItemOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteMedikamentenverordnungsliste", ReplyAction="http://tempuri.org/ICustomerService/DeleteMedikamentenverordnungslisteResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteMedikamentenverordnungslisteBeWoFaultFa" +
|
|
"ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteMedikamentenverordnungsliste(long listenOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungsliste", ReplyAction="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungslisteResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateMedikamentenverordnungslisteBeWoFaultFa" +
|
|
"ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.MedikamentenverordnungslisteDC UpdateMedikamentenverordnungsliste(BS.Shared.DataContracts.MedikamentenverordnungslisteDC pDCList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllDarreichungsformen", ReplyAction="http://tempuri.org/ICustomerService/GetAllDarreichungsformenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllDarreichungsformenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.DarreichungsformDC> GetAllDarreichungsformen();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetDarreichungsformenById", ReplyAction="http://tempuri.org/ICustomerService/GetDarreichungsformenByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetDarreichungsformenByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.DarreichungsformDC> GetDarreichungsformenById(System.Collections.Generic.List<long> pIds);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllDepotRhythmen", ReplyAction="http://tempuri.org/ICustomerService/GetAllDepotRhythmenResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllDepotRhythmenBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.DepotRhythmusDC> GetAllDepotRhythmen();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetDepotRhythmusById", ReplyAction="http://tempuri.org/ICustomerService/GetDepotRhythmusByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetDepotRhythmusByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.DepotRhythmusDC> GetDepotRhythmusById(System.Collections.Generic.List<long> pIds);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetActiveCustomersById", ReplyAction="http://tempuri.org/ICustomerService/GetActiveCustomersByIdResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetActiveCustomersByIdBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.CustomerDC> GetActiveCustomersById(System.Collections.Generic.List<long> pCustomerOids);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCompactCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetAllCompactCustomersResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCompactCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllCompactCustomers();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCustomersCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllCustomersCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCustomersCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllCustomersCompact(long currentEmployeeOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllOrganisationsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllOrganisationsCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllOrganisationsCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllOrganisationsCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllPersonsByTypeCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllPersonsByTypeCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllPersonsByTypeCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllPersonsByTypeCompact(BS.Shared.PersonType pType);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllSupportConceptsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllSupportConceptsCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllSupportConceptsCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetAllSupportConceptsCompact(long currentEmployeeOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivateCustomer", ReplyAction="http://tempuri.org/ICustomerService/ReactivateCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivateCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void ReactivateCustomer(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivateSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/ReactivateSupportConceptResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivateSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void ReactivateSupportConcept(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivateOrganisation", ReplyAction="http://tempuri.org/ICustomerService/ReactivateOrganisationResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivateOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void ReactivateOrganisation(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ReactivatePerson", ReplyAction="http://tempuri.org/ICustomerService/ReactivatePersonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ReactivatePersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void ReactivatePerson(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimeCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveWohnheimeCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveWohnheimeCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactWohnheimDC> GetAllActiveWohnheimeCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ArchiveCustomer", ReplyAction="http://tempuri.org/ICustomerService/ArchiveCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ArchiveCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void ArchiveCustomer(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ArchivePerson", ReplyAction="http://tempuri.org/ICustomerService/ArchivePersonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ArchivePersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void ArchivePerson(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ArchiveOrganisation", ReplyAction="http://tempuri.org/ICustomerService/ArchiveOrganisationResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ArchiveOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void ArchiveOrganisation(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ArchiveSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/ArchiveSupportConceptResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ArchiveSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void ArchiveSupportConcept(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAbsenceReason", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAbsenceReasonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAbsenceReasonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateAbsenceReason(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateAbsenceReasons", ReplyAction="http://tempuri.org/ICustomerService/DeactivateAbsenceReasonsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateAbsenceReasonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateAbsenceReasons(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateCustomer", ReplyAction="http://tempuri.org/ICustomerService/DeactivateCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateCustomer(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateOrganisation", ReplyAction="http://tempuri.org/ICustomerService/DeactivateOrganisationResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateOrganisation(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateOrganisations", ReplyAction="http://tempuri.org/ICustomerService/DeactivateOrganisationsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateOrganisationsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateOrganisations(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivatePerson", ReplyAction="http://tempuri.org/ICustomerService/DeactivatePersonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivatePersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivatePerson(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivatePersons", ReplyAction="http://tempuri.org/ICustomerService/DeactivatePersonsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivatePersonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivatePersons(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/DeactivateSupportConceptResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateSupportConcept(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateSupportConcepts", ReplyAction="http://tempuri.org/ICustomerService/DeactivateSupportConceptsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateSupportConceptsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateSupportConcepts(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteAbsenceReason", ReplyAction="http://tempuri.org/ICustomerService/DeleteAbsenceReasonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteAbsenceReasonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteAbsenceReason(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteAbsenceReasons", ReplyAction="http://tempuri.org/ICustomerService/DeleteAbsenceReasonsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteAbsenceReasonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteAbsenceReasons(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteCustomer", ReplyAction="http://tempuri.org/ICustomerService/DeleteCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteCustomer(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteCustomers", ReplyAction="http://tempuri.org/ICustomerService/DeleteCustomersResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteCustomers(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteCustomersAbsenceTime", ReplyAction="http://tempuri.org/ICustomerService/DeleteCustomersAbsenceTimeResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteCustomersAbsenceTimeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteCustomersAbsenceTime(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeleteCustomersAbsenceTimes", ReplyAction="http://tempuri.org/ICustomerService/DeleteCustomersAbsenceTimesResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeleteCustomersAbsenceTimesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeleteCustomersAbsenceTimes(long pCustomerOid, System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/FindCustomer", ReplyAction="http://tempuri.org/ICustomerService/FindCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/FindCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> FindCustomer(string pFirstName, string pLastName, string pReferenceNumber);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/FindOrganisation", ReplyAction="http://tempuri.org/ICustomerService/FindOrganisationResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/FindOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> FindOrganisation(string pName, bool pOnlyCostBearer);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/FindPerson", ReplyAction="http://tempuri.org/ICustomerService/FindPersonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/FindPersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> FindPerson(string pFirstName, string pLastName, System.Nullable<System.DateTime> pDateOfBirth, System.Nullable<BS.Shared.PersonType> pPersonType);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/FindSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/FindSupportConceptResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/FindSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> FindSupportConcept(string pCustomerFirstName, string pCustomerLastName, string pCustomerReferenceNumber, System.Nullable<System.DateTime> pFrom, System.Nullable<System.DateTime> pTill);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllAbsenceReasons", ReplyAction="http://tempuri.org/ICustomerService/GetAllAbsenceReasonsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllAbsenceReasonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceReasonDC> GetAllAbsenceReasons();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedCustomersCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedCustomersCompactRespon" +
|
|
"se")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedCustomersCompactBeWoFa" +
|
|
"ultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllActiveAndArchivedCustomersCompact(long currentEmployeeOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedPersonsByTypeCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedPersonsByTypeCompactRe" +
|
|
"sponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedPersonsByTypeCompactBe" +
|
|
"WoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllActiveAndArchivedPersonsByTypeCompact(BS.Shared.PersonType pType);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedPersonsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedPersonsCompactResponse" +
|
|
"")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedPersonsCompactBeWoFaul" +
|
|
"tFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllActiveAndArchivedPersonsCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedSupportConceptsCompact" +
|
|
"", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedSupportConceptsCompact" +
|
|
"Response")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedSupportConceptsCompact" +
|
|
"BeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetAllActiveAndArchivedSupportConceptsCompact(long currentEmployeeOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveCustomersCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveCustomersCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveCustomersCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllActiveCustomersCompact(bool fetchReferenceNumbers, System.Nullable<long> currentEmployeeOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActivePersonsByTypeCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActivePersonsByTypeCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActivePersonsByTypeCompactBeWoFaultFaul" +
|
|
"t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllActivePersonsByTypeCompact(BS.Shared.PersonType pType);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActivePersonsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActivePersonsCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActivePersonsCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllActivePersonsCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveSupportConceptsCompactBeWoFaultFa" +
|
|
"ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetAllActiveSupportConceptsCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllCostBearerCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllCostBearerCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllCostBearerCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllCostBearerCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveOrganisationsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveOrganisationsCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveOrganisationsCompactBeWoFaultFaul" +
|
|
"t", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllActiveOrganisationsCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedOrganisationsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedOrganisationsCompactRe" +
|
|
"sponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedOrganisationsCompactBe" +
|
|
"WoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllActiveAndArchivedOrganisationsCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllGkvValidOrganisationsCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllGkvValidOrganisationsCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllGkvValidOrganisationsCompactBeWoFaultFa" +
|
|
"ult", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllGkvValidOrganisationsCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ArchiveWohnheim", ReplyAction="http://tempuri.org/ICustomerService/ArchiveWohnheimResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/ArchiveWohnheimBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void ArchiveWohnheim(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedWohnheimCompact", ReplyAction="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedWohnheimCompactRespons" +
|
|
"e")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetAllActiveAndArchivedWohnheimCompactBeWoFau" +
|
|
"ltFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactWohnheimDC> GetAllActiveAndArchivedWohnheimCompact();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetLastOpenedWohnheim", ReplyAction="http://tempuri.org/ICustomerService/GetLastOpenedWohnheimResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetLastOpenedWohnheimBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactWohnheimDC> GetLastOpenedWohnheim();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/DeactivateWohnheim", ReplyAction="http://tempuri.org/ICustomerService/DeactivateWohnheimResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/DeactivateWohnheimBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void DeactivateWohnheim(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateWohnheim", ReplyAction="http://tempuri.org/ICustomerService/UpdateWohnheimResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateWohnheimBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long UpdateWohnheim(BS.Shared.DataContracts.WohnheimDC dc, System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactEmployeeDC> employeeDCs);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewWohnheim", ReplyAction="http://tempuri.org/ICustomerService/InsertNewWohnheimResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewWohnheimBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long InsertNewWohnheim(BS.Shared.DataContracts.WohnheimDC pWohnheimDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadWohnheim", ReplyAction="http://tempuri.org/ICustomerService/LoadWohnheimResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadWohnheimBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.WohnheimDC LoadWohnheim(long pWohnheimOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetCustomerWithPersonOid", ReplyAction="http://tempuri.org/ICustomerService/GetCustomerWithPersonOidResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetCustomerWithPersonOidBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.CustomerDC GetCustomerWithPersonOid(long pPersonOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetLastOpenedCustomers", ReplyAction="http://tempuri.org/ICustomerService/GetLastOpenedCustomersResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetLastOpenedCustomersBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetLastOpenedCustomers();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetLastOpenedOrganisations", ReplyAction="http://tempuri.org/ICustomerService/GetLastOpenedOrganisationsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetLastOpenedOrganisationsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetLastOpenedOrganisations();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetLastOpenedPersons", ReplyAction="http://tempuri.org/ICustomerService/GetLastOpenedPersonsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetLastOpenedPersonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetLastOpenedPersons();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/GetLastOpenedSupportConcepts", ReplyAction="http://tempuri.org/ICustomerService/GetLastOpenedSupportConceptsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/GetLastOpenedSupportConceptsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetLastOpenedSupportConcepts();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertAbsenceReasons", ReplyAction="http://tempuri.org/ICustomerService/InsertAbsenceReasonsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertAbsenceReasonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void InsertAbsenceReasons(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceReasonDC> pAbsenceReasonDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewCustomer", ReplyAction="http://tempuri.org/ICustomerService/InsertNewCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long InsertNewCustomer(BS.Shared.DataContracts.CustomerDC pCustomerDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewOrganisation", ReplyAction="http://tempuri.org/ICustomerService/InsertNewOrganisationResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long InsertNewOrganisation(BS.Shared.DataContracts.OrganisationDC pOrganisationDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewPerson", ReplyAction="http://tempuri.org/ICustomerService/InsertNewPersonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewPersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerDC))]
|
|
long InsertNewPerson(BS.Shared.DataContracts.PersonDC pPersonDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/InsertNewSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/InsertNewSupportConceptResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/InsertNewSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
long InsertNewSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadCustomer", ReplyAction="http://tempuri.org/ICustomerService/LoadCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.CustomerDC LoadCustomer(long pCustomerOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadOrganisation", ReplyAction="http://tempuri.org/ICustomerService/LoadOrganisationResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadOrganisationBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.OrganisationDC LoadOrganisation(long pOrganisationOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadOrganisationCompact", ReplyAction="http://tempuri.org/ICustomerService/LoadOrganisationCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadOrganisationCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.Compact.CompactOrganisationDC LoadOrganisationCompact(long pOrganisationOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadPerson", ReplyAction="http://tempuri.org/ICustomerService/LoadPersonResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadPersonBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BS.Shared.DataContracts.CustomerDC))]
|
|
BS.Shared.DataContracts.PersonDC LoadPerson(long pPersonOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadPersonCompact", ReplyAction="http://tempuri.org/ICustomerService/LoadPersonCompactResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadPersonCompactBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.Compact.CompactPersonDC LoadPersonCompact(long pPersonOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/LoadSupportConcept", ReplyAction="http://tempuri.org/ICustomerService/LoadSupportConceptResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/LoadSupportConceptBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
BS.Shared.DataContracts.SupportConceptDC LoadSupportConcept(long pOid);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/MoveCustomerToRecycleBin", ReplyAction="http://tempuri.org/ICustomerService/MoveCustomerToRecycleBinResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/MoveCustomerToRecycleBinBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void MoveCustomerToRecycleBin(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/MovePersonToRecycleBin", ReplyAction="http://tempuri.org/ICustomerService/MovePersonToRecycleBinResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/MovePersonToRecycleBinBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void MovePersonToRecycleBin(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/MoveSupportConceptToRecycleBin", ReplyAction="http://tempuri.org/ICustomerService/MoveSupportConceptToRecycleBinResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/MoveSupportConceptToRecycleBinBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void MoveSupportConceptToRecycleBin(long pOid, long pVersion);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/UpdateAbsenceReasons", ReplyAction="http://tempuri.org/ICustomerService/UpdateAbsenceReasonsResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/UpdateAbsenceReasonsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
void UpdateAbsenceReasons(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceReasonDC> pAbsenceReasonDC);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/AllowSavingCustomer", ReplyAction="http://tempuri.org/ICustomerService/AllowSavingCustomerResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/ICustomerService/AllowSavingCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
string AllowSavingCustomer(BS.Shared.DataContracts.CustomerDC pCustomerDC);
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface ICustomerServiceChannel : BeWo.ServiceProxy.ICustomerService, System.ServiceModel.IClientChannel
|
|
{
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class CustomerServiceClient : System.ServiceModel.ClientBase<BeWo.ServiceProxy.ICustomerService>, BeWo.ServiceProxy.ICustomerService
|
|
{
|
|
|
|
public CustomerServiceClient()
|
|
{
|
|
}
|
|
|
|
public CustomerServiceClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName)
|
|
{
|
|
}
|
|
|
|
public CustomerServiceClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public CustomerServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public CustomerServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.WohnheimbuchungDC> GetAllActiveWohnheimbuchungen()
|
|
{
|
|
return base.Channel.GetAllActiveWohnheimbuchungen();
|
|
}
|
|
|
|
public BS.Shared.DataContracts.WohnheimbuchungDC GetWohnheimbuchung(long oid)
|
|
{
|
|
return base.Channel.GetWohnheimbuchung(oid);
|
|
}
|
|
|
|
public long UpdateWohnheimbuchung(BS.Shared.DataContracts.WohnheimbuchungDC buchung)
|
|
{
|
|
return base.Channel.UpdateWohnheimbuchung(buchung);
|
|
}
|
|
|
|
public long InsertWohnheimbuchung(BS.Shared.DataContracts.WohnheimbuchungDC buchung)
|
|
{
|
|
return base.Channel.InsertWohnheimbuchung(buchung);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.WohnheimbuchungDC GetWohnheimbuchungByWohnheimAndBuchungsdatum(long pWohnheimOid, System.DateTime pBuchungsdatum)
|
|
{
|
|
return base.Channel.GetWohnheimbuchungByWohnheimAndBuchungsdatum(pWohnheimOid, pBuchungsdatum);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ServiceRecordDC> FindWohnheimbuchungsServiceRecords(long pWohnheimbuchungsOid)
|
|
{
|
|
return base.Channel.FindWohnheimbuchungsServiceRecords(pWohnheimbuchungsOid);
|
|
}
|
|
|
|
public void DeleteWohnheimbuchung(long pWohnheimbuchungsOid, long pWohnheimbuchungsVersion)
|
|
{
|
|
base.Channel.DeleteWohnheimbuchung(pWohnheimbuchungsOid, pWohnheimbuchungsVersion);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptDC> GetAllActiveSupportConcepts()
|
|
{
|
|
return base.Channel.GetAllActiveSupportConcepts();
|
|
}
|
|
|
|
public System.Collections.Generic.List<long> CreateServiceRecordsFromWohnheimbuchung(long pWohnheimbuchungsOid, long pServiceDescriptionOid)
|
|
{
|
|
return base.Channel.CreateServiceRecordsFromWohnheimbuchung(pWohnheimbuchungsOid, pServiceDescriptionOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.ServiceDescriptionDC FindServiceDescriptionForWohnheimbuchungsServiceRecord(long pWohnheimbuchungsOid)
|
|
{
|
|
return base.Channel.FindServiceDescriptionForWohnheimbuchungsServiceRecord(pWohnheimbuchungsOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.CustomerPersonRelationDC> LoadCustomerPersonRelationsByOid(System.Collections.Generic.List<long> pOids)
|
|
{
|
|
return base.Channel.LoadCustomerPersonRelationsByOid(pOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.CustomerOrganisationRelationDC> LoadCustomerOrganisationRelationsByOid(System.Collections.Generic.List<long> pOids)
|
|
{
|
|
return base.Channel.LoadCustomerOrganisationRelationsByOid(pOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<long> InsertMedRecords(System.Collections.Generic.List<BS.Shared.DataContracts.MedRecordDC> pDCList)
|
|
{
|
|
return base.Channel.InsertMedRecords(pDCList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedRecordDC> GetMedRecordsForCustomer(long pCustomerOid)
|
|
{
|
|
return base.Channel.GetMedRecordsForCustomer(pCustomerOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedRecordDC> UpdateMedRecords(System.Collections.Generic.List<BS.Shared.DataContracts.MedRecordDC> pDCList)
|
|
{
|
|
return base.Channel.UpdateMedRecords(pDCList);
|
|
}
|
|
|
|
public void DeactivateMedRecords(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeactivateMedRecords(pOid2Version);
|
|
}
|
|
|
|
public void DeleteMedRecord(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeleteMedRecord(pOid, pVersion);
|
|
}
|
|
|
|
public string AndroidGetCustomerCompact(long pCustomerOid)
|
|
{
|
|
return base.Channel.AndroidGetCustomerCompact(pCustomerOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllChatActiveCustomersCompact(long personOid)
|
|
{
|
|
return base.Channel.GetAllChatActiveCustomersCompact(personOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ChatMessageDC> FindAllChatMessages(long senderOid, long empfaengerOid, int maxNachricht)
|
|
{
|
|
return base.Channel.FindAllChatMessages(senderOid, empfaengerOid, maxNachricht);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ChatMessageDC> FindAllChatMessagesFromTeam(long senderOid, long teamEmpfangOid, int maxNachrichten)
|
|
{
|
|
return base.Channel.FindAllChatMessagesFromTeam(senderOid, teamEmpfangOid, maxNachrichten);
|
|
}
|
|
|
|
public int CountChatMessages(int aktuelleAnzahl, long senderoid, long empfangoid, bool isTeam)
|
|
{
|
|
return base.Channel.CountChatMessages(aktuelleAnzahl, senderoid, empfangoid, isTeam);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ChatMessageDC> GetNextChatMessages(long senderOid, long EmpfangOid, bool isteam, System.Collections.Generic.List<string> messageIds, int maxMessage)
|
|
{
|
|
return base.Channel.GetNextChatMessages(senderOid, EmpfangOid, isteam, messageIds, maxMessage);
|
|
}
|
|
|
|
public void UpdateIstGelesen(long senderOid, long empfaengerOid, bool istGelesen)
|
|
{
|
|
base.Channel.UpdateIstGelesen(senderOid, empfaengerOid, istGelesen);
|
|
}
|
|
|
|
public void UpdateIstGelesenForOne(long senderOid, long empfaengerOid, bool istGelesen, string messageId)
|
|
{
|
|
base.Channel.UpdateIstGelesenForOne(senderOid, empfaengerOid, istGelesen, messageId);
|
|
}
|
|
|
|
public byte[] GetCustomerImage(long customerOid)
|
|
{
|
|
return base.Channel.GetCustomerImage(customerOid);
|
|
}
|
|
|
|
public byte[] GetCustomerThumbnail(long customerOid)
|
|
{
|
|
return base.Channel.GetCustomerThumbnail(customerOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.CustomerAPPCodeDC> GetAllCustomerAppCodes(long pCustomerOid)
|
|
{
|
|
return base.Channel.GetAllCustomerAppCodes(pCustomerOid);
|
|
}
|
|
|
|
public byte[] GetChatMedia(long chatMediaMessageOid)
|
|
{
|
|
return base.Channel.GetChatMedia(chatMediaMessageOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetOrganisationsForPerson(long personoid)
|
|
{
|
|
return base.Channel.GetOrganisationsForPerson(personoid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetPersonForOrganisations(long organisationoid)
|
|
{
|
|
return base.Channel.GetPersonForOrganisations(organisationoid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.CustomerTokenRelationDC> LoadCustomerTokenRelationsByOid(System.Collections.Generic.List<long> pOids)
|
|
{
|
|
return base.Channel.LoadCustomerTokenRelationsByOid(pOids);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.PersonDC GetPersonWithCustomerOid(long oid)
|
|
{
|
|
return base.Channel.GetPersonWithCustomerOid(oid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.TimeSheetStatusItemDC> GetTimesheetStatusList(System.DateTime monat)
|
|
{
|
|
return base.Channel.GetTimesheetStatusList(monat);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.QuittierungsCheckViewListItemsDC> GetAllActiveCustomersCompactWithQBCheckList(bool fetchReferenceNumbers, System.Nullable<long> currentEmployeeOid, System.DateTime monat)
|
|
{
|
|
return base.Channel.GetAllActiveCustomersCompactWithQBCheckList(fetchReferenceNumbers, currentEmployeeOid, monat);
|
|
}
|
|
|
|
public void SaveNewQuittierungsCheck(BS.Shared.DataContracts.QuittierungsCheckDC newItem)
|
|
{
|
|
base.Channel.SaveNewQuittierungsCheck(newItem);
|
|
}
|
|
|
|
public void UpdateNewQuittierungsCheck(BS.Shared.DataContracts.QuittierungsCheckDC newItem)
|
|
{
|
|
base.Channel.UpdateNewQuittierungsCheck(newItem);
|
|
}
|
|
|
|
public void UpdateQuittierungsCheckWithCustomer(long oid, long loggedinUserOid, System.DateTime monat)
|
|
{
|
|
base.Channel.UpdateQuittierungsCheckWithCustomer(oid, loggedinUserOid, monat);
|
|
}
|
|
|
|
public void SetAbWelchenKrankheitsTag(long pCustomerOid, int abWelcherKt)
|
|
{
|
|
base.Channel.SetAbWelchenKrankheitsTag(pCustomerOid, abWelcherKt);
|
|
}
|
|
|
|
public void SetVertretungGewuenscht(long pCustomerOid, bool vertWunsch)
|
|
{
|
|
base.Channel.SetVertretungGewuenscht(pCustomerOid, vertWunsch);
|
|
}
|
|
|
|
public void SetVertretungDringendErforderlich(long pCustomerOid, bool vertDringendEr)
|
|
{
|
|
base.Channel.SetVertretungDringendErforderlich(pCustomerOid, vertDringendEr);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetActiveCompactCustomerEmployeeRelationsByEmployeeId(long empOid)
|
|
{
|
|
return base.Channel.GetActiveCompactCustomerEmployeeRelationsByEmployeeId(empOid);
|
|
}
|
|
|
|
public void SetBenutzerPasswortChatAppCode(long pCustomerOid, string benutzerName, string passwort)
|
|
{
|
|
base.Channel.SetBenutzerPasswortChatAppCode(pCustomerOid, benutzerName, passwort);
|
|
}
|
|
|
|
public bool PruefeObBenutzerKontoSchonVorhanden(long customerOid, string benutzername)
|
|
{
|
|
return base.Channel.PruefeObBenutzerKontoSchonVorhanden(customerOid, benutzername);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.CustomerPersonRelationDC> GetEnvironmentCustomerForPerson(long personOid)
|
|
{
|
|
return base.Channel.GetEnvironmentCustomerForPerson(personOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptCostBearerRelDC> GetSupportConceptCostBearerRelationsById(System.Collections.Generic.List<long> relOids)
|
|
{
|
|
return base.Channel.GetSupportConceptCostBearerRelationsById(relOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> LoadCompactSupportConceptsById(System.Collections.Generic.List<long> pOids)
|
|
{
|
|
return base.Channel.LoadCompactSupportConceptsById(pOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ContactDC> LoadContactInformationForCustomer(long customerOid)
|
|
{
|
|
return base.Channel.LoadContactInformationForCustomer(customerOid);
|
|
}
|
|
|
|
public object ConvertToNewSubstitutionType()
|
|
{
|
|
return base.Channel.ConvertToNewSubstitutionType();
|
|
}
|
|
|
|
public BS.Shared.DataContracts.AbsenceReasonDC LoadAbsenceReason(long absenceReasonOid)
|
|
{
|
|
return base.Channel.LoadAbsenceReason(absenceReasonOid);
|
|
}
|
|
|
|
public System.Collections.Generic.Dictionary<long, System.Collections.Generic.List<long>> LoadGroupOfPeoplesToCostbearerToSupportConceptOids(System.Collections.Generic.List<long> groupOfPeopleOids)
|
|
{
|
|
return base.Channel.LoadGroupOfPeoplesToCostbearerToSupportConceptOids(groupOfPeopleOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.QuittierungsbelegsstatusDC> GetQuittierungsbelegsstatusList(System.DateTime start, System.DateTime monat, BS.Shared.QBFilterEnum filter, System.Nullable<long> teamOid, System.Nullable<long> customerOid, System.Nullable<long> orgaOid, System.Nullable<long> empOid, System.Nullable<long> scOid)
|
|
{
|
|
return base.Channel.GetQuittierungsbelegsstatusList(start, monat, filter, teamOid, customerOid, orgaOid, empOid, scOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.QuittierungsbelegsstatusDC UpdateQuittierungsbelegsstatus(BS.Shared.DataContracts.QuittierungsbelegsstatusDC quittierungsbelegsstatusDC)
|
|
{
|
|
return base.Channel.UpdateQuittierungsbelegsstatus(quittierungsbelegsstatusDC);
|
|
}
|
|
|
|
public System.Nullable<long> GetActiveMedVerListOidForCustomer(long customerOid)
|
|
{
|
|
return base.Channel.GetActiveMedVerListOidForCustomer(customerOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetAllAuthorizedCompactSupportConcepts()
|
|
{
|
|
return base.Channel.GetAllAuthorizedCompactSupportConcepts();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllAuthorizedCompactCustomers()
|
|
{
|
|
return base.Channel.GetAllAuthorizedCompactCustomers();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllAuthorizedCompactPersons()
|
|
{
|
|
return base.Channel.GetAllAuthorizedCompactPersons();
|
|
}
|
|
|
|
public System.Nullable<long> GetActiveMedListByTypeForCustomer(long customerOid, bool isBedarfsmedikation)
|
|
{
|
|
return base.Channel.GetActiveMedListByTypeForCustomer(customerOid, isBedarfsmedikation);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptDC> GetSupportConceptsByCostbearer2SupportConceptRelOids(System.Collections.Generic.List<long> costbearer2SupportConceptRelOids)
|
|
{
|
|
return base.Channel.GetSupportConceptsByCostbearer2SupportConceptRelOids(costbearer2SupportConceptRelOids);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.ImportSupportConceptResultDC ImportSupportConcept(BS.Shared.DataContracts.HilfeplanImportDC hidc)
|
|
{
|
|
return base.Channel.ImportSupportConcept(hidc);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllActiveCustomersForEmployee(bool fetchReferenceNumbers)
|
|
{
|
|
return base.Channel.GetAllActiveCustomersForEmployee(fetchReferenceNumbers);
|
|
}
|
|
|
|
public long UpdateCustomer(BS.Shared.DataContracts.CustomerDC pCustomerDC)
|
|
{
|
|
return base.Channel.UpdateCustomer(pCustomerDC);
|
|
}
|
|
|
|
public void UpdateCustomersAbsenceTimes(long pCustomerOid, System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> pAbsenceTimes)
|
|
{
|
|
base.Channel.UpdateCustomersAbsenceTimes(pCustomerOid, pAbsenceTimes);
|
|
}
|
|
|
|
public long UpdateOrganisation(BS.Shared.DataContracts.OrganisationDC pOrganisationDC)
|
|
{
|
|
return base.Channel.UpdateOrganisation(pOrganisationDC);
|
|
}
|
|
|
|
public long UpdatePerson(BS.Shared.DataContracts.PersonDC pPersonDC)
|
|
{
|
|
return base.Channel.UpdatePerson(pPersonDC);
|
|
}
|
|
|
|
public long UpdateSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept)
|
|
{
|
|
return base.Channel.UpdateSupportConcept(pSupportConcept);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AssessmentSheetCategoryDC> LoadCustomerAssessmentSheetCategoryList(long pCustomerOid)
|
|
{
|
|
return base.Channel.LoadCustomerAssessmentSheetCategoryList(pCustomerOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> LoadAppointments(System.Nullable<long> customerOid, System.Nullable<long> employeeOid)
|
|
{
|
|
return base.Channel.LoadAppointments(customerOid, employeeOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentCategoryDC> GetAllAppointmentCategories()
|
|
{
|
|
return base.Channel.GetAllAppointmentCategories();
|
|
}
|
|
|
|
public System.Collections.Generic.List<long> InsertNewAppointmentCategories(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentCategoryDC> pAppointmentCategories)
|
|
{
|
|
return base.Channel.InsertNewAppointmentCategories(pAppointmentCategories);
|
|
}
|
|
|
|
public System.Collections.Generic.List<long> UpdateAppointmentCategories(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentCategoryDC> pAppointmentCategories)
|
|
{
|
|
return base.Channel.UpdateAppointmentCategories(pAppointmentCategories);
|
|
}
|
|
|
|
public void DeactivateAppointmentCategories(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeactivateAppointmentCategories(pOid2Version);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> InsertNewAppointments(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> pAppointments)
|
|
{
|
|
return base.Channel.InsertNewAppointments(pAppointments);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> UpdateAppointments(System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> pAppointments)
|
|
{
|
|
return base.Channel.UpdateAppointments(pAppointments);
|
|
}
|
|
|
|
public void DeactivateAppointments(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeactivateAppointments(pOid2Version);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> InsertAbsenceTimes(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> pDCList)
|
|
{
|
|
return base.Channel.InsertAbsenceTimes(pDCList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> UpdateAbsenceTimes(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceTimeDC> pDCList)
|
|
{
|
|
return base.Channel.UpdateAbsenceTimes(pDCList);
|
|
}
|
|
|
|
public void DeactivateAbsenceTimes(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeactivateAbsenceTimes(pOid2Version);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetAllCustomerGoals(long pCustomerOid)
|
|
{
|
|
return base.Channel.GetAllCustomerGoals(pCustomerOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.Compact.CompactSupportConceptDC LoadCompactSupportConceptDC(long pOid, System.Nullable<long> currentEmployeeOid)
|
|
{
|
|
return base.Channel.LoadCompactSupportConceptDC(pOid, currentEmployeeOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.Compact.CompactCustomerDC GetCompactCustomerDC(long pOid)
|
|
{
|
|
return base.Channel.GetCompactCustomerDC(pOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllActiveCompactCustomers()
|
|
{
|
|
return base.Channel.GetAllActiveCompactCustomers();
|
|
}
|
|
|
|
public bool ServiceRecordOutOfSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept)
|
|
{
|
|
return base.Channel.ServiceRecordOutOfSupportConcept(pSupportConcept);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.CustomerDC> GetAllActiveCustomers()
|
|
{
|
|
return base.Channel.GetAllActiveCustomers();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.CustomerDC> GetCustomersById(System.Collections.Generic.List<long> idList)
|
|
{
|
|
return base.Channel.GetCustomersById(idList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptDC> GetSupportConceptsById(System.Collections.Generic.List<long> idList)
|
|
{
|
|
return base.Channel.GetSupportConceptsById(idList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.PersonDC> GetAllActivePersons()
|
|
{
|
|
return base.Channel.GetAllActivePersons();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.OrganisationDC> GetAllOrganisations()
|
|
{
|
|
return base.Channel.GetAllOrganisations();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.PersonDC> GetPersonsById(System.Collections.Generic.List<long> idList)
|
|
{
|
|
return base.Channel.GetPersonsById(idList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.OrganisationDC> GetOrganisationsById(System.Collections.Generic.List<long> idList)
|
|
{
|
|
return base.Channel.GetOrganisationsById(idList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AppointmentDC> GetAppointmentsById(System.Collections.Generic.List<long> idList)
|
|
{
|
|
return base.Channel.GetAppointmentsById(idList);
|
|
}
|
|
|
|
public void DeactivateMedArten(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeactivateMedArten(pOid2Version);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> GetAllMedArten()
|
|
{
|
|
return base.Channel.GetAllMedArten();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> GetMedArtenById(System.Collections.Generic.List<long> idList)
|
|
{
|
|
return base.Channel.GetMedArtenById(idList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> InsertMedArten(System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> pDCList)
|
|
{
|
|
return base.Channel.InsertMedArten(pDCList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> UpdateMedArten(System.Collections.Generic.List<BS.Shared.DataContracts.MedArtDC> pDCList)
|
|
{
|
|
return base.Channel.UpdateMedArten(pDCList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> GetAllMedikamentenverordnungen()
|
|
{
|
|
return base.Channel.GetAllMedikamentenverordnungen();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> GetMedikamentenverordnungenById(System.Collections.Generic.List<long> idList)
|
|
{
|
|
return base.Channel.GetMedikamentenverordnungenById(idList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> InsertMedikamentenverordnungen(System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> pDCList)
|
|
{
|
|
return base.Channel.InsertMedikamentenverordnungen(pDCList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> UpdateMedikamentenverordnungen(System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> pDCList)
|
|
{
|
|
return base.Channel.UpdateMedikamentenverordnungen(pDCList);
|
|
}
|
|
|
|
public void DeactivateMedikamentenverordnungen()
|
|
{
|
|
base.Channel.DeactivateMedikamentenverordnungen();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungDC> GetMedikamentenverordnungenForCustomer(long pCustomerOid)
|
|
{
|
|
return base.Channel.GetMedikamentenverordnungenForCustomer(pCustomerOid);
|
|
}
|
|
|
|
public void DeleteMedArten(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeleteMedArten(pOid2Version);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungslisteDC> InsertMedikamentenverordnungslisten(System.Collections.Generic.List<BS.Shared.DataContracts.MedikamentenverordnungslisteDC> pDCList)
|
|
{
|
|
return base.Channel.InsertMedikamentenverordnungslisten(pDCList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.SupportConceptDC> GetAllActiveSupportConceptsByCustomers(System.Collections.Generic.List<long> pCustomerOids)
|
|
{
|
|
return base.Channel.GetAllActiveSupportConceptsByCustomers(pCustomerOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetCompactCustomersById(System.Collections.Generic.List<long> pCustomerOids)
|
|
{
|
|
return base.Channel.GetCompactCustomersById(pCustomerOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetCompactCustomersByPersonOids(System.Collections.Generic.List<long> personOids)
|
|
{
|
|
return base.Channel.GetCompactCustomersByPersonOids(personOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetSupportConceptGoalParents(System.Collections.Generic.List<long> pParentItemOids)
|
|
{
|
|
return base.Channel.GetSupportConceptGoalParents(pParentItemOids);
|
|
}
|
|
|
|
public void DeleteMedikamentenverordnungsliste(long listenOid)
|
|
{
|
|
base.Channel.DeleteMedikamentenverordnungsliste(listenOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.MedikamentenverordnungslisteDC UpdateMedikamentenverordnungsliste(BS.Shared.DataContracts.MedikamentenverordnungslisteDC pDCList)
|
|
{
|
|
return base.Channel.UpdateMedikamentenverordnungsliste(pDCList);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.DarreichungsformDC> GetAllDarreichungsformen()
|
|
{
|
|
return base.Channel.GetAllDarreichungsformen();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.DarreichungsformDC> GetDarreichungsformenById(System.Collections.Generic.List<long> pIds)
|
|
{
|
|
return base.Channel.GetDarreichungsformenById(pIds);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.DepotRhythmusDC> GetAllDepotRhythmen()
|
|
{
|
|
return base.Channel.GetAllDepotRhythmen();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.DepotRhythmusDC> GetDepotRhythmusById(System.Collections.Generic.List<long> pIds)
|
|
{
|
|
return base.Channel.GetDepotRhythmusById(pIds);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.CustomerDC> GetActiveCustomersById(System.Collections.Generic.List<long> pCustomerOids)
|
|
{
|
|
return base.Channel.GetActiveCustomersById(pCustomerOids);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllCompactCustomers()
|
|
{
|
|
return base.Channel.GetAllCompactCustomers();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllCustomersCompact(long currentEmployeeOid)
|
|
{
|
|
return base.Channel.GetAllCustomersCompact(currentEmployeeOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllOrganisationsCompact()
|
|
{
|
|
return base.Channel.GetAllOrganisationsCompact();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllPersonsByTypeCompact(BS.Shared.PersonType pType)
|
|
{
|
|
return base.Channel.GetAllPersonsByTypeCompact(pType);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetAllSupportConceptsCompact(long currentEmployeeOid)
|
|
{
|
|
return base.Channel.GetAllSupportConceptsCompact(currentEmployeeOid);
|
|
}
|
|
|
|
public void ReactivateCustomer(long pOid, long pVersion)
|
|
{
|
|
base.Channel.ReactivateCustomer(pOid, pVersion);
|
|
}
|
|
|
|
public void ReactivateSupportConcept(long pOid, long pVersion)
|
|
{
|
|
base.Channel.ReactivateSupportConcept(pOid, pVersion);
|
|
}
|
|
|
|
public void ReactivateOrganisation(long pOid, long pVersion)
|
|
{
|
|
base.Channel.ReactivateOrganisation(pOid, pVersion);
|
|
}
|
|
|
|
public void ReactivatePerson(long pOid, long pVersion)
|
|
{
|
|
base.Channel.ReactivatePerson(pOid, pVersion);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactWohnheimDC> GetAllActiveWohnheimeCompact()
|
|
{
|
|
return base.Channel.GetAllActiveWohnheimeCompact();
|
|
}
|
|
|
|
public void ArchiveCustomer(long pOid, long pVersion)
|
|
{
|
|
base.Channel.ArchiveCustomer(pOid, pVersion);
|
|
}
|
|
|
|
public void ArchivePerson(long pOid, long pVersion)
|
|
{
|
|
base.Channel.ArchivePerson(pOid, pVersion);
|
|
}
|
|
|
|
public void ArchiveOrganisation(long pOid, long pVersion)
|
|
{
|
|
base.Channel.ArchiveOrganisation(pOid, pVersion);
|
|
}
|
|
|
|
public void ArchiveSupportConcept(long pOid, long pVersion)
|
|
{
|
|
base.Channel.ArchiveSupportConcept(pOid, pVersion);
|
|
}
|
|
|
|
public void DeactivateAbsenceReason(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeactivateAbsenceReason(pOid, pVersion);
|
|
}
|
|
|
|
public void DeactivateAbsenceReasons(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeactivateAbsenceReasons(pOid2Version);
|
|
}
|
|
|
|
public void DeactivateCustomer(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeactivateCustomer(pOid, pVersion);
|
|
}
|
|
|
|
public void DeactivateOrganisation(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeactivateOrganisation(pOid, pVersion);
|
|
}
|
|
|
|
public void DeactivateOrganisations(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeactivateOrganisations(pOid2Version);
|
|
}
|
|
|
|
public void DeactivatePerson(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeactivatePerson(pOid, pVersion);
|
|
}
|
|
|
|
public void DeactivatePersons(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeactivatePersons(pOid2Version);
|
|
}
|
|
|
|
public void DeactivateSupportConcept(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeactivateSupportConcept(pOid, pVersion);
|
|
}
|
|
|
|
public void DeactivateSupportConcepts(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeactivateSupportConcepts(pOid2Version);
|
|
}
|
|
|
|
public void DeleteAbsenceReason(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeleteAbsenceReason(pOid, pVersion);
|
|
}
|
|
|
|
public void DeleteAbsenceReasons(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeleteAbsenceReasons(pOid2Version);
|
|
}
|
|
|
|
public void DeleteCustomer(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeleteCustomer(pOid, pVersion);
|
|
}
|
|
|
|
public void DeleteCustomers(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeleteCustomers(pOid2Version);
|
|
}
|
|
|
|
public void DeleteCustomersAbsenceTime(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeleteCustomersAbsenceTime(pOid, pVersion);
|
|
}
|
|
|
|
public void DeleteCustomersAbsenceTimes(long pCustomerOid, System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|
{
|
|
base.Channel.DeleteCustomersAbsenceTimes(pCustomerOid, pOid2Version);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> FindCustomer(string pFirstName, string pLastName, string pReferenceNumber)
|
|
{
|
|
return base.Channel.FindCustomer(pFirstName, pLastName, pReferenceNumber);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> FindOrganisation(string pName, bool pOnlyCostBearer)
|
|
{
|
|
return base.Channel.FindOrganisation(pName, pOnlyCostBearer);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> FindPerson(string pFirstName, string pLastName, System.Nullable<System.DateTime> pDateOfBirth, System.Nullable<BS.Shared.PersonType> pPersonType)
|
|
{
|
|
return base.Channel.FindPerson(pFirstName, pLastName, pDateOfBirth, pPersonType);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> FindSupportConcept(string pCustomerFirstName, string pCustomerLastName, string pCustomerReferenceNumber, System.Nullable<System.DateTime> pFrom, System.Nullable<System.DateTime> pTill)
|
|
{
|
|
return base.Channel.FindSupportConcept(pCustomerFirstName, pCustomerLastName, pCustomerReferenceNumber, pFrom, pTill);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceReasonDC> GetAllAbsenceReasons()
|
|
{
|
|
return base.Channel.GetAllAbsenceReasons();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllActiveAndArchivedCustomersCompact(long currentEmployeeOid)
|
|
{
|
|
return base.Channel.GetAllActiveAndArchivedCustomersCompact(currentEmployeeOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllActiveAndArchivedPersonsByTypeCompact(BS.Shared.PersonType pType)
|
|
{
|
|
return base.Channel.GetAllActiveAndArchivedPersonsByTypeCompact(pType);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllActiveAndArchivedPersonsCompact()
|
|
{
|
|
return base.Channel.GetAllActiveAndArchivedPersonsCompact();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetAllActiveAndArchivedSupportConceptsCompact(long currentEmployeeOid)
|
|
{
|
|
return base.Channel.GetAllActiveAndArchivedSupportConceptsCompact(currentEmployeeOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetAllActiveCustomersCompact(bool fetchReferenceNumbers, System.Nullable<long> currentEmployeeOid)
|
|
{
|
|
return base.Channel.GetAllActiveCustomersCompact(fetchReferenceNumbers, currentEmployeeOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllActivePersonsByTypeCompact(BS.Shared.PersonType pType)
|
|
{
|
|
return base.Channel.GetAllActivePersonsByTypeCompact(pType);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetAllActivePersonsCompact()
|
|
{
|
|
return base.Channel.GetAllActivePersonsCompact();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetAllActiveSupportConceptsCompact()
|
|
{
|
|
return base.Channel.GetAllActiveSupportConceptsCompact();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllCostBearerCompact()
|
|
{
|
|
return base.Channel.GetAllCostBearerCompact();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllActiveOrganisationsCompact()
|
|
{
|
|
return base.Channel.GetAllActiveOrganisationsCompact();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllActiveAndArchivedOrganisationsCompact()
|
|
{
|
|
return base.Channel.GetAllActiveAndArchivedOrganisationsCompact();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetAllGkvValidOrganisationsCompact()
|
|
{
|
|
return base.Channel.GetAllGkvValidOrganisationsCompact();
|
|
}
|
|
|
|
public void ArchiveWohnheim(long pOid, long pVersion)
|
|
{
|
|
base.Channel.ArchiveWohnheim(pOid, pVersion);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactWohnheimDC> GetAllActiveAndArchivedWohnheimCompact()
|
|
{
|
|
return base.Channel.GetAllActiveAndArchivedWohnheimCompact();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactWohnheimDC> GetLastOpenedWohnheim()
|
|
{
|
|
return base.Channel.GetLastOpenedWohnheim();
|
|
}
|
|
|
|
public void DeactivateWohnheim(long pOid, long pVersion)
|
|
{
|
|
base.Channel.DeactivateWohnheim(pOid, pVersion);
|
|
}
|
|
|
|
public long UpdateWohnheim(BS.Shared.DataContracts.WohnheimDC dc, System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactEmployeeDC> employeeDCs)
|
|
{
|
|
return base.Channel.UpdateWohnheim(dc, employeeDCs);
|
|
}
|
|
|
|
public long InsertNewWohnheim(BS.Shared.DataContracts.WohnheimDC pWohnheimDC)
|
|
{
|
|
return base.Channel.InsertNewWohnheim(pWohnheimDC);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.WohnheimDC LoadWohnheim(long pWohnheimOid)
|
|
{
|
|
return base.Channel.LoadWohnheim(pWohnheimOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.CustomerDC GetCustomerWithPersonOid(long pPersonOid)
|
|
{
|
|
return base.Channel.GetCustomerWithPersonOid(pPersonOid);
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactCustomerDC> GetLastOpenedCustomers()
|
|
{
|
|
return base.Channel.GetLastOpenedCustomers();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactOrganisationDC> GetLastOpenedOrganisations()
|
|
{
|
|
return base.Channel.GetLastOpenedOrganisations();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactPersonDC> GetLastOpenedPersons()
|
|
{
|
|
return base.Channel.GetLastOpenedPersons();
|
|
}
|
|
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.Compact.CompactSupportConceptDC> GetLastOpenedSupportConcepts()
|
|
{
|
|
return base.Channel.GetLastOpenedSupportConcepts();
|
|
}
|
|
|
|
public void InsertAbsenceReasons(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceReasonDC> pAbsenceReasonDC)
|
|
{
|
|
base.Channel.InsertAbsenceReasons(pAbsenceReasonDC);
|
|
}
|
|
|
|
public long InsertNewCustomer(BS.Shared.DataContracts.CustomerDC pCustomerDC)
|
|
{
|
|
return base.Channel.InsertNewCustomer(pCustomerDC);
|
|
}
|
|
|
|
public long InsertNewOrganisation(BS.Shared.DataContracts.OrganisationDC pOrganisationDC)
|
|
{
|
|
return base.Channel.InsertNewOrganisation(pOrganisationDC);
|
|
}
|
|
|
|
public long InsertNewPerson(BS.Shared.DataContracts.PersonDC pPersonDC)
|
|
{
|
|
return base.Channel.InsertNewPerson(pPersonDC);
|
|
}
|
|
|
|
public long InsertNewSupportConcept(BS.Shared.DataContracts.SupportConceptDC pSupportConcept)
|
|
{
|
|
return base.Channel.InsertNewSupportConcept(pSupportConcept);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.CustomerDC LoadCustomer(long pCustomerOid)
|
|
{
|
|
return base.Channel.LoadCustomer(pCustomerOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.OrganisationDC LoadOrganisation(long pOrganisationOid)
|
|
{
|
|
return base.Channel.LoadOrganisation(pOrganisationOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.Compact.CompactOrganisationDC LoadOrganisationCompact(long pOrganisationOid)
|
|
{
|
|
return base.Channel.LoadOrganisationCompact(pOrganisationOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.PersonDC LoadPerson(long pPersonOid)
|
|
{
|
|
return base.Channel.LoadPerson(pPersonOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.Compact.CompactPersonDC LoadPersonCompact(long pPersonOid)
|
|
{
|
|
return base.Channel.LoadPersonCompact(pPersonOid);
|
|
}
|
|
|
|
public BS.Shared.DataContracts.SupportConceptDC LoadSupportConcept(long pOid)
|
|
{
|
|
return base.Channel.LoadSupportConcept(pOid);
|
|
}
|
|
|
|
public void MoveCustomerToRecycleBin(long pOid, long pVersion)
|
|
{
|
|
base.Channel.MoveCustomerToRecycleBin(pOid, pVersion);
|
|
}
|
|
|
|
public void MovePersonToRecycleBin(long pOid, long pVersion)
|
|
{
|
|
base.Channel.MovePersonToRecycleBin(pOid, pVersion);
|
|
}
|
|
|
|
public void MoveSupportConceptToRecycleBin(long pOid, long pVersion)
|
|
{
|
|
base.Channel.MoveSupportConceptToRecycleBin(pOid, pVersion);
|
|
}
|
|
|
|
public void UpdateAbsenceReasons(System.Collections.Generic.List<BS.Shared.DataContracts.AbsenceReasonDC> pAbsenceReasonDC)
|
|
{
|
|
base.Channel.UpdateAbsenceReasons(pAbsenceReasonDC);
|
|
}
|
|
|
|
public string AllowSavingCustomer(BS.Shared.DataContracts.CustomerDC pCustomerDC)
|
|
{
|
|
return base.Channel.AllowSavingCustomer(pCustomerDC);
|
|
}
|
|
}
|
|
}
|