org.squashtest.tm.service.customfield
Interface CustomFieldValueManagerService

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

public interface CustomFieldValueManagerService
extends CustomFieldValueFinderService


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

Method Detail

changeValue

void changeValue(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-2013 Henix, henix.fr. All Rights Reserved.