public abstract class JCRAccountingEntry extends Object implements org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntry
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
date |
protected org.gcube.common.homelibary.model.items.accounting.AccountingDelegate |
entryDelegate |
protected static org.slf4j.Logger |
logger |
protected String |
user |
| Constructor and Description |
|---|
JCRAccountingEntry(org.gcube.common.homelibary.model.items.accounting.AccountingDelegate entryDelegate) |
JCRAccountingEntry(String id,
String user,
Calendar date) |
protected org.gcube.common.homelibary.model.items.accounting.AccountingDelegate entryDelegate
protected String user
protected Calendar date
protected static org.slf4j.Logger logger
public JCRAccountingEntry(org.gcube.common.homelibary.model.items.accounting.AccountingDelegate entryDelegate)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic abstract org.gcube.common.homelibary.model.items.accounting.AccountingEntryType getEntryType()
getEntryType in interface org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntrypublic String getUser()
getUser in interface org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntrypublic Calendar getDate()
getDate in interface org.gcube.common.homelibrary.home.workspace.accounting.AccountingEntrypublic void save()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2015. All Rights Reserved.