Class ChallengeQuestionServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.ChallengeQuestionServiceImpl
- All Implemented Interfaces:
ChallengeQuestionService
@Service("blChallengeQuestionService")
public class ChallengeQuestionServiceImpl
extends Object
implements ChallengeQuestionService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
challengeQuestionDao
-
-
Constructor Details
-
ChallengeQuestionServiceImpl
public ChallengeQuestionServiceImpl()
-
-
Method Details
-
readChallengeQuestions
- Specified by:
readChallengeQuestionsin interfaceChallengeQuestionService
-
readChallengeQuestionById
@Transactional("blTransactionManager") public ChallengeQuestion readChallengeQuestionById(long challengeQuestionId) - Specified by:
readChallengeQuestionByIdin interfaceChallengeQuestionService
-