Clone
ozgurd
committed
on 07 Jan 06
added new methods:
public List getMcUserBySessionOnly(final McSession mcSession) throws McApplicationException;

public List getAttemptsForU… Show more
added new methods:

public List getMcUserBySessionOnly(final McSession mcSession) throws McApplicationException;

public List getAttemptsForUser(final Long queUsrId) throws McApplicationException;

public McSession findMcSessionById(Long mcSessionId) throws McApplicationException;

public List findMcOptionNamesByQueId(Long mcQueContentId) throws McApplicationException;

Show less