Modifier and Type | Method and Description |
---|---|
List<GxtAccountingField> |
GWTWorkspaceService.getAccountingHistory(String identifier)
Gets the accounting history.
|
List<GxtAccountingField> |
GWTWorkspaceService.getAccountingReaders(String identifier)
Gets the accounting readers.
|
Modifier and Type | Method and Description |
---|---|
void |
GWTWorkspaceServiceAsync.getAccountingHistory(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<List<GxtAccountingField>> callback)
Gets the accounting history.
|
void |
GWTWorkspaceServiceAsync.getAccountingReaders(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<List<GxtAccountingField>> callback)
Gets the accounting readers.
|
Modifier and Type | Method and Description |
---|---|
List<GxtAccountingField> |
WindowAccountingInfo.getAccountingsFields()
Gets the accountings fields.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowAccountingInfo.updateInfoContainer(List<GxtAccountingField> accountingsFields)
Update info container.
|
void |
AccoutingInfoContainer.updateListAccounting(List<GxtAccountingField> accountings) |
Constructor and Description |
---|
AccoutingInfoContainer(List<GxtAccountingField> accountings) |
WindowAccountingInfo(List<GxtAccountingField> accountingsFields)
Instantiates a new window accounting info.
|
Modifier and Type | Method and Description |
---|---|
List<GxtAccountingField> |
GWTWorkspaceBuilder.buildGXTAccountingItem(List<org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntry> accoutings,
GxtAccountingEntryType gxtEntryType)
Builds the gxt accounting item.
|
List<GxtAccountingField> |
GWTWorkspaceBuilder.buildGXTAccountingItemFromReaders(List<org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntryRead> readers)
Builds the gxt accounting item from readers.
|
List<GxtAccountingField> |
GWTWorkspaceServiceImpl.getAccountingHistory(String identifier) |
List<GxtAccountingField> |
GWTWorkspaceServiceImpl.getAccountingReaders(String identifier) |
Copyright © 2016. All Rights Reserved.