Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.configuration.service
Interface WebAnnotationConfigurationService

All Known Implementing Classes:
WebAnnotationConfigurationServiceImpl

public interface WebAnnotationConfigurationService

Author:
Thomas Roger, Quentin Lamerand

Method Summary
 List<WebAnnotationDefinitionDescriptor> getAllWebAnnotationDefinitions()
           
 Set<String> getDisplayedFields()
           
 List<WebAnnotationDefinitionDescriptor> getEnabledWebAnnotationDefinitions()
           
 Map<String,String> getFieldLabels()
           
 Map<String,FilterDescriptor> getFilterDefinitions()
           
 UserInfoMapper getUserInfoMapper()
           
 WebPermission getWebPermission()
           
 

Method Detail

getAllWebAnnotationDefinitions

List<WebAnnotationDefinitionDescriptor> getAllWebAnnotationDefinitions()

getEnabledWebAnnotationDefinitions

List<WebAnnotationDefinitionDescriptor> getEnabledWebAnnotationDefinitions()

getUserInfoMapper

UserInfoMapper getUserInfoMapper()

getWebPermission

WebPermission getWebPermission()

getFilterDefinitions

Map<String,FilterDescriptor> getFilterDefinitions()

getDisplayedFields

Set<String> getDisplayedFields()

getFieldLabels

Map<String,String> getFieldLabels()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.