Class UserAccountsProfileCreator
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.UserAccountsProfileCreator
-
public class UserAccountsProfileCreator extends Object
Create a new profile with the given VClass URI, and info from the user account.
-
-
Constructor Summary
Constructors Constructor Description UserAccountsProfileCreator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcreateProfile(IndividualDao indDao, DataPropertyStatementDao dpsDao, String profileClassUri, UserAccount account)
-
-
-
Method Detail
-
createProfile
public static String createProfile(IndividualDao indDao, DataPropertyStatementDao dpsDao, String profileClassUri, UserAccount account) throws InsertException
- Throws:
InsertException
-
-