Package org.apache.isis.runtimes.dflt.profilestores.xml.internal

Examples of org.apache.isis.runtimes.dflt.profilestores.xml.internal.UserProfileContentWriter


        return xmlFile.isFixturesInstalled();
    }

    @Override
    public void save(final String userName, final UserProfile userProfile) {
        xmlFile.writeXml(userName, new UserProfileContentWriter(userProfile));
    }
View Full Code Here


        return xmlFile.isFixturesInstalled();
    }

    @Override
    public void save(final String userName, final UserProfile userProfile) {
        xmlFile.writeXml(userName, new UserProfileContentWriter(userProfile));
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.runtimes.dflt.profilestores.xml.internal.UserProfileContentWriter

Copyright © 2018 www.massapicom. 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.