public class ConnectionInfo
extends com.labvantage.sapphire.BaseClass
implements com.labvantage.sapphire.services.ConnectionInfo, java.io.Serializable
Constructor and Description |
---|
ConnectionInfo(java.util.HashMap userAttributeMap) |
ConnectionInfo(com.labvantage.sapphire.services.SapphireConnection sapphireConnection) |
ConnectionInfo(com.labvantage.sapphire.platform.SapphireDatabase sapphireDatabase) |
ConnectionInfo(java.lang.String username,
java.lang.String password) |
ConnectionInfo(java.lang.String nameserverlist,
java.lang.String username,
java.lang.String password)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthTokenId() |
java.lang.String |
getConnectionId() |
java.lang.String |
getCurrentJobtype() |
java.lang.String |
getDatabaseId() |
java.lang.String |
getDbms() |
java.lang.String |
getDbServer() |
java.lang.String |
getDefaultDepartment() |
java.lang.String |
getDepartmentList() |
java.lang.String |
getDeviceId() |
java.lang.String |
getExternalAppId() |
java.lang.String |
getGuiMode() |
java.lang.String |
getJobtypeList() |
java.lang.String |
getLanguage() |
java.lang.String |
getLocale() |
java.lang.String |
getModuleList() |
java.lang.String |
getNameServerList()
Deprecated.
|
java.lang.String |
getPassword() |
java.lang.String |
getRoleList() |
java.lang.String |
getServerPassword() |
java.lang.String |
getServerUsername() |
java.lang.String |
getSqlDatabase() |
java.lang.String |
getSysuserId() |
java.lang.String |
getSysuserName() |
java.lang.String |
getTimeZone() |
java.lang.String |
getTool() |
boolean |
getUseFullIncludes() |
java.util.HashMap |
getUserAttributeMap() |
java.lang.String |
getUserType() |
boolean |
hasModule(java.lang.String module) |
boolean |
hasRole(java.lang.String role) |
boolean |
isDepartmentMember(java.lang.String department) |
boolean |
isOracle() |
boolean |
isRtl() |
boolean |
isSqlServer() |
java.lang.String |
toString() |
public ConnectionInfo(com.labvantage.sapphire.services.SapphireConnection sapphireConnection)
public ConnectionInfo(com.labvantage.sapphire.platform.SapphireDatabase sapphireDatabase)
public ConnectionInfo(java.util.HashMap userAttributeMap)
public ConnectionInfo(java.lang.String nameserverlist, java.lang.String username, java.lang.String password)
public ConnectionInfo(java.lang.String username, java.lang.String password)
public java.lang.String getConnectionId()
getConnectionId
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getDatabaseId()
getDatabaseId
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getSysuserId()
getSysuserId
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getSysuserName()
getSysuserName
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getPassword()
getPassword
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getDeviceId()
getDeviceId
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getExternalAppId()
getExternalAppId
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getAuthTokenId()
getAuthTokenId
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getGuiMode()
getGuiMode
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getTool()
getTool
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getDbms()
getDbms
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getUserType()
getUserType
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getDbServer()
getDbServer
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getNameServerList()
public java.lang.String getServerUsername()
public java.lang.String getServerPassword()
public java.lang.String getSqlDatabase()
getSqlDatabase
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getRoleList()
getRoleList
in interface com.labvantage.sapphire.services.ConnectionInfo
public boolean hasRole(java.lang.String role)
hasRole
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getModuleList()
getModuleList
in interface com.labvantage.sapphire.services.ConnectionInfo
public boolean hasModule(java.lang.String module)
hasModule
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getLanguage()
getLanguage
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getLocale()
getLocale
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getTimeZone()
getTimeZone
in interface com.labvantage.sapphire.services.ConnectionInfo
public boolean isOracle()
isOracle
in interface com.labvantage.sapphire.services.ConnectionInfo
public boolean isSqlServer()
isSqlServer
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getDefaultDepartment()
getDefaultDepartment
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getDepartmentList()
getDepartmentList
in interface com.labvantage.sapphire.services.ConnectionInfo
public boolean isDepartmentMember(java.lang.String department)
isDepartmentMember
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getCurrentJobtype()
getCurrentJobtype
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String getJobtypeList()
getJobtypeList
in interface com.labvantage.sapphire.services.ConnectionInfo
public boolean isRtl()
isRtl
in interface com.labvantage.sapphire.services.ConnectionInfo
public boolean getUseFullIncludes()
getUseFullIncludes
in interface com.labvantage.sapphire.services.ConnectionInfo
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.HashMap getUserAttributeMap()