Class NeutronSFCPortPairGroupInterface
- java.lang.Object
 - 
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
 - 
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<PortPairGroup,PortPairGroups,PortPairGroupKey,NeutronSFCPortPairGroup>
 - 
- org.opendaylight.neutron.transcriber.NeutronSFCPortPairGroupInterface
 
 
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,INeutronCRUD<NeutronSFCPortPairGroup>,INeutronSFCPortPairGroupCRUD
@Singleton public final class NeutronSFCPortPairGroupInterface extends AbstractNeutronInterface<PortPairGroup,PortPairGroups,PortPairGroupKey,NeutronSFCPortPairGroup> implements INeutronSFCPortPairGroupCRUD
Created by Anil Vishnoi (avishnoi@Brocade.com). 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NeutronSFCPortPairGroupInterface(org.opendaylight.mdsal.binding.api.DataBroker db) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronSFCPortPairGroupfromMd(PortPairGroup mdPortPairGroup)protected Collection<PortPairGroup>getDataObjectList(PortPairGroups dataObjects)protected PortPairGrouptoMd(NeutronSFCPortPairGroup neutronPortPairGroup)- 
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractNeutronInterface
getMdParentClass 
- 
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractTranscriberInterface
add, areAllDependenciesAvailable, checkedCommit, close, exists, fromMdAdminAttributes, fromMdBaseAttributes, fromMdIds, get, getAll, getDataBroker, ifNonNull, readMd, remove, toMd, toMdAdminAttributes, toMdBaseAttributes, toMdIds, toMdIds, toUuid, update 
 - 
 
 - 
 
- 
- 
Method Detail
- 
toMd
protected PortPairGroup toMd(NeutronSFCPortPairGroup neutronPortPairGroup)
- Specified by:
 toMdin classAbstractTranscriberInterface<PortPairGroup,PortPairGroups,PortPairGroupKey,NeutronSFCPortPairGroup,Neutron>
 
- 
fromMd
protected NeutronSFCPortPairGroup fromMd(PortPairGroup mdPortPairGroup)
- Specified by:
 fromMdin classAbstractTranscriberInterface<PortPairGroup,PortPairGroups,PortPairGroupKey,NeutronSFCPortPairGroup,Neutron>
 
- 
getDataObjectList
protected Collection<PortPairGroup> getDataObjectList(PortPairGroups dataObjects)
- Specified by:
 getDataObjectListin classAbstractTranscriberInterface<PortPairGroup,PortPairGroups,PortPairGroupKey,NeutronSFCPortPairGroup,Neutron>
 
 - 
 
 -