@Component(componentId="org.everit.resource.ri.ecm.Resource",
configurationPolicy=FACTORY,
label="Everit Resource RI",
description="Resource component manages resource table.")
@StringAttributes(value=@StringAttribute(attributeId="service.description",defaultValue="Default Resource Service",priority=1.0f,label="Service Description",description="The description of this component configuration. It is used to easily identify the service registered by this component."))
@ManualService(value=org.everit.resource.ResourceService.class)
public class ResourceComponent
extends Object
ResourceService interface based on ResourceServiceImpl.| Constructor and Description |
|---|
ResourceComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.everit.osgi.ecm.component.ComponentContext<ResourceComponent> componentContext)
Component activator method.
|
void |
deactivate()
Component deactivate method.
|
void |
setQuerydslSupport(org.everit.persistence.querydsl.support.QuerydslSupport querydslSupport) |
@Activate public void activate(org.everit.osgi.ecm.component.ComponentContext<ResourceComponent> componentContext)
@Deactivate public void deactivate()
@ServiceRef(attributeId="querydslSupport.target",
defaultValue="",
attributePriority=2.0f,
label="Querydsl Support OSGi filter",
description="OSGi Service filter expression for QueryDSLSupport instance.")
public void setQuerydslSupport(org.everit.persistence.querydsl.support.QuerydslSupport querydslSupport)
Copyright © 2011–2015 Everit Kft.. All rights reserved.