core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/api/sdk/ui/SBSv2PlatformFilterComposite.java
branchC3_BUILDER_WORK
changeset 1709 6bd6640867aa
parent 1691 b249ba29f642
child 1776 ad19bba5eef8
equal deleted inserted replaced
1707:ddfcc3a97d22 1709:6bd6640867aa
    52  * @since 1.4
    52  * @since 1.4
    53  */
    53  */
    54 @SuppressWarnings("restriction")
    54 @SuppressWarnings("restriction")
    55 public class SBSv2PlatformFilterComposite extends Composite {
    55 public class SBSv2PlatformFilterComposite extends Composite {
    56 
    56 
    57 	// TODO: Temporary map. We need a way to ensure we only get the alias map
       
    58 	// when needed and that the data we are getting is properly cached to avoid
       
    59 	// having to run Raptor queries too often
       
    60 	private static HashMap<String, String> aliasMap = new HashMap<String, String>();
    57 	private static HashMap<String, String> aliasMap = new HashMap<String, String>();
    61 	private static List<String> productVariantList = new ArrayList<String>();
    58 	private static List<String> productVariantList = new ArrayList<String>();
    62 	
    59 	
    63 	private CheckboxTableViewer buildAliasTableViewer;
    60 	private CheckboxTableViewer buildAliasTableViewer;
    64 	private ListViewer customVariantListViewer;
    61 	private ListViewer customVariantListViewer;