Uses of Class
com.avoka.fc.core.entity.ClientMetadataValue
-
Packages that use ClientMetadataValue Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of ClientMetadataValue in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ClientMetadataValue Modifier and Type Method Description ClientMetadataValue
ClientMetadataValueDao. getClientMetadataValueFromPk(Object id)
Return the ClientMetadataValue object with the given OID -
Uses of ClientMetadataValue in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ClientMetadataValue Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<ClientMetadataValue>>
_Client. CLIENT_METADATA_VALUES
Provides the 'CLIENT_METADATA_VALUES' property.static org.apache.cayenne.exp.Property<List<ClientMetadataValue>>
_MetadataTag. CLIENT_METADATA_VALUES
Provides the 'CLIENT_METADATA_VALUES' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ClientMetadataValue Modifier and Type Method Description List<ClientMetadataValue>
_Client. getClientMetadataValues()
Return the ClientMetadataValues.List<ClientMetadataValue>
_MetadataTag. getClientMetadataValues()
Return the ClientMetadataValues.Methods in com.avoka.fc.core.entity.auto with parameters of type ClientMetadataValue Modifier and Type Method Description void
_Client. addToClientMetadataValues(ClientMetadataValue obj)
Add the ClientMetadataValues object.void
_MetadataTag. addToClientMetadataValues(ClientMetadataValue obj)
Add the ClientMetadataValues object.void
_Client. removeFromClientMetadataValues(ClientMetadataValue obj)
Remove the ClientMetadataValues object.void
_MetadataTag. removeFromClientMetadataValues(ClientMetadataValue obj)
Remove the ClientMetadataValues object.
-