org.wso2.solutions.identity.persistence.dao
Class PPIDValueDAO

java.lang.Object
  extended by org.wso2.solutions.identity.persistence.dao.BaseDAO
      extended by org.wso2.solutions.identity.persistence.dao.PPIDValueDAO

public class PPIDValueDAO
extends BaseDAO


Field Summary
 
Fields inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
log, messages
 
Constructor Summary
PPIDValueDAO(HibernateConfig config)
           
 
Method Summary
 PPIDValueDO[] getAllPPIDs()
           
 PPIDValueDO[] getPPIDValuesForUser(java.lang.String userId)
           
 
Methods inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
create, createOrUpdate, delete, executeSingleDMLStatement, getDataObject, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PPIDValueDAO

public PPIDValueDAO(HibernateConfig config)
Method Detail

getPPIDValuesForUser

public PPIDValueDO[] getPPIDValuesForUser(java.lang.String userId)

getAllPPIDs

public PPIDValueDO[] getAllPPIDs()