planetj.common
Class CommonServices

java.lang.Object
  |
  +--planetj.common.CommonServices

public class CommonServices
extends Object

This class was generated by a SmartGuide.


Constructor Summary
CommonServices()
           
 
Method Summary
static TranslationManager getTranslationManager()
          Gets the TranslationManager for the current service.
static boolean validateAS400Name(String name)
          Test the name String for AS400 naming compliance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonServices

public CommonServices()
Method Detail

getTranslationManager

public static TranslationManager getTranslationManager()
Gets the TranslationManager for the current service.

Returns:
a TranslationManager that can be used.

validateAS400Name

public static boolean validateAS400Name(String name)
Test the name String for AS400 naming compliance

Returns:
a boolean that indicates if naming conventions are followed correctly.