com.atlassian.jira.issue.customfields.converters
Interface GroupConverter

All Known Subinterfaces:
MultiGroupConverter
All Known Implementing Classes:
GroupConverterImpl, MultiGroupConverterImpl

public interface GroupConverter


Method Summary
 Group getGroup(String stringValue)
           
 String getString(Group group)
           
 UserManager getUserManager()
          Deprecated. - Get hold of a UserUtil from the Component Manager instead. Deprecated since v4.0.
 

Method Detail

getString

String getString(Group group)

getGroup

Group getGroup(String stringValue)
               throws FieldValidationException
Throws:
FieldValidationException

getUserManager

@Deprecated
UserManager getUserManager()
Deprecated. - Get hold of a UserUtil from the Component Manager instead. Deprecated since v4.0.

Returns:
UserManager


Copyright © 2002-2010 Atlassian. All Rights Reserved.