Uses of Class
com.avoka.tm.vo.Client
Package
Description
Provides Value Object Query classes.
Provides Service classes.
-
Uses of Client in com.avoka.tm.query
Modifier and TypeMethodDescriptionClientQuery.firstValue()
Execute the query and return the first client value object for the query.Modifier and TypeMethodDescriptionClientQuery.listValues()
Execute the client query and return a list of client value objects. -
Uses of Client in com.avoka.tm.svc
Modifier and TypeMethodDescriptionClientBuilder.create()
Create a new client based on the specified parameters and return the new client value object.ClientBuilder.createOrUpdate()
Create or update the client specified by the given parameters, and return current client value object.ClientBuilder.update()
Update the client specified by the clientCode parameter and return the updated client value object.