Class NeutronTrunkInterface
- java.lang.Object
 - 
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
 - 
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<Trunk,Trunks,TrunkKey,NeutronTrunk>
 - 
- org.opendaylight.neutron.transcriber.NeutronTrunkInterface
 
 
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,INeutronCRUD<NeutronTrunk>,INeutronTrunkCRUD
@Singleton public final class NeutronTrunkInterface extends AbstractNeutronInterface<Trunk,Trunks,TrunkKey,NeutronTrunk> implements INeutronTrunkCRUD
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NeutronTrunkInterface(org.opendaylight.mdsal.binding.api.DataBroker db) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronTrunkfromMd(Trunk trunk)protected Collection<Trunk>getDataObjectList(Trunks trunks)protected TrunktoMd(NeutronTrunk trunk)- 
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
- 
getDataObjectList
protected Collection<Trunk> getDataObjectList(Trunks trunks)
- Specified by:
 getDataObjectListin classAbstractTranscriberInterface<Trunk,Trunks,TrunkKey,NeutronTrunk,Neutron>
 
- 
fromMd
protected NeutronTrunk fromMd(Trunk trunk)
- Specified by:
 fromMdin classAbstractTranscriberInterface<Trunk,Trunks,TrunkKey,NeutronTrunk,Neutron>
 
- 
toMd
protected Trunk toMd(NeutronTrunk trunk)
- Specified by:
 toMdin classAbstractTranscriberInterface<Trunk,Trunks,TrunkKey,NeutronTrunk,Neutron>
 
 - 
 
 -