wt.fc.collections
Class RefreshHelper.LinkRefresh.LinkData

java.lang.Object
  extended bywt.fc.collections.RefreshHelper.LinkRefresh.LinkData
Enclosing class:
RefreshHelper.LinkRefresh

static final class RefreshHelper.LinkRefresh.LinkData
extends Object

Utility class to collect information selected about a link and its roles


Field Summary
(package private)  Class linkClass
           
(package private)  ObjectIdentifier linkOid
           
(package private)  int linkUpdateCount
           
(package private)  Class roleAClass
           
(package private)  int roleAKeyType
           
(package private)  QueryKey roleALinkKey
           
(package private)  ObjectIdentifier roleAOid
           
(package private)  int roleAUpdateCount
           
(package private)  Class roleBClass
           
(package private)  int roleBKeyType
           
(package private)  QueryKey roleBLinkKey
           
(package private)  ObjectIdentifier roleBOid
           
(package private)  int roleBUpdateCount
           
 
Constructor Summary
(package private) RefreshHelper.LinkRefresh.LinkData()
           
 
Method Summary
(package private)  int setLinkOid(Object[] columns, Class link_class, int cursor)
           
(package private)  int setRoleAOid(Object[] columns, int cursor)
           
(package private)  int setRoleAVersionKey(Object[] columns, int cursor)
           
(package private)  int setRoleBOid(Object[] columns, int cursor)
           
(package private)  int setRoleBVersionKey(Object[] columns, int cursor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

linkClass

Class linkClass

linkOid

ObjectIdentifier linkOid

linkUpdateCount

int linkUpdateCount

roleAClass

Class roleAClass

roleAOid

ObjectIdentifier roleAOid

roleAUpdateCount

int roleAUpdateCount

roleAKeyType

int roleAKeyType

roleBClass

Class roleBClass

roleBOid

ObjectIdentifier roleBOid

roleBUpdateCount

int roleBUpdateCount

roleBKeyType

int roleBKeyType

roleALinkKey

QueryKey roleALinkKey

roleBLinkKey

QueryKey roleBLinkKey
Constructor Detail

RefreshHelper.LinkRefresh.LinkData

RefreshHelper.LinkRefresh.LinkData()
Method Detail

setLinkOid

int setLinkOid(Object[] columns,
               Class link_class,
               int cursor)
         throws WTException
Throws:
WTException

setRoleAOid

int setRoleAOid(Object[] columns,
                int cursor)
          throws WTException
Throws:
WTException

setRoleBOid

int setRoleBOid(Object[] columns,
                int cursor)
          throws WTException
Throws:
WTException

setRoleAVersionKey

int setRoleAVersionKey(Object[] columns,
                       int cursor)
                 throws WTException
Throws:
WTException

setRoleBVersionKey

int setRoleBVersionKey(Object[] columns,
                       int cursor)
                 throws WTException
Throws:
WTException