@ApplicationScoped
public class ConsentService
extends Object
ConsentService class.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConsentService
public ConsentService()
-
Method Details
-
getConsentByUser
getConsentByUser.
- Parameters:
universityId - a String object
- Returns:
- a
ConsentDO object
-
create
create.
- Parameters:
consentDO - a ConsentDO object
- Returns:
- a
ConsentDO object
-
update
update.
- Parameters:
consentDO - a ConsentDO object
- Returns:
- a
ConsentDO object