Uses of Class
net.n2oapp.framework.access.metadata.accesspoint.model.N2oMenuItemAccessPoint
-
-
Uses of N2oMenuItemAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.persister
Methods in net.n2oapp.framework.access.metadata.accesspoint.persister that return types with arguments of type N2oMenuItemAccessPoint Modifier and Type Method Description java.lang.Class<N2oMenuItemAccessPoint>N2oMenuAccessPointPersister. getElementClass()Methods in net.n2oapp.framework.access.metadata.accesspoint.persister with parameters of type N2oMenuItemAccessPoint Modifier and Type Method Description org.jdom2.ElementN2oMenuAccessPointPersister. persist(N2oMenuItemAccessPoint menuItem, org.jdom2.Namespace namespaceElement) -
Uses of N2oMenuItemAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.reader
Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return N2oMenuItemAccessPoint Modifier and Type Method Description N2oMenuItemAccessPointN2oMenuAccessPointReader. read(org.jdom2.Element element)Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return types with arguments of type N2oMenuItemAccessPoint Modifier and Type Method Description java.lang.Class<N2oMenuItemAccessPoint>N2oMenuAccessPointReader. getElementClass() -
Uses of N2oMenuItemAccessPoint in net.n2oapp.framework.access.metadata.schema.simple
Methods in net.n2oapp.framework.access.metadata.schema.simple with parameters of type N2oMenuItemAccessPoint Modifier and Type Method Description static voidReproducerAccessPoint. reproduceAccessPoint(N2oMenuItemAccessPoint accessPoint, java.util.List<AccessPoint> pointList)
-