Uses of Class
com.avoka.fc.core.entity.ClientProperty
-
Packages that use ClientProperty 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.com.avoka.fc.core.service.test Provides web automated test services. -
-
Uses of ClientProperty in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ClientProperty Modifier and Type Method Description ClientProperty
ClientPropertyDao. getClientProperty(Object entityId)
Return the client property with the specified OIDClientProperty
ClientPropertyDao. 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 ClientProperty Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<ClientProperty>>
_Client. CLIENT_PROPERTIES
Provides the 'CLIENT_PROPERTIES' property.static org.apache.cayenne.exp.Property<List<ClientProperty>>
_PropertyType. CLIENT_PROPERTIES
Provides the 'CLIENT_PROPERTIES' property.static org.apache.cayenne.exp.Property<ClientProperty>
_ApplicationClientProperty. CLIENT_PROPERTY
Provides the 'CLIENT_PROPERTY' property.Methods in com.avoka.fc.core.entity.auto that return ClientProperty Modifier and Type Method Description ClientProperty
_ApplicationClientProperty. getClientProperty()
Return the ClientProperty.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ClientProperty Modifier and Type Method Description List<ClientProperty>
_Client. getClientProperties()
Return the ClientProperties.List<ClientProperty>
_PropertyType. getClientProperties()
Return the ClientProperties.Methods in com.avoka.fc.core.entity.auto with parameters of type ClientProperty Modifier and Type Method Description void
_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 ClientProperty Modifier and Type Method Description ClientProperty
MockEntityService. createClientProperty(Client client, PropertyType propertyType, String value)
Create a client property value for a client and property type.
-