Uses of Class
org.gcube.portlets.widgets.ckandatapublisherwidget.shared.OrganizationBean
-
-
Uses of OrganizationBean in org.gcube.portlets.widgets.ckandatapublisherwidget.client
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.client that return types with arguments of type OrganizationBean Modifier and Type Method Description List<OrganizationBean>CKanPublisherService. getUserGroups(String orgName)Retrieve the list of groups the user can choose to associate this product with.Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.client with type arguments of type OrganizationBean Modifier and Type Method Description voidCKanPublisherServiceAsync. getUserGroups(String orgName, com.google.gwt.user.client.rpc.AsyncCallback<List<OrganizationBean>> callback)Retrieve the list of groups the user can choose to associate this product with. -
Uses of OrganizationBean in org.gcube.portlets.widgets.ckandatapublisherwidget.server
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server that return types with arguments of type OrganizationBean Modifier and Type Method Description List<OrganizationBean>CKANPublisherServicesImpl. getUserGroups(String orgName)Gets the user groups. -
Uses of OrganizationBean in org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils
Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils with type arguments of type OrganizationBean Modifier and Type Method Description static org.gcube.datacatalogue.utillibrary.shared.RolesCkanGroupOrOrgCatalogueRoleManager. getHighestRole(String currentScope, String username, String groupName, CKANPublisherServicesImpl gcubeCkanDataCatalogServiceImpl, List<OrganizationBean> orgsInWhichAtLeastEditorRole, String gatewayHostname)Retrieve the highest ckan role the user has and also retrieve the list of organizations (scopes) in which the user has the ckan-admin or ckan-editor role -
Uses of OrganizationBean in org.gcube.portlets.widgets.ckandatapublisherwidget.shared
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared that return types with arguments of type OrganizationBean Modifier and Type Method Description List<OrganizationBean>DatasetBean. getGroups()Gets the groups.List<OrganizationBean>DatasetBean. getGroupsForceCreation()Gets the groups force creation.List<OrganizationBean>DatasetBean. getOrganizationList()Gets the organization list.Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.shared with type arguments of type OrganizationBean Modifier and Type Method Description voidDatasetBean. setGroups(List<OrganizationBean> groups)Sets the groups.voidDatasetBean. setGroupsForceCreation(List<OrganizationBean> groupsForceCreation)Sets the groups force creation.voidDatasetBean. setOrganizationList(List<OrganizationBean> organizationList)Sets the organization list.
-