com.ptc.windchill.uwgm.common.pdm
Class AutoNumberingHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.common.pdm.AutoNumberingHelper

public class AutoNumberingHelper
extends Object


Field Summary
private static Log log
          logging
private  WTContainer scopeContainer
           
 
Constructor Summary
AutoNumberingHelper(WTContainer scopeContainer)
           
 
Method Summary
 String[] generateEPMDocumentNames(int quantity)
          generates unique names for EPMDocuments
 String[] generateWTPartNumbers(int quantity)
          generates unique names for EPMDocuments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scopeContainer

private final WTContainer scopeContainer

log

private static Log log
logging

Constructor Detail

AutoNumberingHelper

public AutoNumberingHelper(WTContainer scopeContainer)
Method Detail

generateEPMDocumentNames

public String[] generateEPMDocumentNames(int quantity)
                                  throws WTException
generates unique names for EPMDocuments

Parameters:
quantity - int
Returns:
String[]
Throws:
WTException

generateWTPartNumbers

public String[] generateWTPartNumbers(int quantity)
                               throws WTException
generates unique names for EPMDocuments

Parameters:
quantity - int
Returns:
String[]
Throws:
WTException