Uses of Class
com.avoka.fc.core.entity.PromotionLog
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 PromotionLog in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionPromotionDao.getPromotionLogForPK
(Object id) Return the promotion log with the specified OIDModifier and TypeMethodDescriptionPromotionDao.getPromotionList
(Client client, Form form, TemplateVersion version, boolean showHistory) Return the list of promotion log records matching the specified search criteria, ordered by creation time.PromotionDao.getPromotionList
(Form form) Return the list of current form promotion log records.PromotionDao.getPromotionList
(String clientId, String keyword, String promotionStatus, boolean showHistory, Date startDate, Date endDate) Return the list of promotion log entries matching the specified search criteria, ordered by creation time. -
Uses of PromotionLog in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<PromotionLog>>
_Form.PROMOTION
Provides the 'PROMOTION' property.static final org.apache.cayenne.exp.Property<List<PromotionLog>>
_Client.PROMOTION_LOG
Provides the 'PROMOTION_LOG' property.static final org.apache.cayenne.exp.Property<List<PromotionLog>>
_UserAccount.PROMOTION_LOG
Provides the 'PROMOTION_LOG' property.static final org.apache.cayenne.exp.Property<List<PromotionLog>>
_TemplateVersion.PROMOTION_LOGS
Provides the 'PROMOTION_LOGS' property.Modifier and TypeMethodDescription_Form.getPromotion()
Return the Promotion._Client.getPromotionLog()
Return the PromotionLog._UserAccount.getPromotionLog()
Return the PromotionLog._TemplateVersion.getPromotionLogs()
Return the PromotionLogs.Modifier and TypeMethodDescriptionvoid
_Form.addToPromotion
(PromotionLog obj) Add the Promotion object.void
_Client.addToPromotionLog
(PromotionLog obj) Add the PromotionLog object.void
_UserAccount.addToPromotionLog
(PromotionLog obj) Add the PromotionLog object.void
_TemplateVersion.addToPromotionLogs
(PromotionLog obj) Add the PromotionLogs object.void
_Form.removeFromPromotion
(PromotionLog obj) Remove the Promotion object.void
_Client.removeFromPromotionLog
(PromotionLog obj) Remove the PromotionLog object.void
_UserAccount.removeFromPromotionLog
(PromotionLog obj) Remove the PromotionLog object.void
_TemplateVersion.removeFromPromotionLogs
(PromotionLog obj) Remove the PromotionLogs object.