com.liferay.portal.service
Class IdentityServiceContextFunction
java.lang.Object
com.liferay.portal.service.IdentityServiceContextFunction
- All Implemented Interfaces:
- Function<String,ServiceContext>
public class IdentityServiceContextFunction
- extends Object
- implements Function<String,ServiceContext>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityServiceContextFunction
public IdentityServiceContextFunction(ServiceContext serviceContext)
apply
public ServiceContext apply(String s)
- Specified by:
apply in interface Function<String,ServiceContext>