Liferay 7.0-ce-b4

com.liferay.portal.service
Class IdentityServiceContextFunction

java.lang.Object
  extended by com.liferay.portal.service.IdentityServiceContextFunction
All Implemented Interfaces:
Function<String,ServiceContext>

public class IdentityServiceContextFunction
extends Object
implements Function<String,ServiceContext>


Constructor Summary
IdentityServiceContextFunction(ServiceContext serviceContext)
           
 
Method Summary
 ServiceContext apply(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityServiceContextFunction

public IdentityServiceContextFunction(ServiceContext serviceContext)
Method Detail

apply

public ServiceContext apply(String s)
Specified by:
apply in interface Function<String,ServiceContext>

Liferay 7.0-ce-b4