Uses of Class
com.avoka.fc.core.entity.ClientProperty
Packages that use 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
Methods in com.avoka.fc.core.dao that return ClientPropertyModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type ClientPropertyModifier 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.Methods in com.avoka.fc.core.entity.auto that return ClientPropertyModifier and TypeMethodDescription_ApplicationClientProperty.getClientProperty()
Return the ClientProperty.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ClientPropertyModifier and TypeMethodDescription_Client.getClientProperties()
Return the ClientProperties._PropertyType.getClientProperties()
Return the ClientProperties.Methods in com.avoka.fc.core.entity.auto with parameters of type ClientPropertyModifier 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
Methods in com.avoka.fc.core.service.test that return ClientPropertyModifier and TypeMethodDescriptionMockEntityService.createClientProperty
(Client client, PropertyType propertyType, String value) Create a client property value for a client and property type.