org.exoplatform.services.portletcontainer.pci.model
Class Util

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.pci.model.Util

public class Util
extends Object

Jul 11, 2004 .


Constructor Summary
protected Util()
          Simple constructor.
 
Method Summary
static int actionToInt(String action)
           
static String actionToString(int action)
           
static String getDescription(String lang, List<Description> descriptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

protected Util()
Simple constructor.

Method Detail

getDescription

public static String getDescription(String lang,
                                    List<Description> descriptions)
Parameters:
lang - language
descriptions - description list
Returns:
description

actionToString

public static String actionToString(int action)
Parameters:
action - action int
Returns:
action string

actionToInt

public static int actionToInt(String action)
Parameters:
action - action string
Returns:
action int


Copyright © 2009 eXo Platform SAS. All Rights Reserved.