Uses of Class
com.avoka.fc.core.entity.ClientRefData
Packages that use ClientRefData
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 a CSV Property Query.
-
Uses of ClientRefData in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ClientRefDataModifier and TypeMethodDescriptionClientRefDataDao.getClientRefDataForNameLocale
(Client client, String name, String locale) Returns the ClientRefData if parameters are matched.ClientRefDataDao.getClientRefDataForPK
(Object id) Return the ClientRefData with the specified ID.Methods in com.avoka.fc.core.dao that return types with arguments of type ClientRefDataModifier and TypeMethodDescriptionClientRefDataDao.getClientRefDataByClient
(Client client) Returns the ClientRefData if parameter is matched. -
Uses of ClientRefData in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ClientRefDataModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property
<ClientRefData> _ApplicationClientRefData.CLIENT_REF_DATA
Provides the 'CLIENT_REF_DATA' property.static final org.apache.cayenne.exp.Property
<ClientRefData> _ClientRefDataData.CLIENT_REF_DATA
Provides the 'CLIENT_REF_DATA' property.static final 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 ClientRefDataModifier and TypeMethodDescription_ApplicationClientRefData.getClientRefData()
Return the ClientRefData._ClientRefDataData.getClientRefData()
Return the ClientRefData.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ClientRefDataMethods in com.avoka.fc.core.entity.auto with parameters of type ClientRefDataModifier and TypeMethodDescriptionvoid
_Client.addToClientRefDatas
(ClientRefData obj) Add the ClientRefDatas object.void
_Client.removeFromClientRefDatas
(ClientRefData obj) Remove the ClientRefDatas object.void
_ApplicationClientRefData.setClientRefData
(ClientRefData clientRefData) Set the ClientRefData.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 ClientRefDataModifier and TypeMethodDescriptionstatic Object
RefDataCache.get
(ClientRefData crd) Gets the cached value object.