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
DaoException
List<OverUseLimit> listOverUseLimits(String gridId, Order[] orders) throws DaoException
DaoException
void setOverUseLimit(String gridId, Period period, LimitType limitType, int limitValue) throws DaoException
DaoException
OverUseLimit 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