wt.fc.delete
Class DeleteHelper

java.lang.Object
  extended bywt.fc.delete.DeleteHelper
All Implemented Interfaces:
Serializable

public class DeleteHelper
extends Object
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
static DeleteManager manager
          

Supported API: true
static String MARK_FOR_DELETE
           
private static String RESOURCE
           
 
Constructor Summary
DeleteHelper()
           
 
Method Summary
static long getMarkForDelete(Persistable obj)
          Retrieves the mark for delete long for the given Persistable object.
static boolean isMarkedForDelete(Persistable obj)
          

Supported API: false
static boolean isRestorable(Persistable obj)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

manager

public static final DeleteManager manager


Supported API: true


MARK_FOR_DELETE

public static final String MARK_FOR_DELETE
See Also:
Constant Field Values
Constructor Detail

DeleteHelper

public DeleteHelper()
Method Detail

getMarkForDelete

public static long getMarkForDelete(Persistable obj)
Retrieves the mark for delete long for the given Persistable object.

Supported API: true

Parameters:
obj -
Returns:
long

isMarkedForDelete

public static boolean isMarkedForDelete(Persistable obj)


Supported API: false

Parameters:
obj -
Returns:
boolean

isRestorable

public static boolean isRestorable(Persistable obj)


Supported API: false

Parameters:
obj -
Returns:
boolean