Uses of Class
com.avoka.fc.core.entity.ClientProperty
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of ClientProperty in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionClientPropertyDao.getClientProperty
(Object entityId) Return the client property with the specified OIDClientPropertyDao.getProperty
(Client client, String name) Return the named client property or null if not defined -
Uses of ClientProperty in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<ClientProperty>>
_Client.CLIENT_PROPERTIES
Provides the 'CLIENT_PROPERTIES' property.static final org.apache.cayenne.exp.Property<List<ClientProperty>>
_PropertyType.CLIENT_PROPERTIES
Provides the 'CLIENT_PROPERTIES' property.static final org.apache.cayenne.exp.Property<ClientProperty>
_ApplicationClientProperty.CLIENT_PROPERTY
Provides the 'CLIENT_PROPERTY' property.Modifier and TypeMethodDescription_ApplicationClientProperty.getClientProperty()
Return the ClientProperty.Modifier and TypeMethodDescription_Client.getClientProperties()
Return the ClientProperties._PropertyType.getClientProperties()
Return the ClientProperties.Modifier and TypeMethodDescriptionvoid
_Client.addToClientProperties
(ClientProperty obj) Add the ClientProperties object.void
_PropertyType.addToClientProperties
(ClientProperty obj) Add the ClientProperties object.void
_Client.removeFromClientProperties
(ClientProperty obj) Remove the ClientProperties object.void
_PropertyType.removeFromClientProperties
(ClientProperty obj) Remove the ClientProperties object.void
_ApplicationClientProperty.setClientProperty
(ClientProperty clientProperty) Set the ClientProperty. -
Uses of ClientProperty in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createClientProperty
(Client client, PropertyType propertyType, String value) Create a client property value for a client and property type.