* NOTE FOR DEVELOPERS:
*
* Never reference this interface directly. Always use {@link com.arcusys.learn.persistence.liferay.service.LFCertificateToUserLocalServiceUtil} to access the l f certificate to user local service.
*/
public LFCertificateToUser createLFCertificateUser(Integer userId, Integer certificateId) throws SystemException {
LFCertificateToUserPK pk = new LFCertificateToUserPK(certificateId, userId);
return createLFCertificateToUser(pk);
}