Uses of Class
com.jalios.jcms.db.DBEventLogSummary
-
Packages that use DBEventLogSummary Package Description com.jalios.jcms.db com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). -
-
Uses of DBEventLogSummary in com.jalios.jcms.db
Methods in com.jalios.jcms.db that return types with arguments of type DBEventLogSummary Modifier and Type Method Description java.util.List<DBEventLogSummary>
DBEventLogManager. getDBEventLogsSummary()
-
Uses of DBEventLogSummary in com.jalios.jcms.handler
Methods in com.jalios.jcms.handler that return types with arguments of type DBEventLogSummary Modifier and Type Method Description java.util.List<DBEventLogSummary>
JSyncManagerHandler. getDBEventLogSummaryList()
Method parameters in com.jalios.jcms.handler with type arguments of type DBEventLogSummary Modifier and Type Method Description void
JSyncManagerHandler. setDBEventLogSummaryList(java.util.List<DBEventLogSummary> dbEventLogSummaryList)
-