wt.clients.epm
Class WTPartUtility

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

public class WTPartUtility
extends Object


Field Summary
private static ResourceBundle resource
           
private static String RESOURCE
           
 
Constructor Summary
WTPartUtility()
           
 
Method Summary
static String getCreatedByPersonName(WTPart part)
          Returns the Created by person name.
static String getCreationDate(WTPart part)
          Returns the creation date.
static String getIteration(WTPart part)
           
static String getIterationIdentifier(WTPart part)
           
static String getLastUpdated(WTPart part)
          Returns the last updated date.
static String getModifiedByPersonName(WTPart part)
          Returns the Modified by person name.
protected static ResourceBundle getResource()
           
static String getStatusText(WTPart part)
          Return a string indicating the checkout status of this object
static String getUniqueIdentity(WTPart part)
          Override the default behavior defined in wt.clients.beans.WTBusinessObject.
static String getVersion(WTPart part)
           
static String getViewname(WTPart part)
           
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

WTPartUtility

public WTPartUtility()
Method Detail

getVersion

public static String getVersion(WTPart part)

getIteration

public static String getIteration(WTPart part)

getIterationIdentifier

public static String getIterationIdentifier(WTPart part)

getViewname

public static String getViewname(WTPart part)

getCreatedByPersonName

public static String getCreatedByPersonName(WTPart part)
Returns the Created by person name.

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

getModifiedByPersonName

public static String getModifiedByPersonName(WTPart part)
Returns the Modified by person name.

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

getCreationDate

public static String getCreationDate(WTPart part)
Returns the creation date.

Returns:
the creation date.

getLastUpdated

public static String getLastUpdated(WTPart part)
Returns the last updated date.

Returns:
the last updated date.

getStatusText

public static String getStatusText(WTPart part)
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(WTPart part)
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.