Modifier and Type | Method and Description |
---|---|
protected List<T> |
OnmsDaoContainer.getItemsForCache(OnmsDao<T,K> dao,
OnmsDaoContainer.Page page) |
Constructor and Description |
---|
OnmsDaoContainer(Class<T> itemClass,
OnmsDao<T,K> dao) |
Modifier and Type | Class and Description |
---|---|
static class |
DatabasePopulator.DaoSupport<T extends OnmsDao> |
static interface |
DatabasePopulator.Extension<T extends OnmsDao> |
Modifier and Type | Method and Description |
---|---|
<T extends OnmsDao> |
DatabasePopulator.lookupDao(Class<? super OnmsDao> daoClass) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePopulator.registerDao(Class<? super OnmsDao> daoClass,
OnmsDao dao) |
Modifier and Type | Method and Description |
---|---|
<T extends OnmsDao> |
DatabasePopulator.lookupDao(Class<? super OnmsDao> daoClass) |
void |
DatabasePopulator.registerDao(Class<? super OnmsDao> daoClass,
OnmsDao dao) |
Modifier and Type | Interface and Description |
---|---|
interface |
AcknowledgmentDao
Contract for persisting Acknowledgments
|
interface |
AlarmDao |
interface |
ApplicationDao
ApplicationDao interface.
|
interface |
AssetRecordDao
AssetRecordDao interface.
|
interface |
AtInterfaceDao |
interface |
BridgeBridgeLinkDao
BridgeBridgeLinkDao interface.
|
interface |
BridgeElementDao
BridgeElementDao interface.
|
interface |
BridgeMacLinkDao
BridgeMacLinkDao interface.
|
interface |
BridgeStpLinkDao
BridgeStpLinkDao interface.
|
interface |
CategoryDao
CategoryDao interface.
|
interface |
CdpElementDao
CdpElementDao interface.
|
interface |
CdpLinkDao |
interface |
DataLinkInterfaceDao
DataLinkInterfaceDao interface.
|
interface |
DemandPollDao
DemandPollDao interface.
|
interface |
DistPollerDao
DistPollerDao interface.
|
interface |
EventCountDao |
interface |
EventDao |
interface |
FilterFavoriteDao |
interface |
HwEntityAttributeTypeDao
The Interface HwEntityAttributeTypeDao.
|
interface |
HwEntityDao
The Interface HwEntityDao.
|
interface |
IpInterfaceDao
IpInterfaceDao interface.
|
interface |
IpNetToMediaDao
IpNetToMediaDao interface.
|
interface |
IpRouteInterfaceDao |
interface |
IsIsElementDao
IsIsElementDao interface.
|
interface |
IsIsLinkDao |
interface |
LegacyOnmsDao<T,K extends Serializable>
Deprecated.
DAO interfaces that inherit from this should be refactored to no longer
use the
OnmsCriteria functions. |
interface |
LinkStateDao
LinkStateDao interface.
|
interface |
LldpElementDao
LldpElementDao interface.
|
interface |
LldpLinkDao |
interface |
LocationMonitorDao
LocationMonitorDao interface.
|
interface |
MemoDao |
interface |
MonitoredServiceDao
MonitoredServiceDao interface.
|
interface |
NodeDao |
interface |
NotificationDao
NotificationDao interface.
|
interface |
OnmsMapDao
OnmsMapDao interface.
|
interface |
OnmsMapElementDao
OnmsMapElementDao interface.
|
interface |
OspfElementDao
OspfElementDao interface.
|
interface |
OspfLinkDao |
interface |
OutageDao
OutageDao interface.
|
interface |
PathOutageDao
PathOutageDao interface
|
interface |
ReportCatalogDao
ReportCatalogDao interface.
|
interface |
RequisitionedCategoryAssociationDao |
interface |
ResourceReferenceDao
DAO for accessing ResourceReference objects.
|
interface |
ServiceTypeDao
ServiceTypeDao interface.
|
interface |
SnmpInterfaceDao
SnmpInterfaceDao interface.
|
interface |
StatisticsReportDao
DAO for accessing StatisticsReport objects.
|
interface |
StatisticsReportDataDao
DAO for accessing StatisticsReportData objects.
|
interface |
StpInterfaceDao |
interface |
StpNodeDao |
interface |
UserNotificationDao
UserNotificationDao interface.
|
interface |
VlanDao |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMockDao<T,K extends Serializable> |
class |
MockAcknowledgmentDao |
class |
MockAlarmDao |
class |
MockApplicationDao |
class |
MockAssetRecordDao |
class |
MockAtInterfaceDao |
class |
MockCategoryDao |
class |
MockDataLinkInterfaceDao |
class |
MockDemandPollDao |
class |
MockDistPollerDao |
class |
MockEventDao |
class |
MockIpInterfaceDao |
class |
MockIpRouteInterfaceDao |
class |
MockLocationMonitorDao |
class |
MockMemoDao |
class |
MockMonitoredServiceDao |
class |
MockNodeDao |
class |
MockNotificationDao |
class |
MockOnmsMapDao |
class |
MockOnmsMapElementDao |
class |
MockOutageDao |
class |
MockRequisitionedCategoryAssociationDao |
class |
MockResourceReferenceDao |
class |
MockServiceTypeDao |
class |
MockSnmpInterfaceDao |
class |
MockStatisticsReportDao |
class |
MockStpInterfaceDao |
class |
MockStpNodeDao |
class |
MockUserNotificationDao |
class |
MockVlanDao |
class |
UnimplementedIpInterfaceDao |
class |
UnimplementedMonitoredServiceDao |
Modifier and Type | Method and Description |
---|---|
abstract OnmsDao<T,Integer> |
AbstractBaseStatisticsService.getDao() |
Modifier and Type | Class and Description |
---|---|
class |
CreateIfNecessaryTemplate<T,D extends OnmsDao<T,?>>
Template for creating a row if and only if one doesn't already exists.
|
class |
UpsertTemplate<T,D extends OnmsDao<T,?>>
A UpsertTemplate for handling the update if it exists/insert if it doesn't case in the midst of
concurrent database updates.
|
Modifier and Type | Field and Description |
---|---|
protected D |
UpsertTemplate.m_dao |
Modifier and Type | Class and Description |
---|---|
class |
NCSComponentDao |
Modifier and Type | Class and Description |
---|---|
class |
EventCountDaoHibernate |
Copyright © 2015. All rights reserved.