org.mod4j.dsl.service.generator.helpers
Class ServiceUtil

java.lang.Object
  extended by org.mod4j.dsl.service.generator.helpers.ServiceUtil

public class ServiceUtil
extends java.lang.Object


Constructor Summary
ServiceUtil()
           
 
Method Summary
static java.lang.String getReferredBusinessClassName(Symbol roleReference)
          Get the BusinessClassDto that are is referenced by roleRerference
static java.lang.String getReferredDtoName(Symbol roleReference)
          Get the BusinessClassDto that are is referenced by roleRerference
static java.util.Collection<Symbol> makeUnique(java.util.Collection<Symbol> symbols)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceUtil

public ServiceUtil()
Method Detail

getReferredDtoName

public static java.lang.String getReferredDtoName(Symbol roleReference)
Get the BusinessClassDto that are is referenced by roleRerference

Parameters:
roleReference -
Returns:

getReferredBusinessClassName

public static java.lang.String getReferredBusinessClassName(Symbol roleReference)
Get the BusinessClassDto that are is referenced by roleRerference

Parameters:
roleReference -
Returns:

makeUnique

public static java.util.Collection<Symbol> makeUnique(java.util.Collection<Symbol> symbols)


Copyright © 2010 Mod4j. All Rights Reserved.