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, getUserDao
public AccessLogLogic() throws DaoException
DaoException
public void clear() throws DaoException
DaoException
public void addAccessLog(AccessLog log) throws DaoException
DaoException
public 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
DaoException
public AccessLogSearchResult searchAccessLogs(int startIndex, int maxCount, String userGridId, String userId, String serviceGridId, String[] serviceIds, Calendar startDateTime, Calendar endDateTime, MatchingCondition[] conditions, Order[] orders) throws DaoException
DaoException
public AccessLogSearchResult searchAccessLogsOfService(int startIndex, int maxCount, String serviceGridId, String serviceId, Calendar startDateTime, Calendar endDateTime, Order[] orders) throws DaoException
DaoException
public AccessLogSearchResult searchAccessLogsOfUser(int startIndex, int maxCount, String userGridId, String userId, Calendar startDateTime, Calendar endDateTime, Order[] orders) throws DaoException
DaoException