Uses of Class
com.avoka.fc.core.entity.ClientService
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of ClientService in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property
<List<ClientService>> _Client.CLIENT_SERVICE
Provides the 'CLIENT_SERVICE' property.static final org.apache.cayenne.exp.Property
<List<ClientService>> _ServiceDefinition.CLIENT_SERVICES
Provides the 'CLIENT_SERVICES' property.Modifier and TypeMethodDescription_Client.getClientService()
Return the ClientService._ServiceDefinition.getClientServices()
Return the ClientServices.Modifier and TypeMethodDescriptionvoid
_Client.addToClientService
(ClientService obj) Add the ClientService object.void
_ServiceDefinition.addToClientServices
(ClientService obj) Add the ClientServices object.void
_Client.removeFromClientService
(ClientService obj) Remove the ClientService object.void
_ServiceDefinition.removeFromClientServices
(ClientService obj) Remove the ClientServices object. -
Uses of ClientService in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createClientService
(Client client, ServiceDefinition serviceDefinition) Create a ClientService Object with the given client and serviceDefinition.