Searched refs:PROPNAME_UIORDER (Results 1 – 2 of 2) sorted by relevance
101 public static final java.lang.String PROPNAME_UIORDER = "UIOrder"; field in Cache774 aResultMap.put(PROPNAME_UIORDER , aMap.get(PROPNAME_UIORDER )); in convertTypePropsToExternal()1047 aResultMap.put(PROPNAME_UIORDER, new java.lang.Integer(0)); in convertTypePropsToInternal()1117 aResultMap.put(PROPNAME_UIORDER , aMap.get(PROPNAME_UIORDER )); in convertTypePropsToInternal()1972 (!aType.containsKey(PROPNAME_UIORDER )) || in validateTypes()1980 if (((java.lang.Integer)aType.get(PROPNAME_UIORDER)).intValue() < 0) in validateTypes()2249 java.lang.Integer nUIOrder = (java.lang.Integer)aType.get(PROPNAME_UIORDER); in transform60to6Y()2260 aType.put(PROPNAME_UIORDER, nOrder); in transform60to6Y()
262 (sTag.equals(Cache.PROPNAME_UIORDER )) || in getTypeForTag()
Completed in 57 milliseconds