added support for Repeating Components

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports@70913 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-03-05 18:53:57 +00:00
parent f0e76cedbc
commit fc3bf84c69
1 changed files with 5 additions and 4 deletions

View File

@ -93,6 +93,10 @@ import com.liferay.portlet.documentlibrary.model.DLFileEntry;
public class ReportServiceImpl extends RemoteServiceServlet implements ReportService {
public static GCUBEClientLog _log = new GCUBEClientLog(ReportServiceImpl.class);
/**
* used for debugging in eclipse
*/
private boolean withinPortal = true;
/**
* EXPORT DIR
*/
@ -159,10 +163,7 @@ public class ReportServiceImpl extends RemoteServiceServlet implements ReportSe
_log.info("Initializing Servlet ReportServiceImpl...");
store = new MyDerbyStore();
}
/**
* used for debugging in eclipse
*/
private boolean withinPortal = false;
/**
* the current ASLSession
* @return .