46 #ifndef __WTX_CRM_ACTIVITY_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 47 #define __WTX_CRM_ACTIVITY_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 65 Wt::Dbo::ptr< Wtx::Crm::Activity::Item >
add(
const std::string & key,
const Wt::WDate & date,
Wtx::Dbo::Session & session );
66 Wt::Dbo::ptr< Wtx::Crm::Activity::Item >
add(
const std::string & key,
const Wt::WDateTime & dateTime,
Wtx::Dbo::Session & session );
67 Wt::Dbo::ptr< Wtx::Crm::Activity::Item > find(
const std::string & key,
Wtx::Dbo::Session & session );
68 Wt::Dbo::ptr< Wtx::Crm::Activity::Item > ifind(
const std::string & key,
Wtx::Dbo::Session & session );
70 std::shared_ptr<Wt::WAbstractItemModel> getComboBoxModel(
int tid,
const std::string & group,
Wtx::Dbo::Session & session );
78 #endif // end#ifndef __WTX_CRM_ACTIVITY_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ Wt::Dbo::ptr< Wtx::Crm::Activity::Item > add(const std::string &key, const Wt::WDate &date, Wtx::Dbo::Session &session)
Add an item to the lookup table.