Class SupportRtConfigDao
- java.lang.Object
-
- org.opennms.netmgt.rt.ReadOnlyRtConfigDao
-
- org.opennms.web.controller.support.SupportRtConfigDao
-
- All Implemented Interfaces:
RtConfigDao
public class SupportRtConfigDao extends ReadOnlyRtConfigDao
-
-
Constructor Summary
Constructors Constructor Description SupportRtConfigDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseURL()
String
getFtpBaseURL()
String
getOSFieldName()
protected String
getPrefix()
Long
getQueueId()
String
getVersionFieldName()
void
save()
void
setFtpBaseURL(String url)
void
setOSFieldName(String name)
void
setPassword(String password)
void
setQueueId(long queueId)
void
setUsername(String username)
void
setVersionFieldName(String name)
-
Methods inherited from class org.opennms.netmgt.rt.ReadOnlyRtConfigDao
clearCache, getCancelledStatus, getClosedStatus, getFile, getOpenStatus, getPassword, getProperties, getQueue, getRequestor, getRetry, getStringProperty, getTimeout, getUsername, getUseSystemProxy, getValidCancelledStatus, getValidClosedStatus, getValidOpenStatus, setProperty
-
-
-
-
Method Detail
-
getPrefix
protected String getPrefix()
- Overrides:
getPrefix
in classReadOnlyRtConfigDao
-
save
public void save() throws IOException
- Specified by:
save
in interfaceRtConfigDao
- Overrides:
save
in classReadOnlyRtConfigDao
- Throws:
IOException
-
setUsername
public void setUsername(String username)
-
setPassword
public void setPassword(String password)
-
getQueueId
public Long getQueueId()
-
setQueueId
public void setQueueId(long queueId)
-
getBaseURL
public String getBaseURL()
- Specified by:
getBaseURL
in interfaceRtConfigDao
- Overrides:
getBaseURL
in classReadOnlyRtConfigDao
-
setFtpBaseURL
public void setFtpBaseURL(String url)
-
getFtpBaseURL
public String getFtpBaseURL()
-
setVersionFieldName
public void setVersionFieldName(String name)
-
getVersionFieldName
public String getVersionFieldName()
-
setOSFieldName
public void setOSFieldName(String name)
-
getOSFieldName
public String getOSFieldName()
-
-