Liferay 6.0.5

Uses of Class
com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics

Packages that use CompanyStatistics
com.liferay.portal.monitoring.statistics.portlet   
 

Uses of CompanyStatistics in com.liferay.portal.monitoring.statistics.portlet
 

Methods in com.liferay.portal.monitoring.statistics.portlet that return CompanyStatistics
 CompanyStatistics ServerStatistics.getCompanyStatistics(long companyId)
           
 CompanyStatistics ServerStatistics.getCompanyStatistics(String webId)
           
 CompanyStatistics ServerStatistics.register(String webId)
           
 

Methods in com.liferay.portal.monitoring.statistics.portlet that return types with arguments of type CompanyStatistics
 Set<CompanyStatistics> ServerStatistics.getCompanyStatisticsSet()
           
 

Methods in com.liferay.portal.monitoring.statistics.portlet with parameters of type CompanyStatistics
protected  long ResourceRequestSummaryStatistics.getAverageTimeByCompany(CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getAverageTimeByCompany(CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getAverageTimeByCompany(CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getAverageTimeByCompany(CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getErrorCountByCompany(CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getErrorCountByCompany(CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getErrorCountByCompany(CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getErrorCountByCompany(CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getErrorCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getErrorCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getErrorCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getErrorCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getMaxTimeByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getMaxTimeByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getMaxTimeByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getMaxTimeByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getMinTimeByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getMinTimeByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getMinTimeByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getMinTimeByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getRequestCountByCompany(CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getRequestCountByCompany(CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getRequestCountByCompany(CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getRequestCountByCompany(CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getRequestCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getRequestCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getRequestCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getRequestCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getSuccessCountByCompany(CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getSuccessCountByCompany(CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getSuccessCountByCompany(CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getSuccessCountByCompany(CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getSuccessCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getSuccessCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getSuccessCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getSuccessCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getTimeoutCountByCompany(CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getTimeoutCountByCompany(CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getTimeoutCountByCompany(CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getTimeoutCountByCompany(CompanyStatistics companyStatistics)
           
protected  long ResourceRequestSummaryStatistics.getTimeoutCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long RenderRequestSummaryStatistics.getTimeoutCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long EventRequestSummaryStatistics.getTimeoutCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
protected  long ActionRequestSummaryStatistics.getTimeoutCountByPortlet(String portletId, CompanyStatistics companyStatistics)
           
 


Liferay 6.0.5