Class ConnectorAccountDAO

java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ConnectorAccountEntity,Long>
io.meeds.gamification.dao.ConnectorAccountDAO
All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ConnectorAccountEntity,Long>

public class ConnectorAccountDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ConnectorAccountEntity,Long>
  • Field Details

  • Constructor Details

    • ConnectorAccountDAO

      public ConnectorAccountDAO()
  • Method Details

    • getConnectorAccountByNameAndUserId

      public ConnectorAccountEntity getConnectorAccountByNameAndUserId(String connectorName, long userIdentityId)
    • getConnectorAccountByNameAndRemoteId

      public ConnectorAccountEntity getConnectorAccountByNameAndRemoteId(String connectorName, String connectorRemoteId)
    • getConnectorRemoteId

      public String getConnectorRemoteId(String connectorName, long userIdentityId)
    • getAssociatedUserIdentityId

      public long getAssociatedUserIdentityId(String connectorName, String connectorRemoteId)