Interface LicensedUserDao
public interface LicensedUserDao
Data access object for
LicensedUser-
Method Summary
Modifier and TypeMethodDescriptionfindById(long id) voidremove(LicensedUser licensedUser) voidremoveAll(LicensingSummary licensingSummary) voidvoidsave(List<LicensedUser> licensedUsers) voidupdate(LicensedUser licensedUser)
-
Method Details
-
findById
- Throws:
ObjectNotFoundException
-
update
-
save
-
remove
-
findLicensedUsers
-
countLicensedUsers
-
removeAll
-
removeByDirectoryId
-