Ejemplo n.º 1
0
QList<ParkAttendants> ParkAttendants::getAll()
{
    return tfGetModelListByCriteria<ParkAttendants, ParkAttendantsObject>(TCriteria());
}
Ejemplo n.º 2
0
QList<Cms> Cms::getAll()
{
    return tfGetModelListByCriteria<Cms, CmsObject>(TCriteria());
}
bool TSessionSqlObjectStore::remove(const QByteArray &id)
{
    TSqlORMapper<TSessionObject> mapper;
    int cnt = mapper.removeAll(TCriteria(TSessionObject::Id, id));
    return (cnt > 0);
}
Ejemplo n.º 4
0
QList<Operators> Operators::getAll()
{
    return tfGetModelListByCriteria<Operators, OperatorsObject>(TCriteria());
}
Ejemplo n.º 5
0
QList<ChatLog> ChatLog::getAll()
{
    return tfGetModelListByCriteria<ChatLog, ChatLogObject>(TCriteria(), ChatLogObject::Id, Tf::AscendingOrder);
}
Ejemplo n.º 6
0
QList<ParkingQrcodes> ParkingQrcodes::getAll()
{
    return tfGetModelListByCriteria<ParkingQrcodes, ParkingQrcodesObject>(TCriteria());
}
Ejemplo n.º 7
0
QList<Fortune> Fortune::getAll()
{
    return tfGetModelListByCriteria<Fortune, FortuneObject>(TCriteria());
}
Ejemplo n.º 8
0
QList<Vehicles> Vehicles::getAll()
{
    return tfGetModelListByCriteria<Vehicles, VehiclesObject>(TCriteria());
}
Ejemplo n.º 9
0
QList<AccountsRecharge> AccountsRecharge::getAll()
{
    return tfGetModelListByCriteria<AccountsRecharge, AccountsRechargeObject>(TCriteria());
}
Ejemplo n.º 10
0
QList<UserVehicle> UserVehicle::getAll()
{
    return tfGetModelListByCriteria<UserVehicle, UserVehicleObject>(TCriteria());
}