market.statistics
Class CCompleteStats
java.lang.Object
|
+--data.AbstractNameable
|
+--data.ooimpl.CatalogItemImpl
|
+--data.ooimpl.CatalogImpl
|
+--market.statistics.CCompleteStats
- All Implemented Interfaces:
- Catalog, CatalogItem, Cloneable, Comparable, DataBasketEntryDestination, DataBasketEntrySource, DataBasketKeys, ListenableCatalog, Nameable, NameContext, SelfManagingDBEDestination, SelfManagingDBESource, Serializable
- public class CCompleteStats
- extends CatalogImpl
Catalog that contains the article statistics of passed months as its items. Those items are
CSalesStats
.
- See Also:
- Serialized Form
Method Summary |
CSalesStats |
get(String id)
Get method that handles the necessary contains the necessary try-catch block of the original
get-method. |
Methods inherited from class data.ooimpl.CatalogImpl |
add, addCatalogChangeListener, checkNameChange, commitAdd, commitRemove, contains, createPeer, fireCanEditCatalogItem, fireCanRemoveCatalogItem, fireCatalogItemAddCommit, fireCatalogItemAdded, fireCatalogItemAddRollback, fireCatalogItemRemoveCommit, fireCatalogItemRemoved, fireCatalogItemRemoveRollback, fireCommitEditCatalogItem, fireEditingCatalogItem, fireRollbackEditCatalogItem, get, getEditableCopy, getEditingItemsContainer, getItemsContainer, getItemsLock, getNCMonitor, getShallowClone, getTemporaryAddedItemsContainer, getTemporaryRemovedItemsContainer, iterator, keySet, nameHasChanged, remove, remove, removeCatalogChangeListener, rollbackAdd, rollbackRemove, size, toString |
CCompleteStats
public CCompleteStats(String s)
- Parameters:
s
- the name of this Catalog.
get
public CSalesStats get(String id)
- Get method that handles the necessary contains the necessary try-catch block of the original
get-method.
- Parameters:
id
- the ID of the monthly statistics item to be returned.
- Returns:
- a statistics item.