wt.clients.epm
Class EPMDocumentUtility

java.lang.Object
  extended bywt.clients.epm.EPMDocumentUtility

public class EPMDocumentUtility
extends Object


Field Summary
private static ResourceBundle resource
           
private static String RESOURCE
           
 
Constructor Summary
EPMDocumentUtility()
           
 
Method Summary
static String getCreatedByPersonName(EPMDocument doc)
          Returns the Created by person name.
static String getCreationDate(EPMDocument doc)
          Returns the creation date.
static String getIteration(EPMDocument doc)
           
static String getIterationIdentifier(EPMDocument doc)
           
static String getLastUpdated(EPMDocument doc)
          Returns the last updated date.
static String getModifiedByPersonName(EPMDocument doc)
          Returns the Modified by person name.
protected static ResourceBundle getResource()
           
static String getStatusText(EPMDocument doc)
          Return a string indicating the checkout status of this object
static String getUniqueIdentity(EPMDocument doc)
          Override the default behavior defined in wt.clients.beans.WTBusinessObject.
static String getVersion(EPMDocument doc)
           
static String getViewname(EPMDocument doc)
           
private static void initResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

private static ResourceBundle resource

RESOURCE

private static String RESOURCE
Constructor Detail

EPMDocumentUtility

public EPMDocumentUtility()
Method Detail

getVersion

public static String getVersion(EPMDocument doc)

getIteration

public static String getIteration(EPMDocument doc)

getIterationIdentifier

public static String getIterationIdentifier(EPMDocument doc)

getViewname

public static String getViewname(EPMDocument doc)

getCreatedByPersonName

public static String getCreatedByPersonName(EPMDocument doc)
Returns the Created by person name.

Returns:
the Created by person name.
Throws:
WTException
VersionException

getModifiedByPersonName

public static String getModifiedByPersonName(EPMDocument doc)
Returns the Modified by person name.

Returns:
the Modified by person name.
Throws:
WTException
VersionException

getCreationDate

public static String getCreationDate(EPMDocument doc)
Returns the creation date.

Returns:
the creation date.

getLastUpdated

public static String getLastUpdated(EPMDocument doc)
Returns the last updated date.

Returns:
the last updated date.

getStatusText

public static String getStatusText(EPMDocument doc)
Return a string indicating the checkout status of this object

Returns:
a string indicating the checkout status of this object

initResources

private static void initResources()

getResource

protected static ResourceBundle getResource()

getUniqueIdentity

public static String getUniqueIdentity(EPMDocument doc)
Override the default behavior defined in wt.clients.beans.WTBusinessObject. Use the branch identifier instead of the oid to uniquely identify the contained WTPart object.