Uses of Class
com.avoka.fc.core.entity.ClientRefData
-
Packages that use ClientRefData 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.servlet.dd.reference Provides a CSV Property Query. -
-
Uses of ClientRefData in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ClientRefData Modifier and Type Method Description ClientRefData
ClientRefDataDao. getClientRefDataForNameLocale(Client client, String name, String locale)
Returns the ClientRefData if parameters are matched.ClientRefData
ClientRefDataDao. getClientRefDataForPK(Object id)
Return the ClientRefData with the specified ID. -
Uses of ClientRefData in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ClientRefData Modifier and Type Field Description static org.apache.cayenne.exp.Property<ClientRefData>
_ClientRefDataData. CLIENT_REF_DATA
Provides the 'CLIENT_REF_DATA' property.static org.apache.cayenne.exp.Property<List<ClientRefData>>
_Client. CLIENT_REF_DATAS
Provides the 'CLIENT_REF_DATAS' property.Methods in com.avoka.fc.core.entity.auto that return ClientRefData Modifier and Type Method Description ClientRefData
_ClientRefDataData. getClientRefData()
Return the ClientRefData.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ClientRefData Modifier and Type Method Description List<ClientRefData>
_Client. getClientRefDatas()
Return the ClientRefDatas.Methods in com.avoka.fc.core.entity.auto with parameters of type ClientRefData Modifier and Type Method Description void
_Client. addToClientRefDatas(ClientRefData obj)
Add the ClientRefDatas object.void
_Client. removeFromClientRefDatas(ClientRefData obj)
Remove the ClientRefDatas object.void
_ClientRefDataData. setClientRefData(ClientRefData clientRefData)
Set the ClientRefData. -
Uses of ClientRefData in com.avoka.fc.core.servlet.dd.reference
Methods in com.avoka.fc.core.servlet.dd.reference with parameters of type ClientRefData Modifier and Type Method Description static Object
RefDataCache. get(ClientRefData crd)
Gets the cached value object.
-