Method Summary |
|
public List | filterUniqueByName(Collection modelElements) Returns an ordered set containing the argument model elements, model elements with a name that is already
used by another model element in the argument collection will not be returned. |
public Collection | getAllRoles(Collection services) Retrieves all roles from the given services collection.
Parameters: services - the collection services. |
public String | getClassName(String fullyQualifiedName) |
public String | getPackageName(String fullyQualifiedName) |
public String | getSpringPropertyValue(String value) Based on the given value , this method will return
a formatted Spring property (including the handling of 'null').
Parameters: value - the value from which to create the spring value. |
public boolean | isRichClient() |
public boolean | localEjbsPresent(Collection services) Indicates if any local EJBs are present in the collection
of services.
Parameters: services - the collection of services to check. |
public boolean | remotableServicesPresent(Collection services) Indicates if any Spring remotable services are present.
Parameters: services - the collection of services to check. |
public boolean | remoteEjbsPresent(Collection services) Indicates if any remote EJBs are present in the collection
of services.
Parameters: services - the collection of services to check. |
public String | removeGenerics(String parameter) Removes generics from string. |
public void | setRichClient(boolean richClientProperty) Sets if code is being generated for a rich client. |