|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.endeca.portal.mdex.groups.AttributeGroupUtil
@Deprecated public class AttributeGroupUtil
Main entry point to retrieve attribute group information from an MDEX 7 data source
| Constructor Summary | |
|---|---|
AttributeGroupUtil(javax.portlet.PortletRequest request,
DataSource dataSource)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
clearGroupsCache()
Deprecated. |
AttributeGroup |
getGroup(java.lang.String key)
Deprecated. |
AttributeGroupLinkedMap |
getGroups()
Deprecated. |
AttributeGroupLinkedMap |
getGroups(java.util.List<java.lang.String> keys)
Deprecated. |
int |
getNumCachedGroups()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public AttributeGroupUtil(javax.portlet.PortletRequest request,
DataSource dataSource)
request - the current requestdataSource - the current data source| Method Detail |
|---|
@Deprecated public AttributeGroupLinkedMap getGroups()
@Deprecated public AttributeGroup getGroup(java.lang.String key)
key - the key of the requested group
@Deprecated public AttributeGroupLinkedMap getGroups(java.util.List<java.lang.String> keys)
keys - the list of keys of the requested groups
@Deprecated public int getNumCachedGroups()
@Deprecated public void clearGroupsCache()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||