public interface LicenseRoleStore
LicenseRoleStore.LicenseRoleData
.Modifier and Type | Interface and Description |
---|---|
static class |
LicenseRoleStore.LicenseRoleData |
Modifier and Type | Method and Description |
---|---|
LicenseRoleStore.LicenseRoleData |
get(LicenseRoleId id)
Get the
LicenseRoleStore.LicenseRoleData for the passed
LicenseRoleId . |
void |
removeGroup(String groupName)
Removes the association of the given group from all license roles in the database.
|
LicenseRoleStore.LicenseRoleData |
save(LicenseRoleStore.LicenseRoleData data)
Save the passed
LicenseRoleStore.LicenseRoleData to the database. |
@Nonnull LicenseRoleStore.LicenseRoleData get(@Nonnull LicenseRoleId id)
LicenseRoleStore.LicenseRoleData
for the passed
LicenseRoleId
.id
- the ID to search for.
The LicenseRoleStore.LicenseRoleData
for the passed
LicenseRoleId
.@Nonnull LicenseRoleStore.LicenseRoleData save(@Nonnull LicenseRoleStore.LicenseRoleData data)
LicenseRoleStore.LicenseRoleData
to the database.data
- the data to save to the database.LicenseRoleStore.LicenseRoleData
as saved in the database.Copyright © 2002-2015 Atlassian. All Rights Reserved.