Uses of Class
org.gatein.pc.portlet.impl.metadata.UserAttributeMetaData
-
Packages that use UserAttributeMetaData Package Description org.gatein.pc.portlet.impl.metadata org.gatein.pc.portlet.impl.metadata.adapter -
-
Uses of UserAttributeMetaData in org.gatein.pc.portlet.impl.metadata
Methods in org.gatein.pc.portlet.impl.metadata that return types with arguments of type UserAttributeMetaData Modifier and Type Method Description Map<String,UserAttributeMetaData>PortletApplication10MetaData. getUserAttributes()Methods in org.gatein.pc.portlet.impl.metadata with parameters of type UserAttributeMetaData Modifier and Type Method Description voidPortletApplication10MetaData. addUserAttribute(UserAttributeMetaData userAttribute)Method parameters in org.gatein.pc.portlet.impl.metadata with type arguments of type UserAttributeMetaData Modifier and Type Method Description voidPortletApplication10MetaData. setUserAttributes(Map<String,UserAttributeMetaData> userAttributes) -
Uses of UserAttributeMetaData in org.gatein.pc.portlet.impl.metadata.adapter
Methods in org.gatein.pc.portlet.impl.metadata.adapter that return types with arguments of type UserAttributeMetaData Modifier and Type Method Description List<UserAttributeMetaData>UserAttributeAdapter. marshal(Map<String,UserAttributeMetaData> arg0)Map<String,UserAttributeMetaData>UserAttributeAdapter. unmarshal(List<UserAttributeMetaData> list)Method parameters in org.gatein.pc.portlet.impl.metadata.adapter with type arguments of type UserAttributeMetaData Modifier and Type Method Description List<UserAttributeMetaData>UserAttributeAdapter. marshal(Map<String,UserAttributeMetaData> arg0)Map<String,UserAttributeMetaData>UserAttributeAdapter. unmarshal(List<UserAttributeMetaData> list)
-