Uses of Class
com.avoka.fc.core.entity.ClientReconciliationFile
Packages that use ClientReconciliationFile
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of ClientReconciliationFile in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ClientReconciliationFileModifier and TypeMethodDescriptionClientReconciliationFileDao.getFileByTimestamp
(Client client, Date reconciliationTime) Return the client reconciliation file entity for a client and reconciliation time.ClientReconciliationFileDao.getUserPropertyForPK
(Object id) Return the client reconciliation file entity with the specified OID. -
Uses of ClientReconciliationFile in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ClientReconciliationFileModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<ClientReconciliationFile>>
_Client.CLIENT_RECONCILIATION_FILES
Provides the 'CLIENT_RECONCILIATION_FILES' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ClientReconciliationFileModifier and TypeMethodDescription_Client.getClientReconciliationFiles()
Return the ClientReconciliationFiles.Methods in com.avoka.fc.core.entity.auto with parameters of type ClientReconciliationFileModifier and TypeMethodDescriptionvoid
_Client.addToClientReconciliationFiles
(ClientReconciliationFile obj) Add the ClientReconciliationFiles object.void
Remove the ClientReconciliationFiles object.