public class NCSComponentServiceImpl extends Object implements NCSComponentService
Constructor and Description |
---|
NCSComponentServiceImpl() |
Modifier and Type | Method and Description |
---|---|
NCSComponent |
addOrUpdateComponents(NCSComponent component,
boolean deleteOrphans) |
NCSComponent |
addSubcomponent(String type,
String foreignSource,
String foreignId,
NCSComponent subComponent,
boolean deleteOrphans) |
void |
deleteComponent(String type,
String foreignSource,
String foreignId,
boolean deleteOrphans) |
NCSRestService.ComponentList |
findComponentsWithAttribute(String attrKey,
String attrValue) |
NCSComponent |
getComponent(String type,
String foreignSource,
String foreignId) |
void |
setEventProxy(EventProxy proxy) |
public void setEventProxy(EventProxy proxy) throws Exception
setEventProxy
in interface NCSComponentService
Exception
@Transactional public NCSComponent getComponent(String type, String foreignSource, String foreignId)
getComponent
in interface NCSComponentService
@Transactional public NCSRestService.ComponentList findComponentsWithAttribute(String attrKey, String attrValue)
findComponentsWithAttribute
in interface NCSComponentService
@Transactional public NCSComponent addOrUpdateComponents(NCSComponent component, boolean deleteOrphans)
addOrUpdateComponents
in interface NCSComponentService
@Transactional public NCSComponent addSubcomponent(String type, String foreignSource, String foreignId, NCSComponent subComponent, boolean deleteOrphans)
addSubcomponent
in interface NCSComponentService
@Transactional public void deleteComponent(String type, String foreignSource, String foreignId, boolean deleteOrphans)
deleteComponent
in interface NCSComponentService
Copyright © 2019. All rights reserved.