1 5 package org.exoplatform.services.portal.log; 6 7 import org.exoplatform.commons.utils.PageList ; 8 13 public interface PortalLogService { 14 public SessionLogData getSessionLogData(String id) throws Exception ; 15 public void saveSessionLogData(SessionLogData data) throws Exception ; 16 public PageList getSessionLogDatas(Query q) throws Exception ; 17 } 18 | Popular Tags |