Class HasProfileFactory
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.identifier.factory.BaseIdentifierBundleFactory
-
- edu.cornell.mannlib.vitro.webapp.auth.identifier.factory.BaseUserBasedIdentifierBundleFactory
-
- edu.cornell.mannlib.vitro.webapp.auth.identifier.factory.HasProfileFactory
-
- All Implemented Interfaces:
IdentifierBundleFactory,UserBasedIdentifierBundleFactory
public class HasProfileFactory extends BaseUserBasedIdentifierBundleFactory
Find all of the individuals that are associated with the current user and create HasAssociatedIndividual for each one.
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.auth.identifier.factory.BaseIdentifierBundleFactory
indDao, uaDao, wdf
-
-
Constructor Summary
Constructors Constructor Description HasProfileFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifierBundlegetIdentifierBundleForUser(UserAccount user)Get the IdentifierBundle for this user.-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.identifier.factory.BaseUserBasedIdentifierBundleFactory
getIdentifierBundle
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.identifier.factory.BaseIdentifierBundleFactory
toString
-
-
-
-
Method Detail
-
getIdentifierBundleForUser
public IdentifierBundle getIdentifierBundleForUser(UserAccount user)
Description copied from interface:UserBasedIdentifierBundleFactoryGet the IdentifierBundle for this user. If user is null, return an empty bundle. Never returns null.- Specified by:
getIdentifierBundleForUserin interfaceUserBasedIdentifierBundleFactory- Specified by:
getIdentifierBundleForUserin classBaseUserBasedIdentifierBundleFactory
-
-