| Package | Description |
|---|---|
| com.jinfonet.web.modules.dashboard |
| Modifier and Type | Method and Description |
|---|---|
LCInfo |
DashboardInfo.getCurrentLC()
Return current library component.
|
| Modifier and Type | Method and Description |
|---|---|
List<LCInfo> |
DashboardInfo.getLCs()
Return the list of other library components in the dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardInfo.setCurrentLC(LCInfo currentLC)
Set current library component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardInfo.setLCs(List<LCInfo> lcs)
Set other library components in the dashboard.
|
| Constructor and Description |
|---|
DashboardInfo(String dshPath,
String dshName,
List<LCInfo> lcs,
LCInfo currentLC,
String userName)
Create a new
DashboardInfo instance. |
| Constructor and Description |
|---|
DashboardInfo(String dshPath,
String dshName,
List<LCInfo> lcs,
LCInfo currentLC,
String userName)
Create a new
DashboardInfo instance. |
© insightsoftware. All rights reserved.