All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.vgregion.liferay.expando.UserExpandoHelperFactory Maven / Gradle / Ivy

The newest version!
package se.vgregion.liferay.expando;

/**
 * @author Patrik Bergström
 */
public class UserExpandoHelperFactory {
    public static UserExpandoHelper createDefaultUserExpandoHelper() {
        UserExpandoHelperImpl userExpandoHelper = new UserExpandoHelperImpl();
        userExpandoHelper.setExpandoUtil(ExpandoUtil.createDefaultExpandoUtil());

        return userExpandoHelper;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy