public class SearchUIConfigService extends DefaultComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
AVAILABLE_RESULT_COLUMNS |
static String |
AVAILABLE_SEARCH_COLUMNS |
static ComponentName |
NAME |
| Constructor and Description |
|---|
SearchUIConfigService() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
List<FieldGroupDescriptor> |
getFieldGroups(String configName) |
List<FieldDescriptor> |
getResultColumns(String name) |
void |
registerConfig(Extension extension) |
void |
registerExtension(Extension extension)
Registers the given extension.
|
void |
registerResultColumnGroup(Extension extension) |
void |
unregisterExtension(Extension extension)
Unregisters the given extension.
|
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerContribution, setLastModified, unregisterContributionpublic static final ComponentName NAME
public static final String AVAILABLE_SEARCH_COLUMNS
public static final String AVAILABLE_RESULT_COLUMNS
public void activate(ComponentContext context) throws Exception
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextException - if an error occurs during activationpublic void deactivate(ComponentContext context) throws Exception
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime contextException - if an error occurs during activationpublic void registerExtension(Extension extension) throws Exception
ExtensibleregisterExtension in interface ExtensibleregisterExtension in class DefaultComponentextension - the extension to registerException - if any error occurspublic void registerConfig(Extension extension)
public void registerResultColumnGroup(Extension extension)
public void unregisterExtension(Extension extension) throws Exception
ExtensibleunregisterExtension in interface ExtensibleunregisterExtension in class DefaultComponentextension - the extension to unregisterException - if any error occurspublic List<FieldGroupDescriptor> getFieldGroups(String configName)
public List<FieldDescriptor> getResultColumns(String name)
Copyright © 2012 Nuxeo SA. All Rights Reserved.