com.vodafone360.people.utils
Class ServiceUtils

java.lang.Object
  extended by com.vodafone360.people.utils.ServiceUtils

public class ServiceUtils
extends java.lang.Object

Collection of utility functions provided by the Service Engine.


Constructor Summary
ServiceUtils()
           
 
Method Summary
static java.lang.String getDetailTypeString(Resources res, ContactDetail.DetailKeyTypes keyType)
          Gets user friendly name for the type of contact detail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceUtils

public ServiceUtils()
Method Detail

getDetailTypeString

public static java.lang.String getDetailTypeString(Resources res,
                                                   ContactDetail.DetailKeyTypes keyType)
Gets user friendly name for the type of contact detail.

Parameters:
res - - Resource from which to get the string.
keyType - - Detail type.
Returns:
User friendly string.


JavaDoc