| Method and Description |
|---|
| org.hawkular.accounts.api.OrganizationService.get(String)
use
OrganizationService.getById(UUID) instead. |
| org.hawkular.accounts.api.ResourceService.get(String) |
| org.hawkular.accounts.api.InvitationService.get(String)
Use
InvitationService.getById(UUID) instead. |
| org.hawkular.accounts.api.UserSettingsService.get(String)
Use
UserSettingsService.getById(UUID) instead |
| org.hawkular.accounts.api.UserService.getById(String)
Use
UserService.getById(UUID) instead |
| org.hawkular.accounts.api.InvitationService.getByToken(String)
Use
InvitationService.getById(UUID) instead. |
| org.hawkular.accounts.api.model.BaseEntity.getId()
from Accounts 2.x, this will return an UUID. Use getIdAsUUID().
|
| org.hawkular.accounts.api.OrganizationMembershipService.getMembershipById(String)
Use
OrganizationMembershipService.getById(UUID) instead |
| org.hawkular.accounts.api.ResourceService.getRolesForPersona(Resource, Persona) |
| Constructor and Description |
|---|
| org.hawkular.accounts.api.model.BaseEntity(String)
Use the BaseEntity(UUID) instead.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.