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.mdsal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronSecurityGroup
fromMd(SecurityGroup group)
protected Collection<SecurityGroup>
getDataObjectList(SecurityGroups groups)
protected SecurityGroup
toMd(NeutronSecurityGroup securityGroup)
-
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<SecurityGroup> getDataObjectList(SecurityGroups groups)
- Specified by:
getDataObjectList
in classAbstractTranscriberInterface<SecurityGroup,SecurityGroups,SecurityGroupKey,NeutronSecurityGroup,Neutron>
-
fromMd
protected NeutronSecurityGroup fromMd(SecurityGroup group)
- Specified by:
fromMd
in classAbstractTranscriberInterface<SecurityGroup,SecurityGroups,SecurityGroupKey,NeutronSecurityGroup,Neutron>
-
toMd
protected SecurityGroup toMd(NeutronSecurityGroup securityGroup)
- Specified by:
toMd
in classAbstractTranscriberInterface<SecurityGroup,SecurityGroups,SecurityGroupKey,NeutronSecurityGroup,Neutron>
-
-