public class XBERevService extends XBEDefaultService<XBERev> implements XBCRevService<XBERev>
catalogitemManager| Constructor and Description |
|---|
XBERevService(XBECatalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
XBERev |
findRevById(long id)
Get Revision of given index
|
XBERev |
findRevByXB(XBCSpec spec,
long xbIndex)
Get Bind of given index
|
java.lang.Long |
getAllRevisionsCount() |
XBERev |
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 XBERevService(XBECatalog catalog)
public XBERev findRevById(long id)
XBCRevServicefindRevById in interface XBCRevService<XBERev>public XBERev findRevByXB(XBCSpec spec, long xbIndex)
XBCRevServicefindRevByXB in interface XBCRevService<XBERev>xbIndex - XBIndex of given bindpublic XBERev getRev(XBCSpec spec, long index)
XBCRevServicegetRev in interface XBCRevService<XBERev>public java.util.List<XBCRev> getRevs(XBCSpec spec)
XBCRevServicegetRevs in interface XBCRevService<XBERev>public java.lang.Long getAllRevisionsCount()
getAllRevisionsCount in interface XBCRevService<XBERev>public long getRevsCount(XBCSpec spec)
XBCRevServicegetRevsCount in interface XBCRevService<XBERev>