Class NeutronL2gatewayConnectionInterface
- java.lang.Object
-
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
-
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<L2gatewayConnection,L2gatewayConnections,L2gatewayConnectionKey,NeutronL2gatewayConnection>
-
- org.opendaylight.neutron.transcriber.NeutronL2gatewayConnectionInterface
-
- All Implemented Interfaces:
AutoCloseable,INeutronCRUD<NeutronL2gatewayConnection>,INeutronL2gatewayConnectionCRUD
@Singleton public final class NeutronL2gatewayConnectionInterface extends AbstractNeutronInterface<L2gatewayConnection,L2gatewayConnections,L2gatewayConnectionKey,NeutronL2gatewayConnection> implements INeutronL2gatewayConnectionCRUD
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result
-
-
Constructor Summary
Constructors Constructor Description NeutronL2gatewayConnectionInterface(org.opendaylight.controller.md.sal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronL2gatewayConnectionfromMd(L2gatewayConnection l2gatewayConnection)protected List<L2gatewayConnection>getDataObjectList(L2gatewayConnections l2gatewayConnections)protected L2gatewayConnectiontoMd(NeutronL2gatewayConnection neutronObject)-
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractNeutronInterface
getMdParentClass
-
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractTranscriberInterface
add, areAllDependenciesAvailable, close, exists, fromMdAdminAttributes, fromMdBaseAttributes, fromMdIds, get, getAll, getDataBroker, ifNonNull, readMd, remove, toMd, toMdAdminAttributes, toMdBaseAttributes, toMdIds, toMdIds, toUuid, update
-
-
-
-
Method Detail
-
getDataObjectList
protected List<L2gatewayConnection> getDataObjectList(L2gatewayConnections l2gatewayConnections)
-
fromMd
protected NeutronL2gatewayConnection fromMd(L2gatewayConnection l2gatewayConnection)
- Specified by:
fromMdin classAbstractTranscriberInterface<L2gatewayConnection,L2gatewayConnections,L2gatewayConnectionKey,NeutronL2gatewayConnection,Neutron>
-
toMd
protected L2gatewayConnection toMd(NeutronL2gatewayConnection neutronObject)
- Specified by:
toMdin classAbstractTranscriberInterface<L2gatewayConnection,L2gatewayConnections,L2gatewayConnectionKey,NeutronL2gatewayConnection,Neutron>
-
-