class ServiceFactory
Main class where you can find links to every service. User: Kirill Date: 27.07.13 12:01
ServiceFactory(url: URL, credentials: Credentials?, transport: Transport)
Main class where you can find links to every service. User: Kirill Date: 27.07.13 12:01 |
val activationService: ActivationService
Server for activating andoird applications. |
|
val authService: AuthService
Common aggregation for utility methods requires authentication. |
|
val bookingService: BookingService
Exchange data for Booking entity. |
|
val buildInfoService: BuildInfoService
Exchange data for build info entity. |
|
val categoryService: CategoryService
Exchange data for CategoryLog entity. |
|
val commodityService: CommodityService
Exchange data for Commodity entity. |
|
val customizationGroupService: CustomizationGroupService
Exchange data for customization group entity. |
|
val customizationItemService: CustomizationItemService
Exchange data for customization item service entity. |
|
val dayService: DayService
Exchange data for day entity. |
|
val deviceService: DeviceService
Sends devices info. |
|
val eJournalService: EJournalService |
|
val emailService: EmailService
Sends e-mails. |
|
val hairdresserService: HairdresserService
Exchange data for Hairdresser entity. |
|
val kdFacetService: KdFacetService
Manage kdFacet entity. |
|
val keyboardEntryService: KeyboardEntryService
Exchange data for KeyboardEntryLog entity. |
|
val keyboardService: KeyboardService
Exchange data for KeyboardLog entity. |
|
val orderService: OrderService
Sending order. |
|
val posPlusService: PosPlusService
To send data to control unit connected to the server. |
|
val preceptService: PreceptService
Sending precept. |
|
val productService: ProductService
Exchange data for ProductLog entity. |
|
val receiptSettingsService: ReceiptSettingsService
Manage date for receipt settings entity. |
|
val registrationService: RegistrationService
Exchange data for Registration entity. |
|
val restaurantService: RestaurantService
Exchange data for Restaurant entity. |
|
val saleService: SaleService
Exchange data for Sale service entity. |
|
val saleSlotService: SaleSlotService
Exchange data for sale slot entity. |
|
val sellerService: SellerService
Exchange data for SellerLog entity related to currently authentcated seller. |
|
val serverService: ServerService
Setup server. |
|
val signatureHelper: SignatureHelper
Helper to work with digital signatures. For instance verification. |
|
val softwareVendorService: SoftwareVendorService
Exchange data for software vendor entity. |
|
val taxService: TaxService
Exchange data for TaxLog entity. |
|
val treasurerService: TreasurerService
Exchange data for Treasurer entity. |
|
val tripService: TripService |
|
val userService: UserService
Manage users. |