Examples of toLiferay()


Examples of com.liferay.portal.auth.PrincipalFinder.toLiferay()

    try {
      principalFinder = (PrincipalFinder)InstancePool.get(
        PropsUtil.get(PropsUtil.PRINCIPAL_FINDER));

      name = principalFinder.toLiferay(name);
    }
    catch (Exception e) {
    }

    if (Validator.isNull(name)) {
View Full Code Here

Examples of com.liferay.portal.auth.PrincipalFinder.toLiferay()

    try {
      PrincipalFinder principalFinder = (PrincipalFinder)InstancePool.get(
        PropsUtil.get(PropsUtil.PRINCIPAL_FINDER));

      liferayUserId = principalFinder.toLiferay(userId);
    }
    catch (Exception e) {
    }

    User user = UserUtil.findByPrimaryKey(liferayUserId);
View Full Code Here

Examples of com.liferay.portal.auth.PrincipalFinder.toLiferay()

    try {
      PrincipalFinder principalFinder = (PrincipalFinder)InstancePool.get(
        PropsUtil.get(PropsUtil.PRINCIPAL_FINDER));

      liferayUserId = principalFinder.toLiferay(userId);
    }
    catch (Exception e) {
    }

    User user = UserUtil.findByPrimaryKey(liferayUserId);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.