public class XBRRevService extends XBRDefaultService<XBRRev> implements XBCRevService<XBRRev>
catalogitemManager| Constructor and Description |
|---|
XBRRevService(XBRCatalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
XBRRev |
findRevById(long id)
Get Revision of given index
|
XBRRev |
findRevByXB(XBCSpec spec,
long xbIndex)
Get Bind of given index
|
java.lang.Long |
getAllRevisionsCount() |
XBRRev |
getRev(XBCSpec spec,
long index)
Get Bind of given index
|
java.util.List<XBCRev> |
getRevs(XBCSpec spec)
Get list of all binds
|
long |
getRevsCount(XBCSpec spec)
Returns count of revisions
|
createItem, getAllItems, getItem, getItemsCount, persistItem, removeItemclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateItem, getAllItems, getItem, getItemsCount, persistItem, removeItempublic XBRRevService(XBRCatalog catalog)
public XBRRev findRevById(long id)
XBCRevServicefindRevById in interface XBCRevService<XBRRev>public XBRRev findRevByXB(XBCSpec spec, long xbIndex)
XBCRevServicefindRevByXB in interface XBCRevService<XBRRev>xbIndex - XBIndex of given bindpublic XBRRev getRev(XBCSpec spec, long index)
XBCRevServicegetRev in interface XBCRevService<XBRRev>public java.util.List<XBCRev> getRevs(XBCSpec spec)
XBCRevServicegetRevs in interface XBCRevService<XBRRev>public java.lang.Long getAllRevisionsCount()
getAllRevisionsCount in interface XBCRevService<XBRRev>public long getRevsCount(XBCSpec spec)
XBCRevServicegetRevsCount in interface XBCRevService<XBRRev>