|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attribute in com.ibm.ccd.ui.dataobjects.attributes |
---|
Subclasses of Attribute in com.ibm.ccd.ui.dataobjects.attributes | |
---|---|
class |
BinaryAttribute
|
class |
CurrencyAttribute
|
class |
DateAttribute
|
class |
FlagAttribute
|
class |
GroupAttribute
|
class |
ImageAttribute
|
class |
ImageURLAttribute
|
class |
IntegerAttribute
|
class |
LookupTableAttribute
|
class |
NumberAttribute
|
class |
NumberEnumAttribute
|
class |
PasswordAttribute
|
class |
PeriodAttribute
|
class |
RelationshipAttribute
|
class |
SequenceAttribute
|
class |
StringAttribute
|
class |
StringEnumAttribute
|
class |
ThumbnailImageAttribute
|
class |
ThumbnailImageURLAttribute
|
class |
TimeZoneAttribute
|
class |
UnSupportedAttribute
|
class |
URLAttribute
|
Fields in com.ibm.ccd.ui.dataobjects.attributes declared as Attribute | |
---|---|
protected Attribute |
Attribute.parentAttribute
|
Methods in com.ibm.ccd.ui.dataobjects.attributes that return Attribute | |
---|---|
Attribute[] |
GroupAttribute.cloneValue()
|
Attribute[] |
GroupAttribute.cloneValue(Attribute[] attribs)
|
Attribute[] |
GroupAttribute.getAttributes()
|
Attribute |
Attribute.getParentGroup()
|
Attribute[] |
GroupAttribute.getValue()
|
Attribute[] |
GroupAttribute.getValue(int index)
|
Attribute |
GroupAttribute.getValue(int index,
java.lang.String name)
|
Attribute[][] |
GroupAttribute.getValues()
|
Attribute[] |
GroupAttribute.nextGroup()
checks whether the group has subgroup and return its subgroup |
Methods in com.ibm.ccd.ui.dataobjects.attributes with parameters of type Attribute | |
---|---|
Attribute[] |
GroupAttribute.cloneValue(Attribute[] attribs)
|
void |
GroupAttribute.resetGroupIndex(Attribute[] attribs)
|
void |
GroupAttribute.setAttributes(Attribute[] attributes)
|
void |
Attribute.setParentGroup(Attribute parentAttribute)
|
void |
GroupAttribute.setValue(Attribute[] attributes)
|
void |
GroupAttribute.setValues(Attribute[][] values)
|
Constructors in com.ibm.ccd.ui.dataobjects.attributes with parameters of type Attribute | |
---|---|
GroupAttribute(java.lang.String name,
boolean editable,
int minimumOccurrence,
int maximumOccurrence,
Attribute[] attributes,
java.lang.String displayName)
|
Uses of Attribute in com.ibm.ccd.ui.dataobjects.items |
---|
Methods in com.ibm.ccd.ui.dataobjects.items that return Attribute | |
---|---|
protected static Attribute |
CatalogSpecParser.getAttribute(org.w3c.dom.Element attributeElement)
|
Attribute |
ICatalogItem.getAttribute(java.lang.String name)
|
Attribute |
CatalogItem.getAttribute(java.lang.String name)
|
Attribute |
CatalogItem.getAttributeFromGroupPath(Attribute[] attribs,
java.lang.String attribPath)
attribPath should contain both groupId and attributeId |
Attribute |
CatalogItem.getAttributeFromGroupPath(java.lang.String attribPath)
attribPath should contain both groupId and attrubuteId |
Attribute |
CatalogItem.getAttributeFromhashValue(java.lang.String hashValue)
|
Attribute |
CatalogItem.getAttributeFromPath(java.lang.String attribPath)
|
Attribute[] |
ICatalogItem.getAttributes()
|
Attribute[] |
CatalogItem.getAttributes()
|
Attribute[] |
CatalogItem.getAttributesFromGroupPath(Attribute[] attribs,
java.lang.String attribPath)
|
Attribute[] |
CatalogItem.getAttributesFromGroupPath(java.lang.String attribPath)
|
protected static Attribute[] |
CatalogSpecParser.getCatalogAttribs(org.w3c.dom.Element catalogSpecElement)
|
protected static Attribute[] |
CatalogSpecParser.getCatalogAttribs(org.w3c.dom.Element catalogSpecElement,
java.lang.String attributeName)
|
Attribute |
CatalogItem.getGroupAttribute(Attribute attribute)
|
Attribute |
ICatalogItem.getPrimaryKeyAttr()
|
Attribute |
CatalogItem.getPrimaryKeyAttr()
|
Attribute |
ICatalogItem.getPrimaryKeyAttr(Attribute[] attrArry)
|
Attribute |
CatalogItem.getPrimaryKeyAttr(Attribute[] attrArry)
|
static Attribute[] |
CatalogSpecParser.getSpecAttributes(org.w3c.dom.Element specElement)
|
Attribute |
CatalogItem.preparePrimaryKeyAttr(Attribute[] attrArry)
|
Methods in com.ibm.ccd.ui.dataobjects.items with parameters of type Attribute | |
---|---|
protected void |
CatalogItem.checkMandataoryAttribute(Attribute attribute,
org.apache.jetspeed.portlet.PortletRequest portletRequest,
MessageMap messageMap)
|
protected void |
CatalogItem.checkMandatoryCriteria(java.lang.String parameter,
Attribute attribute,
org.apache.jetspeed.portlet.PortletRequest portletRequest,
MessageMap messageMap)
|
protected static java.lang.String |
CatalogItemGenerator.generateAttributesXML(Attribute[] attributes)
Generates the attribute list xml for the item. |
protected static void |
CatalogItemGenerator.generateAttributeXML(Attribute attr,
java.lang.StringBuffer xmlBuffer,
java.util.Map cacheTemplatesMap)
|
Attribute |
CatalogItem.getAttributeFromGroupPath(Attribute[] attribs,
java.lang.String attribPath)
attribPath should contain both groupId and attributeId |
Attribute[] |
CatalogItem.getAttributesFromGroupPath(Attribute[] attribs,
java.lang.String attribPath)
|
Attribute |
CatalogItem.getGroupAttribute(Attribute attribute)
|
Attribute |
ICatalogItem.getPrimaryKeyAttr(Attribute[] attrArry)
|
Attribute |
CatalogItem.getPrimaryKeyAttr(Attribute[] attrArry)
|
protected boolean |
CatalogItem.hasValueChanged(Attribute attribute)
|
Attribute |
CatalogItem.preparePrimaryKeyAttr(Attribute[] attrArry)
|
void |
CatalogItem.setAttributes(Attribute[] attributes)
|
protected static void |
CatalogSpecParser.setCategorySpecificAttribute(Attribute[] attributes,
java.lang.String categorySpecAttrib)
|
void |
CatalogItem.updateAttribProperty(Attribute attribute,
org.apache.jetspeed.portlet.PortletRequest portletRequest,
MessageMap messageMap)
|
Constructors in com.ibm.ccd.ui.dataobjects.items with parameters of type Attribute | |
---|---|
CatalogItem(java.lang.String catalogID,
Attribute[] attributes)
|
|
CatalogItem(java.lang.String parentCategory,
java.lang.String catalogID,
java.lang.String catalogVersion,
Attribute[] attributes)
|
|
CatalogItem(java.lang.String parentCategoryID,
java.lang.String catalogID,
java.lang.String catalogVersion,
java.lang.String itemID,
Attribute[] attributes)
|
Uses of Attribute in com.ibm.ccd.ui.dataobjects.view |
---|
Methods in com.ibm.ccd.ui.dataobjects.view that return Attribute | |
---|---|
Attribute[] |
AttributeCollectionView.getAttributes()
|
Methods in com.ibm.ccd.ui.dataobjects.view with parameters of type Attribute | |
---|---|
void |
AttributeCollectionView.setAttributes(Attribute[] attributes)
|
Uses of Attribute in com.ibm.ccd.ui.mediator |
---|
Methods in com.ibm.ccd.ui.mediator that return Attribute | |
---|---|
Attribute[] |
WPCMediator.getLookupTableAttributes(java.lang.String lookupID,
WPSContext context)
Deprecated. same operationis done by getSearchAttributes() method. Returns the CatalogItem Spec. for the given catalogID and parentCategory |
Attribute[] |
WPCMediator.getSearchAttributes(java.lang.String catalogId,
WPSContext context)
|
Attribute[] |
WPCMediator.getSearchResultAttributes(java.lang.String catalogId,
WPSContext context)
|
Uses of Attribute in com.ibm.ccd.ui.portlets.items |
---|
Methods in com.ibm.ccd.ui.portlets.items with parameters of type Attribute | |
---|---|
static java.util.HashMap |
WorkwithItemPortlet.getCollection(Attribute attribute)
|
static java.lang.String |
WorkwithItemPortlet.getSelectedValue(Attribute attribute,
java.lang.String key)
|
static java.lang.String |
WorkwithItemPortlet.getStringValue(Attribute attribute,
int index)
|
static java.lang.String |
WorkwithItemPortlet.getStringValue(java.lang.String itemID,
Attribute attribute,
java.util.Locale locale,
int index)
|
static boolean |
WorkwithItemPortlet.isMandatory(Attribute attribute)
|
Uses of Attribute in com.ibm.ccd.ui.portlets.lookuptablesearch.core |
---|
Methods in com.ibm.ccd.ui.portlets.lookuptablesearch.core that return Attribute | |
---|---|
Attribute[] |
LookupTableSearchBean.getAttributesList()
Deprecated. Not required since SearchBean.getSearchAttributes() uses generic service SERACH_ITEMSKELETION for catalog and lookup tables |
Attribute[] |
LookupTableSearchBean.getSearchAttributes()
Override the SearchBean implementation to retrieve the lookup table name from user object instead of cache |
Attribute[] |
LookupTableSearchBean.getSearchResultAttributes()
|
Uses of Attribute in com.ibm.ccd.ui.portlets.massupdate |
---|
Methods in com.ibm.ccd.ui.portlets.massupdate that return Attribute | |
---|---|
Attribute |
ItemAttribute.getAttribute()
returns the Attribute object |
Methods in com.ibm.ccd.ui.portlets.massupdate with parameters of type Attribute | |
---|---|
boolean |
MassUpdatePortlet.getEditableAttribute(Attribute attribute)
Method decides which attributes are editable in bulk edit screen |
void |
ItemAttribute.setAttribute(Attribute attribute)
sets the Attribute object |
void |
MassUpdateBean.setPrimaryKeyAttribute(Attribute attributePk)
|
Uses of Attribute in com.ibm.ccd.ui.portlets.search.core |
---|
Methods in com.ibm.ccd.ui.portlets.search.core that return Attribute | |
---|---|
Attribute[] |
SearchBean.getSearchAttributes()
|
Attribute[] |
SearchBean.getSearchResultAttributes()
|
Methods in com.ibm.ccd.ui.portlets.search.core with parameters of type Attribute | |
---|---|
java.util.HashMap |
SearchBean.prepareFlatAttributeMap(Attribute[] attributesParam)
prepare map of all attributes available including the map inside group attributes |
Uses of Attribute in com.ibm.ccd.ui.portlets.workflow |
---|
Methods in com.ibm.ccd.ui.portlets.workflow with parameters of type Attribute | |
---|---|
void |
WorkflowBean.setAttributePk(Attribute attributePk)
|
Uses of Attribute in com.ibm.ccd.ui.taglib.dataobjects |
---|
Methods in com.ibm.ccd.ui.taglib.dataobjects that return Attribute | |
---|---|
Attribute |
BaseSearchElement.getWpcAttribute()
|
Methods in com.ibm.ccd.ui.taglib.dataobjects with parameters of type Attribute | |
---|---|
void |
BaseSearchElement.setWpcAttribute(Attribute attribute)
|
Uses of Attribute in com.ibm.ccd.ui.tags.element |
---|
Fields in com.ibm.ccd.ui.tags.element declared as Attribute | |
---|---|
protected Attribute |
BaseElement.attribute
|
protected Attribute |
AttributeTag.attribute
|
protected Attribute |
GroupAttributeTag.groupAttribute
|
protected Attribute |
GroupAttributeTag.groupAttribute0
|
Methods in com.ibm.ccd.ui.tags.element that return Attribute | |
---|---|
Attribute |
BaseElement.getAttribute()
|
Attribute |
GroupAttributeTag.getGroupAttribute()
|
Methods in com.ibm.ccd.ui.tags.element with parameters of type Attribute | |
---|---|
protected java.lang.String |
FlagElement.getDisplayValue(Attribute attribute,
int index)
|
java.lang.String |
TimezoneElement.getSelectedValue(Attribute attribute,
java.lang.String key)
|
protected java.lang.String |
URLElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
ThumbNailImageURLElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
ThumbNailImageElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
TextElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
StringEnumerationElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
PasswordElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
NumberEnumerationElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
NumberElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
LookupElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
IntegerElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
ImageURLElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
ImageAttachElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
FlagElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
DateElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
CurrencyElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
BinaryAttachElement.getStringValue(Attribute attribute,
int index)
|
protected java.lang.String |
TimezoneElement.getStringValue(Attribute attribute,
long _index)
|
protected java.lang.Object |
RelationElement.getValue(Attribute attribute,
int index)
|
java.lang.String |
MassUpdateAttributeTag.renderElement(Attribute attribute)
|
java.lang.String |
AttributeTag.renderElement(Attribute attribute)
|
protected java.lang.String |
AttributeTag.renderElement(Attribute attribute,
boolean flag)
check for localized attribute rendering |
void |
BaseElement.setAttribute(Attribute attribute)
|
void |
GroupAttributeTag.setGroupAttribute(Attribute attribute)
|
Constructors in com.ibm.ccd.ui.tags.element with parameters of type Attribute | |
---|---|
BaseElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
BinaryAttachElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
CurrencyElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
DateElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
FlagElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
GroupElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
ImageAttachElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
ImageURLElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
IntegerElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
LookupElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
NumberElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
NumberEnumerationElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
PasswordElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
PeriodElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
RelationElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
SequenceElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
StringEnumerationElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
TextElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
ThumbNailImageElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
ThumbNailImageURLElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
TimezoneElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
|
URLElement(Attribute attribute,
org.apache.jetspeed.portlet.PortletURI portletURI)
|
Uses of Attribute in com.ibm.ccd.ui.util |
---|
Methods in com.ibm.ccd.ui.util with parameters of type Attribute | |
---|---|
static boolean |
UIUtils.getEditableAttributeCheckforMass(Attribute attribute)
|
static boolean |
UIUtils.isAttributeDisplayableForLocale(Attribute attributeForDisplay,
java.lang.String localeName)
Method Basically filters the other locale attribute.Checks whether the passed attribute is localized attribute and if it is localized then checks whether the passed locale matches with the attribute locale. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |