Class NeutronSecurityGroupInterface
- java.lang.Object
-
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
-
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<SecurityGroup,SecurityGroups,SecurityGroupKey,NeutronSecurityGroup>
-
- org.opendaylight.neutron.transcriber.NeutronSecurityGroupInterface
-
- All Implemented Interfaces:
AutoCloseable,INeutronCRUD<NeutronSecurityGroup>,INeutronSecurityGroupCRUD
@Singleton public final class NeutronSecurityGroupInterface extends AbstractNeutronInterface<SecurityGroup,SecurityGroups,SecurityGroupKey,NeutronSecurityGroup> implements INeutronSecurityGroupCRUD
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result
-
-
Constructor Summary
Constructors Constructor Description NeutronSecurityGroupInterface(org.opendaylight.controller.md.sal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronSecurityGroupfromMd(SecurityGroup group)protected List<SecurityGroup>getDataObjectList(SecurityGroups groups)protected SecurityGrouptoMd(NeutronSecurityGroup securityGroup)-
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<SecurityGroup> getDataObjectList(SecurityGroups groups)
- Specified by:
getDataObjectListin classAbstractTranscriberInterface<SecurityGroup,SecurityGroups,SecurityGroupKey,NeutronSecurityGroup,Neutron>
-
fromMd
protected NeutronSecurityGroup fromMd(SecurityGroup group)
- Specified by:
fromMdin classAbstractTranscriberInterface<SecurityGroup,SecurityGroups,SecurityGroupKey,NeutronSecurityGroup,Neutron>
-
toMd
protected SecurityGroup toMd(NeutronSecurityGroup securityGroup)
- Specified by:
toMdin classAbstractTranscriberInterface<SecurityGroup,SecurityGroups,SecurityGroupKey,NeutronSecurityGroup,Neutron>
-
-