| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataController | |
|---|---|
| com.jalios.jcms | Contains the core JCMS classes. | 
| com.jalios.jcms.portlet | Contains core Portlets parent of all generated portlets. | 
| com.jalios.jcms.publicationfollower | |
| com.jalios.jcms.recommendation | |
| com.jalios.jcms.upload | |
| Uses of DataController in com.jalios.jcms | 
|---|
| Classes in com.jalios.jcms that implement DataController | |
|---|---|
|  class | BasicDataControllerThis class is a neutral implementation of DataController. | 
|  class | QuotaDataController | 
| Fields in com.jalios.jcms with type parameters of type DataController | |
|---|---|
| protected  HashMap<Class<?>,Set<DataController>> | Channel.dataControllerMap | 
| Methods in com.jalios.jcms that return types with arguments of type DataController | |
|---|---|
|  Map<Class<?>,Set<DataController>> | Channel.getDataControllerMap()Returns the internal map class/DataController. | 
|  Set<DataController> | Channel.getDataControllerSet(Class<?> clazz) | 
| Methods in com.jalios.jcms with parameters of type DataController | |
|---|---|
|  void | Channel.addDataController(DataController dc,
                  Class<?> clazz)Add the given DataController | 
|  void | Channel.removeDataController(DataController dc,
                     Class<?> clazz)Remove the given DataController | 
| Uses of DataController in com.jalios.jcms.portlet | 
|---|
| Classes in com.jalios.jcms.portlet that implement DataController | |
|---|---|
|  class | PortletQueryForeachDataControllerCheck the PortletQueryForeach options when JcmsDB search has been enabled. | 
| Uses of DataController in com.jalios.jcms.publicationfollower | 
|---|
| Classes in com.jalios.jcms.publicationfollower that implement DataController | |
|---|---|
|  class | PublicationFollowerController | 
| Uses of DataController in com.jalios.jcms.recommendation | 
|---|
| Classes in com.jalios.jcms.recommendation that implement DataController | |
|---|---|
|  class | RecommendationControllerThis Controller deletes all Recommendation on Publication deletion | 
| Uses of DataController in com.jalios.jcms.upload | 
|---|
| Classes in com.jalios.jcms.upload that implement DataController | |
|---|---|
|  class | UnzipDataControllerMonitors FileDocument zip file upload and create FileDocument from them. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||