Uses of Class
hu.midori.kosmos.model.CcProject

Packages that use CcProject
hu.midori.kosmos.protocol   
hu.midori.kosmos.server.cc   
 

Uses of CcProject in hu.midori.kosmos.protocol
 

Methods in hu.midori.kosmos.protocol that return types with arguments of type CcProject
 java.util.List<CcProject> CcService.getProjects(java.lang.String url)
          Returns the project with the CC results page at the given URL.
 

Uses of CcProject in hu.midori.kosmos.server.cc
 

Methods in hu.midori.kosmos.server.cc that return types with arguments of type CcProject
 java.util.List<CcProject> CcServiceImpl.getProjects(java.lang.String url)