public class AccessLogLogic extends AbstractLogic
| Constructor and Description |
|---|
AccessLogLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAccessLog(AccessLog log) |
void |
clear() |
AccessLogSearchResult |
searchAccessLogs(int startIndex,
int maxCount,
String userGridId,
String userId,
String serviceGridId,
String[] serviceIds,
Calendar startDateTime,
Calendar endDateTime,
MatchingCondition[] conditions,
Order[] orders) |
AccessLogSearchResult |
searchAccessLogsOfService(int startIndex,
int maxCount,
String serviceGridId,
String serviceId,
Calendar startDateTime,
Calendar endDateTime,
Order[] orders) |
AccessLogSearchResult |
searchAccessLogsOfUser(int startIndex,
int maxCount,
String userGridId,
String userId,
Calendar startDateTime,
Calendar endDateTime,
Order[] orders) |
AccessLogSearchResult |
searchLimitOverAccessLogs(int startIndex,
int maxCount,
String userGridId,
String userId,
String serviceGridId,
String[] serviceIds,
Calendar startDateTime,
Calendar endDateTime,
MatchingCondition[] conditions,
Order[] orders,
int limitCount) |
getAccessLimitDao, getAccessLogDao, getAccessRightDao, getAccessStateDao, getDaoContext, getDaoFactory, getDomainDao, getFederationDao, getGridDao, getInvocationDao, getNewsDao, getNodeDao, getOperationRequestDao, getOverUseLimitDao, getOverUseStateDao, getProtocolDao, getResourceDao, getResourceTypeDao, getScheduleDao, getServiceDao, getServiceDeploymentDao, getServiceTypeDao, getSystemPropertyDao, getTemporaryUserDao, getUserDaopublic AccessLogLogic()
throws DaoException
DaoExceptionpublic void clear()
throws DaoException
DaoExceptionpublic void addAccessLog(AccessLog log) throws DaoException
DaoExceptionpublic AccessLogSearchResult searchLimitOverAccessLogs(int startIndex, int maxCount, String userGridId, String userId, String serviceGridId, String[] serviceIds, Calendar startDateTime, Calendar endDateTime, MatchingCondition[] conditions, Order[] orders, int limitCount) throws DaoException
DaoExceptionpublic AccessLogSearchResult searchAccessLogs(int startIndex, int maxCount, String userGridId, String userId, String serviceGridId, String[] serviceIds, Calendar startDateTime, Calendar endDateTime, MatchingCondition[] conditions, Order[] orders) throws DaoException
DaoExceptionpublic AccessLogSearchResult searchAccessLogsOfService(int startIndex, int maxCount, String serviceGridId, String serviceId, Calendar startDateTime, Calendar endDateTime, Order[] orders) throws DaoException
DaoExceptionpublic AccessLogSearchResult searchAccessLogsOfUser(int startIndex, int maxCount, String userGridId, String userId, Calendar startDateTime, Calendar endDateTime, Order[] orders) throws DaoException
DaoException