|
C4W-BOT
|
This is the complete list of members for Library.Facade, including all inherited members.
| AddCustomer(Customer customer) | Library.Facade | static |
| AddNoteToInteraction(string customerId, string interactionType, string interactionTopic, string interactionDate) | Library.Facade | static |
| AddTag_Customer(string customerId, string tagId) | Library.Facade | static |
| AssignCustomer(string customerId, string sellerId) | Library.Facade | static |
| CallRegister(string dateStr, string topic, string typeStr, string customerId, string sellerId) | Library.Facade | static |
| cm | Library.Facade | static |
| CreateCustomer(string id, string name, string familyName, string mail, string phone, string gender, string birthDate) | Library.Facade | static |
| CreateSeller(string id, string name, string mail, string phone) | Library.Facade | static |
| CreateTag(string tagId, string tagName, string tagDescription) | Library.Facade | static |
| DeleteCustomer(string id) | Library.Facade | static |
| DeleteSeller(string sellerId) | Library.Facade | static |
| EnableSeller(string sellerId) | Library.Facade | static |
| ExchangeCustomer(string customerId, string oldSellerId, string newSellerId) | Library.Facade | static |
| GetAllCustomerInteractions(string customerId) | Library.Facade | |
| GetCustomerInteractionsByDate(string customerId, string dateStr) | Library.Facade | |
| GetCustomerInteractionsByType(string customerId, string interactionType) | Library.Facade | |
| GetCustomerInteractionsByTypeAndDate(string customerId, string interactionType, string dateStr) | Library.Facade | |
| GetDashboardFormatted() | Library.Facade | static |
| GetInactiveCustomersFormatted(int days) | Library.Facade | static |
| GetTotalSales(string startStr, string endStr) | Library.Facade | static |
| GetUnansweredCustomersFormatted(int days) | Library.Facade | static |
| LastInteraction(string customerId) | Library.Facade | static |
| MailRegister(string dateStr, string topic, string typeStr, string customerId, string sellerId) | Library.Facade | static |
| MeetingRegister(string place, string dateStr, string topic, string typeStr, string customerId, string sellerId) | Library.Facade | static |
| MessageRegister(string dateStr, string topic, string typeStr, string customerId, string sellerId) | Library.Facade | static |
| ModifyCustomer(string id, string field, string newValue) | Library.Facade | static |
| ParseDate(string dateString) | Library.Facade | static |
| ParseDouble(string value) | Library.Facade | static |
| ParseExchangeType(string typeString) | Library.Facade | static |
| QuoteRegister(string dateStr, string topic, string typeStr, string amountStr, string description, string customerId, string sellerId) | Library.Facade | static |
| SaleFromQuote(string dateStr, string topic, string typeStr, string amountStr, string product, string customerId, string sellerId) | Library.Facade | static |
| SearchCostumer_ByFamilyName(string familyname) | Library.Facade | static |
| SearchCostumer_ByMail(string mail) | Library.Facade | static |
| SearchCostumer_ByName(string name) | Library.Facade | static |
| SearchCostumer_ByPhone(string phone) | Library.Facade | static |
| SearchCustomer_ById(string id) | Library.Facade | static |
| SearchSeller_ById(string id) | Library.Facade | static |
| ShowCustomers_BySellerId(string sellerId) | Library.Facade | static |
| sm | Library.Facade | static |
| SuspendSeller(string sellerId) | Library.Facade | static |
| UnansweredInteractions(string customerId) | Library.Facade | static |