public interface OverUseLimitDao
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
deleteOverUseLimit(String gridId,
Period period,
LimitType limitType) |
void |
deleteOverUseLimitsOfGrid(String gridId) |
OverUseLimit |
getOverUseLimit(String gridId,
Period period,
LimitType limitType) |
List<OverUseLimit> |
listOverUseLimits(String gridId,
Order[] orders) |
void |
setOverUseLimit(String gridId,
Period period,
LimitType limitType,
int limitValue) |
void clear()
throws DaoException
DaoExceptionList<OverUseLimit> listOverUseLimits(String gridId, Order[] orders) throws DaoException
DaoExceptionvoid setOverUseLimit(String gridId, Period period, LimitType limitType, int limitValue) throws DaoException
DaoExceptionOverUseLimit getOverUseLimit(String gridId, Period period, LimitType limitType) throws OverUseLimitNotFoundException, DaoException
void deleteOverUseLimit(String gridId, Period period, LimitType limitType) throws OverUseLimitNotFoundException, DaoException
void deleteOverUseLimitsOfGrid(String gridId) throws DaoException
DaoException