org.squashtest.csp.tm.service.customfield
Interface CustomFieldValueManagerService

All Superinterfaces:
CustomFieldValueFinderService
All Known Subinterfaces:
PrivateCustomFieldValueService
All Known Implementing Classes:
PrivateCustomFieldValueServiceImpl

@Transactional
public interface CustomFieldValueManagerService
extends CustomFieldValueFinderService


Method Summary
 void update(Long customFieldValueId, String newValue)
          Will update the value of a CustomFieldValue using its Id.
 
Methods inherited from interface org.squashtest.csp.tm.service.customfield.CustomFieldValueFinderService
findAllCustomFieldValues, findAllCustomFieldValues, hasCustomFields, hasCustomFields
 

Method Detail

update

void update(Long customFieldValueId,
            String newValue)
Will update the value of a CustomFieldValue using its Id. The service will check that the requestor has the correct credentials.

Parameters:
customFieldValueId -
newValue -


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