Uses of Class
org.duracloud.account.db.model.AccountInfo
-
Packages that use AccountInfo Package Description org.duracloud.account.db.model org.duracloud.account.db.model.util -
-
Uses of AccountInfo in org.duracloud.account.db.model
Methods in org.duracloud.account.db.model that return AccountInfo Modifier and Type Method Description AccountInfoAccountRights. getAccount()AccountInfoDuracloudGroup. getAccount()AccountInfoUserInvitation. getAccount()Methods in org.duracloud.account.db.model with parameters of type AccountInfo Modifier and Type Method Description intAccountInfo. 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 AccountInfo Constructor Description UserInvitation(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 AccountInfo Modifier and Type Method Description AccountInfoDuracloudAccount. getAccountInfo()Methods in org.duracloud.account.db.model.util with parameters of type AccountInfo Modifier and Type Method Description voidDuracloudAccount. setAccountInfo(AccountInfo accountInfo)
-