Uses of Class
it.uniroma2.art.semanticturkey.user.UsersGroupException
Packages that use UsersGroupException
-
Uses of UsersGroupException in it.uniroma2.art.semanticturkey.user
Subclasses of UsersGroupException in it.uniroma2.art.semanticturkey.userModifier and TypeClassDescriptionclass
class
Methods in it.uniroma2.art.semanticturkey.user that throw UsersGroupExceptionModifier and TypeMethodDescriptionstatic void
UsersGroupsManager.createGroup
(UsersGroup group) add a groupstatic UsersGroup
UsersGroupsManager.updateDescription
(UsersGroup group, String description) Updates the description of the given group and returns it updatedstatic UsersGroup
UsersGroupsManager.updateFullName
(UsersGroup group, String fullName) Updates the fullName of the given group and returns it updatedstatic UsersGroup
UsersGroupsManager.updateLogoUrl
(UsersGroup group, String logoUrl) Updates the logoUrl of the given group and returns it updatedstatic UsersGroup
UsersGroupsManager.updateShortName
(UsersGroup group, String shortName) Updates the shortName of the given group and returns it updatedstatic UsersGroup
UsersGroupsManager.updateWebPage
(UsersGroup group, String webPage) Updates the webPage of the given group and returns it updated