Uses of Class
org.duracloud.account.db.model.AccountInfo
Packages that use AccountInfo
-
Uses of AccountInfo in org.duracloud.account.db.model
Methods in org.duracloud.account.db.model that return AccountInfoModifier and TypeMethodDescriptionAccountRights.getAccount()DuracloudGroup.getAccount()UserInvitation.getAccount()Methods in org.duracloud.account.db.model with parameters of type AccountInfoModifier and TypeMethodDescriptionintAccountInfo.compareTo(AccountInfo o) voidAccountRights.setAccount(AccountInfo account) voidDuracloudGroup.setAccount(AccountInfo account) voidUserInvitation.setAccount(AccountInfo account) Constructors in org.duracloud.account.db.model with parameters of type AccountInfoModifierConstructorDescriptionUserInvitation(Long id, AccountInfo account, String accountName, String accountOrg, String accountDep, String accountSubdomain, String adminUsername, String userEmail, int expirationDays, String redemptionCode) -
Uses of AccountInfo in org.duracloud.account.db.model.util
Methods in org.duracloud.account.db.model.util that return AccountInfoMethods in org.duracloud.account.db.model.util with parameters of type AccountInfo