Uses of Class
com.avoka.fc.core.entity.ServiceParameter
Packages that use ServiceParameter
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of ServiceParameter in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ServiceParameterModifier and TypeMethodDescriptionServiceParameterDao.getServiceParameterForName
(ServiceDefinition service, String name) Return the parameter with the specified name and service definition.ServiceParameterDao.getServiceParameterForPK
(Object id) Return the service parameter with the specified OIDMethods in com.avoka.fc.core.dao that return types with arguments of type ServiceParameterModifier and TypeMethodDescriptionServiceParameterDao.getServiceParametersForService
(ServiceDefinition service) Return the list of service parameters for the given service definitionServiceParameterDao.getUnitTestServiceParametersForService
(ServiceDefinition service) Return the list of unit test service parameters for the given service definitionMethods in com.avoka.fc.core.dao with parameters of type ServiceParameterModifier and TypeMethodDescriptionvoid
ServiceParameterHistoryDao.createServiceParameterHistory
(ServiceParameter serviceParameter) Creates the service parameter history. -
Uses of ServiceParameter in com.avoka.fc.core.entity
Methods in com.avoka.fc.core.entity that return ServiceParameterModifier and TypeMethodDescriptionServiceDefinition.getServiceParameter
(String name) Return the service parameter for the given name. -
Uses of ServiceParameter in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ServiceParameterModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property
<List<ServiceParameter>> _ServiceDefinition.PARAMETERS
Provides the 'PARAMETERS' property.static final org.apache.cayenne.exp.Property
<ServiceParameter> _ServiceParameterHistory.SERVICE_PARAMETER
Provides the 'SERVICE_PARAMETER' property.Methods in com.avoka.fc.core.entity.auto that return ServiceParameterModifier and TypeMethodDescription_ServiceParameterHistory.getServiceParameter()
Return the ServiceParameter.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ServiceParameterMethods in com.avoka.fc.core.entity.auto with parameters of type ServiceParameterModifier and TypeMethodDescriptionvoid
_ServiceDefinition.addToParameters
(ServiceParameter obj) Add the Parameters object.void
_ServiceDefinition.removeFromParameters
(ServiceParameter obj) Remove the Parameters object.void
_ServiceParameterHistory.setServiceParameter
(ServiceParameter serviceParameter) Set the ServiceParameter. -
Uses of ServiceParameter in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test that return ServiceParameterModifier and TypeMethodDescriptionMockEntityService.createServiceParameter
(ServiceDefinition serviceDefinition, String name, String type, boolean bindParameterFlag, boolean unitTestFlag, String value) Create a service parameter -
Uses of ServiceParameter in com.avoka.fc.core.stream.listener
Methods in com.avoka.fc.core.stream.listener with parameters of type ServiceParameterModifier and TypeMethodDescriptionvoid
EventListenerConfigurationListener.serviceParameterChange
(ServiceParameter serviceParameter) Handles changes in ServiceParameter entities.