Uses of Class
com.gooddata.account.Account
-
Packages that use Account Package Description com.gooddata.account com.gooddata.auditevent com.gooddata.lcm com.gooddata.notification com.gooddata.project com.gooddata.warehouse -
-
Uses of Account in com.gooddata.account
Methods in com.gooddata.account that return Account Modifier and Type Method Description AccountAccountService. createAccount(Account account, String organizationName)Creates new account in given organization (domain).AccountAccountService. getAccountById(String id)Get account for given account idAccountAccountService. getAccountByUri(String uri)Get account for given account idAccountAccountService. getCurrent()Gets current account of logged user.Methods in com.gooddata.account with parameters of type Account Modifier and Type Method Description AccountAccountService. createAccount(Account account, String organizationName)Creates new account in given organization (domain).voidAccountService. removeAccount(Account account)Delete given accountvoidAccountService. updateAccount(Account account)Updates account -
Uses of Account in com.gooddata.auditevent
Methods in com.gooddata.auditevent with parameters of type Account Modifier and Type Method Description com.gooddata.collections.PageableList<AuditEvent>AuditEventService. listAuditEvents(Account account)Get list of audit events for the given accountcom.gooddata.collections.PageableList<AuditEvent>AuditEventService. listAuditEvents(Account account, com.gooddata.collections.Page page)Get list of audit events for the given account -
Uses of Account in com.gooddata.lcm
Methods in com.gooddata.lcm with parameters of type Account Modifier and Type Method Description com.gooddata.collections.PageableList<LcmEntity>LcmService. listLcmEntities(Account account)Lists allLcmEntitiesfor givenAccount.com.gooddata.collections.PageableList<LcmEntity>LcmService. listLcmEntities(Account account, com.gooddata.collections.Page startPage)Lists allLcmEntitiesfor givenAccount.com.gooddata.collections.PageableList<LcmEntity>LcmService. listLcmEntities(Account account, LcmEntityFilter filter)com.gooddata.collections.PageableList<LcmEntity>LcmService. listLcmEntities(Account account, LcmEntityFilter filter, com.gooddata.collections.Page startPage) -
Uses of Account in com.gooddata.notification
Methods in com.gooddata.notification with parameters of type Account Modifier and Type Method Description ChannelNotificationService. createChannel(Account account, Channel channel)Create channel for notificationsSubscriptionNotificationService. createSubscription(Project project, Account account, Subscription subscription)Create subscription for notifications -
Uses of Account in com.gooddata.project
Methods in com.gooddata.project with parameters of type Account Modifier and Type Method Description UserProjectService. addUserToProject(Project project, Account account, Role... userRoles)Add user in to the projectUserProjectService. getUser(Project project, Account account)get user in project -
Uses of Account in com.gooddata.warehouse
Methods in com.gooddata.warehouse with parameters of type Account Modifier and Type Method Description static WarehouseUserWarehouseUser. createWithProfile(Account profile, WarehouseUserRole role)
-