apidocs / com.srv4pos.server.api / ServiceFactory

ServiceFactory

class ServiceFactory

Main class where you can find links to every service. User: Kirill Date: 27.07.13 12:01

Constructors

<init>

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

Properties

activationService

val activationService: ActivationService

Server for activating andoird applications.

authService

val authService: AuthService

Common aggregation for utility methods requires authentication.

bookingService

val bookingService: BookingService

Exchange data for Booking entity.

buildInfoService

val buildInfoService: BuildInfoService

Exchange data for build info entity.

categoryService

val categoryService: CategoryService

Exchange data for CategoryLog entity.

commodityService

val commodityService: CommodityService

Exchange data for Commodity entity.

customizationGroupService

val customizationGroupService: CustomizationGroupService

Exchange data for customization group entity.

customizationItemService

val customizationItemService: CustomizationItemService

Exchange data for customization item service entity.

dayService

val dayService: DayService

Exchange data for day entity.

deviceService

val deviceService: DeviceService

Sends devices info.

eJournalService

val eJournalService: EJournalService

emailService

val emailService: EmailService

Sends e-mails.

hairdresserService

val hairdresserService: HairdresserService

Exchange data for Hairdresser entity.

kdFacetService

val kdFacetService: KdFacetService

Manage kdFacet entity.

keyboardEntryService

val keyboardEntryService: KeyboardEntryService

Exchange data for KeyboardEntryLog entity.

keyboardService

val keyboardService: KeyboardService

Exchange data for KeyboardLog entity.

orderService

val orderService: OrderService

Sending order.

posPlusService

val posPlusService: PosPlusService

To send data to control unit connected to the server.

preceptService

val preceptService: PreceptService

Sending precept.

productService

val productService: ProductService

Exchange data for ProductLog entity.

receiptSettingsService

val receiptSettingsService: ReceiptSettingsService

Manage date for receipt settings entity.

registrationService

val registrationService: RegistrationService

Exchange data for Registration entity.

restaurantService

val restaurantService: RestaurantService

Exchange data for Restaurant entity.

saleService

val saleService: SaleService

Exchange data for Sale service entity.

saleSlotService

val saleSlotService: SaleSlotService

Exchange data for sale slot entity.

sellerService

val sellerService: SellerService

Exchange data for SellerLog entity related to currently authentcated seller.

serverService

val serverService: ServerService

Setup server.

signatureHelper

val signatureHelper: SignatureHelper

Helper to work with digital signatures. For instance verification.

softwareVendorService

val softwareVendorService: SoftwareVendorService

Exchange data for software vendor entity.

taxService

val taxService: TaxService

Exchange data for TaxLog entity.

treasurerService

val treasurerService: TreasurerService

Exchange data for Treasurer entity.

tripService

val tripService: TripService

userService

val userService: UserService

Manage users.