Uses of Class
com.avoka.fc.core.entity.TPac
Packages that use 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
Methods in com.avoka.fc.core.dao that return TPacModifier 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 codeMethods in com.avoka.fc.core.dao that return types with arguments of type TPacModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type TPacModifier 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.Methods in com.avoka.fc.core.entity.auto that return TPacMethods in com.avoka.fc.core.entity.auto that return types with arguments of type TPacModifier and TypeMethodDescription_UserAccount.getInstalledTPacs()
Return the InstalledTPacs._Client.getTpacs()
Return the Tpacs.Methods in com.avoka.fc.core.entity.auto with parameters of type TPacModifier 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
Methods in com.avoka.fc.core.service.test that return TPacModifier and TypeMethodDescriptionMockEntityService.createTPac
(String projectCode, Client client) Create a tpac with the given code and client