apidocs / com.srv4pos.server.api.softwareVendor / SoftwareVendorService

SoftwareVendorService

class SoftwareVendorService

This service is responsible for infos of software vendors.

User: Kirill, Date: 01.10.13 11:21.

Constructors

<init>

SoftwareVendorService(url: URL, credentials: Credentials?, transport: Transport)

This service is responsible for infos of software vendors.

Functions

get

operator fun get(id: Long): SoftwareVendorInfo

Returns an entity.

list

fun list(): List<SoftwareVendorInfo>

Returns list of entities.