|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.recent.RecentlyVisitedServiceFwd
Service for accessing recently visited objects.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
RecentlyVisitedServiceFwd()
|
Method Summary | |
void |
addCustomStackObject(WTObject a,
String customStackName)
Add the given object to the given custom stack as the most recently accessed one. |
Vector |
addCustomStackObject(WTObject a,
String customStackName,
boolean returnStack)
Add the given object to the given custom stack as the most recently accessed one and return the stack. |
void |
addCustomStackObjectByOid(ObjectIdentifier oid,
String customStackName)
Add the object corresponding to given ObjectIdentifier to the given custom stack as the most recently accessed one. |
Vector |
addCustomStackObjectByOid(ObjectIdentifier oid,
String customStackName,
boolean returnStack)
Add the object corresponding to given ObjectIdentifier to the given custom stack as the most recently accessed one and return the stack. |
void |
addRecentlyVisitedContainer(WTContainer wtc)
Add the given container as the most recently accessed one for the corresponding type. |
Vector |
addRecentlyVisitedContainer(WTContainer wtc,
boolean returnStack)
Add the given container as the most recently accessed one for the corresponding type and return the stack. |
void |
addRecentlyVisitedContainer(WTContainer wtc,
String type)
Add the given container as the most recently accessed one for the given type. |
void |
addRecentlyVisitedContainerByOid(ObjectIdentifier oid)
Add the container corresponding to given ObjectIdentifier as the most recently accessed one for the corresponding type. |
Vector |
addRecentlyVisitedContainerByOid(ObjectIdentifier oid,
boolean returnStack)
Add the container corresponding to given ObjectIdentifier as the most recently accessed one for the corresponding type and return the stack. |
void |
addRecentlyVisitedObject(WTObject a)
Add the given object as the most recently accessed one. |
Vector |
addRecentlyVisitedObject(WTObject a,
boolean returnStack)
Add the given object as the most recently accessed one and return the stack. |
void |
addRecentlyVisitedObjectByOid(ObjectIdentifier oid)
Add the object corresponding to given ObjectIdentifier as the most recently accessed one. |
Vector |
addRecentlyVisitedObjectByOid(ObjectIdentifier oid,
boolean returnStack)
Add the object corresponding to given ObjectIdentifier as the most recently accessed one and return the stack. |
Boolean |
getBypassRecentList()
Supported API: false |
Vector |
getCustomStack(String customStackName)
Gets all the most recently accessed objects currently in the given custom stack preference. |
Vector |
getCustomStack(String classname,
String customStackName)
Gets all the most recently accessed objects belonging to the classname currently in the given Custom Stack preference. |
Vector |
getFromDB(String prefName)
Deprecated. |
ObjectVisitedInfo |
getLastVisitedContainer()
Returns the most recently accessed container. |
ObjectVisitedInfo |
getLatestCustomStackObject(String customStackName)
Returns the most recently accessed object from given Custom Stack. |
private static Manager |
getManager()
|
ObjectVisitedInfo |
getRecentlyVisitedContainer(String type)
Gets the most recently accessed container for given type. |
Vector |
getRecentlyVisitedContainerStack(String type)
Gets all the most recently accessed containers for given type. |
int |
getRecentlyVisitedContainerStackSize(String type)
Returns the setting for maximum number of conainers as part of stack of recently visited containers of given type. |
ObjectVisitedInfo |
getRecentlyVisitedObject()
Returns the most recently accessed object. |
Vector |
getRecentlyVisitedObjectStack()
Gets all the most recently accessed objects currently in the preference. |
Vector |
getRecentlyVisitedObjectStack(String classname)
Gets all the most recently accessed objects belonging to the classname currently in the preference. |
int |
getRecentlyVisitedObjectStackSize()
Returns the setting for maximum number of objects as part of stack of recently visited objects. |
Vector |
listCustomStacks()
Get all custom stack names as Vector. |
void |
setBypassRecentList(Boolean bypass)
Supported API: false |
void |
setLastVisitedContainer(WTContainer wtc)
Sets the given container as the most recently accessed container. |
void |
setRecentlyVisitedContainerStackSize(int i,
String type)
Sets the maximum number of containers as part of stack of recently visited containers for given type. |
void |
setRecentlyVisitedObjectStackSize(int i)
Sets the maximum number of objects as part of stack of recently visited objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public RecentlyVisitedServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public void addRecentlyVisitedContainer(WTContainer wtc) throws WTException
addRecentlyVisitedContainer
in interface RecentlyVisitedService
wtc
-
WTException
public void addRecentlyVisitedContainer(WTContainer wtc, String type) throws WTException
addRecentlyVisitedContainer
in interface RecentlyVisitedService
wtc
- type
-
WTException
public void addRecentlyVisitedObject(WTObject a) throws WTException
addRecentlyVisitedObject
in interface RecentlyVisitedService
a
-
WTException
public ObjectVisitedInfo getLastVisitedContainer() throws WTException
getLastVisitedContainer
in interface RecentlyVisitedService
WTException
public ObjectVisitedInfo getRecentlyVisitedContainer(String type) throws WTException
getRecentlyVisitedContainer
in interface RecentlyVisitedService
type
-
WTException
public Vector getRecentlyVisitedContainerStack(String type) throws WTException
getRecentlyVisitedContainerStack
in interface RecentlyVisitedService
type
-
WTException
public ObjectVisitedInfo getRecentlyVisitedObject() throws WTException
getRecentlyVisitedObject
in interface RecentlyVisitedService
WTException
public Vector getRecentlyVisitedObjectStack() throws WTException
getRecentlyVisitedObjectStack
in interface RecentlyVisitedService
WTException
public void setLastVisitedContainer(WTContainer wtc) throws WTException
setLastVisitedContainer
in interface RecentlyVisitedService
wtc
-
WTException
public void setRecentlyVisitedContainerStackSize(int i, String type) throws WTException
setRecentlyVisitedContainerStackSize
in interface RecentlyVisitedService
i
- type
-
WTException
public void setRecentlyVisitedObjectStackSize(int i) throws WTException
setRecentlyVisitedObjectStackSize
in interface RecentlyVisitedService
i
-
WTException
public int getRecentlyVisitedContainerStackSize(String type) throws WTException
getRecentlyVisitedContainerStackSize
in interface RecentlyVisitedService
type
-
WTException
public int getRecentlyVisitedObjectStackSize() throws WTException
getRecentlyVisitedObjectStackSize
in interface RecentlyVisitedService
WTException
public void addCustomStackObject(WTObject a, String customStackName) throws WTException
addCustomStackObject
in interface RecentlyVisitedService
a
- customStackName
-
WTException
public ObjectVisitedInfo getLatestCustomStackObject(String customStackName) throws WTException
getLatestCustomStackObject
in interface RecentlyVisitedService
customStackName
-
WTException
public Vector getCustomStack(String customStackName) throws WTException
getCustomStack
in interface RecentlyVisitedService
customStackName
-
WTException
public Vector listCustomStacks() throws WTException
listCustomStacks
in interface RecentlyVisitedService
WTException
public Vector getCustomStack(String classname, String customStackName) throws WTException
getCustomStack
in interface RecentlyVisitedService
classname
- customStackName
-
WTException
public Vector getRecentlyVisitedObjectStack(String classname) throws WTException
getRecentlyVisitedObjectStack
in interface RecentlyVisitedService
classname
-
WTException
public void setBypassRecentList(Boolean bypass) throws WTException
setBypassRecentList
in interface RecentlyVisitedService
bypass
-
WTException
public Boolean getBypassRecentList() throws WTException
getBypassRecentList
in interface RecentlyVisitedService
WTException
public void addRecentlyVisitedObjectByOid(ObjectIdentifier oid) throws WTException
addRecentlyVisitedObjectByOid
in interface RecentlyVisitedService
oid
-
WTException
public void addRecentlyVisitedContainerByOid(ObjectIdentifier oid) throws WTException
addRecentlyVisitedContainerByOid
in interface RecentlyVisitedService
oid
-
WTException
public void addCustomStackObjectByOid(ObjectIdentifier oid, String customStackName) throws WTException
addCustomStackObjectByOid
in interface RecentlyVisitedService
oid
- customStackName
-
WTException
public Vector addRecentlyVisitedObjectByOid(ObjectIdentifier oid, boolean returnStack) throws WTException
addRecentlyVisitedObjectByOid
in interface RecentlyVisitedService
oid
- returnStack
-
WTException
public Vector addRecentlyVisitedContainer(WTContainer wtc, boolean returnStack) throws WTException
addRecentlyVisitedContainer
in interface RecentlyVisitedService
wtc
- returnStack
-
WTException
public Vector addCustomStackObjectByOid(ObjectIdentifier oid, String customStackName, boolean returnStack) throws WTException
addCustomStackObjectByOid
in interface RecentlyVisitedService
oid
- customStackName
- returnStack
-
WTException
public Vector addRecentlyVisitedContainerByOid(ObjectIdentifier oid, boolean returnStack) throws WTException
addRecentlyVisitedContainerByOid
in interface RecentlyVisitedService
oid
- returnStack
-
WTException
public Vector addRecentlyVisitedObject(WTObject a, boolean returnStack) throws WTException
addRecentlyVisitedObject
in interface RecentlyVisitedService
a
- returnStack
-
WTException
public Vector addCustomStackObject(WTObject a, String customStackName, boolean returnStack) throws WTException
addCustomStackObject
in interface RecentlyVisitedService
a
- customStackName
- returnStack
-
WTException
public Vector getFromDB(String prefName) throws WTException
getFromDB
in interface RecentlyVisitedService
prefName
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |