Uses of Class
com.avoka.fc.core.entity.TPac
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 web automated test services.
-
Uses of TPac in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionTPacDao.getTPacForPK
(Object tpacId) Return the TPac with the specified IDTPacDao.getTPacForProjectCode
(Client client, String projectCode) Return the TPac with the specified client and project codeModifier and TypeMethodDescriptionTPacDao.getActiveTPacs
(String selectedClientId, UserAccount userAccount, String keyword) Return the list of TPac objects for the currently selected organization and user.TPacDao.getTPacsForClient
(Client client) Return the list of TPac for the given client. -
Uses of TPac in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescription_UserAccount.INSTALLED_TPACS
Provides the 'INSTALLED_TPACS' property.static final org.apache.cayenne.exp.Property<TPac>
_TPacData.TPAC
Provides the 'TPAC' property._Client.TPACS
Provides the 'TPACS' property.Modifier and TypeMethodDescription_UserAccount.getInstalledTPacs()
Return the InstalledTPacs._Client.getTpacs()
Return the Tpacs.Modifier and TypeMethodDescriptionvoid
_UserAccount.addToInstalledTPacs
(TPac obj) Add the InstalledTPacs object.void
_Client.addToTpacs
(TPac obj) Add the Tpacs object.void
_UserAccount.removeFromInstalledTPacs
(TPac obj) Remove the InstalledTPacs object.void
_Client.removeFromTpacs
(TPac obj) Remove the Tpacs object.void
Set the Tpac. -
Uses of TPac in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createTPac
(String projectCode, Client client) Create a tpac with the given code and client