org.squashtest.tm.service.user
Interface TeamModificationService

All Superinterfaces:
CustomTeamFinderService, CustomTeamModificationService, TeamFinderService

@Transactional
@PreAuthorize(value="hasRole(\'ROLE_ADMIN\')")
public interface TeamModificationService
extends CustomTeamModificationService, TeamFinderService

Dynamically generated methods for Team modification.

Author:
mpagnon

Method Summary
 void changeDescription(long teamId, String description)
          Simply updates the description of the team of the given id
 
Methods inherited from interface org.squashtest.tm.service.user.CustomTeamModificationService
addMember, addMembers, changeName, deleteTeam, persist, removeMember, removeMemberFromAllTeams, removeMembers
 
Methods inherited from interface org.squashtest.tm.service.user.TeamFinderService
findAll, findById
 
Methods inherited from interface org.squashtest.tm.service.user.CustomTeamFinderService
countAll, findAllFiltered, findAllNonMemberUsers, findAllTeamMembers
 

Method Detail

changeDescription

void changeDescription(long teamId,
                       String description)
Simply updates the description of the team of the given id

Parameters:
teamId -
description -


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.