com.atlassian.bamboo.user.propertyset
Interface BambooPropertySetDao

All Known Implementing Classes:
BambooBucketPropertySetHibernateDao

public interface BambooPropertySetDao


Method Summary
 java.util.List<java.lang.String> getEntityNamesByStringItemValues(java.lang.String entityKey, java.util.List<java.lang.String> stringValues)
           
 

Method Detail

getEntityNamesByStringItemValues

@NotNull
java.util.List<java.lang.String> getEntityNamesByStringItemValues(@NotNull
                                                                          java.lang.String entityKey,
                                                                          @NotNull
                                                                          java.util.List<java.lang.String> stringValues)
Parameters:
entityKey - key of a property
stringValues - list of property values to be looked for
Returns:


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.