Liferay 6.0.5

com.liferay.portal.security.auth
Class DefaultFullNameGenerator

java.lang.Object
  extended by com.liferay.portal.security.auth.DefaultFullNameGenerator
All Implemented Interfaces:
FullNameGenerator

public class DefaultFullNameGenerator
extends Object
implements FullNameGenerator


Constructor Summary
DefaultFullNameGenerator()
           
 
Method Summary
 String getFullName(String firstName, String middleName, String lastName)
           
 String[] splitFullName(String fullName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFullNameGenerator

public DefaultFullNameGenerator()
Method Detail

getFullName

public String getFullName(String firstName,
                          String middleName,
                          String lastName)
Specified by:
getFullName in interface FullNameGenerator

splitFullName

public String[] splitFullName(String fullName)
Specified by:
splitFullName in interface FullNameGenerator

Liferay 6.0.5