public class GatewayDaoImpl extends BaseAbstractDaoImpl<GatewayTable,Integer> implements GatewayDao
Constructor and Description |
---|
GatewayDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
Modifier and Type | Method and Description |
---|---|
GatewayTable |
get(GatewayTable tdao) |
List<GatewayTable> |
getAll(GatewayUtils.GATEWAY_TYPE gatewayType,
AppProperties.NETWORK_TYPE networkType) |
List<GatewayTable> |
getAll(GatewayUtils.GATEWAY_TYPE gatewayType,
AppProperties.NETWORK_TYPE networkType,
Boolean enabled) |
List<GatewayTable> |
getAll(List<Integer> ids) |
QueryResponse |
getAll(Query query) |
List<GatewayTable> |
getAll(Query query,
String filter,
AllowedResources allowedResources) |
List<GatewayTable> |
getAllEnabled() |
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAll, getAllData, getById, getDao, getQueryResponse, getTableInfo, hasTable, update, updateBulk, updateBulk, updateId, updatePurgeCondition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAllData, getById, getDao, getTableInfo, update, updateBulk, updateBulk, updateId
public GatewayDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public List<GatewayTable> getAllEnabled()
getAllEnabled
in interface GatewayDao
public List<GatewayTable> getAll(GatewayUtils.GATEWAY_TYPE gatewayType, AppProperties.NETWORK_TYPE networkType)
getAll
in interface GatewayDao
public List<GatewayTable> getAll(GatewayUtils.GATEWAY_TYPE gatewayType, AppProperties.NETWORK_TYPE networkType, Boolean enabled)
getAll
in interface GatewayDao
public QueryResponse getAll(Query query)
getAll
in interface GatewayDao
public GatewayTable get(GatewayTable tdao)
get
in interface BaseDao<GatewayTable,Integer>
public List<GatewayTable> getAll(List<Integer> ids)
getAll
in interface BaseDao<GatewayTable,Integer>
public List<GatewayTable> getAll(Query query, String filter, AllowedResources allowedResources)
getAll
in interface GatewayDao
Copyright © 2015–2019. All rights reserved.