Class GeneratedCustomerReview
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.customerreview.jalo.GeneratedCustomerReview
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
CustomerReview
public abstract class GeneratedCustomerReview extends GenericItem
Generated class for typeCustomerReview.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALIASQualifier of theCustomerReview.aliasattributestatic java.lang.StringAPPROVALSTATUSQualifier of theCustomerReview.approvalStatusattributestatic java.lang.StringBLOCKEDQualifier of theCustomerReview.blockedattributestatic java.lang.StringCOMMENTQualifier of theCustomerReview.commentattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringHEADLINEQualifier of theCustomerReview.headlineattributestatic java.lang.StringLANGUAGEQualifier of theCustomerReview.languageattributestatic java.lang.StringPRODUCTQualifier of theCustomerReview.productattributeprotected static BidirectionalOneToManyHandler<GeneratedCustomerReview>PRODUCTHANDLERBidirectionalOneToManyHandlerfor handling 1:n PRODUCT's relation attributes from 'one' side.static java.lang.StringRATINGQualifier of theCustomerReview.ratingattributestatic java.lang.StringUSERQualifier of theCustomerReview.userattributeprotected static BidirectionalOneToManyHandler<GeneratedCustomerReview>USERHANDLERBidirectionalOneToManyHandlerfor handling 1:n USER's relation attributes from 'one' side.-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedCustomerReview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.java.lang.StringgetAlias()Generated method - Getter of theCustomerReview.aliasattribute.java.lang.StringgetAlias(SessionContext ctx)Generated method - Getter of theCustomerReview.aliasattribute.EnumerationValuegetApprovalStatus()Generated method - Getter of theCustomerReview.approvalStatusattribute.EnumerationValuegetApprovalStatus(SessionContext ctx)Generated method - Getter of theCustomerReview.approvalStatusattribute.java.lang.StringgetComment()Generated method - Getter of theCustomerReview.commentattribute.java.lang.StringgetComment(SessionContext ctx)Generated method - Getter of theCustomerReview.commentattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetHeadline()Generated method - Getter of theCustomerReview.headlineattribute.java.lang.StringgetHeadline(SessionContext ctx)Generated method - Getter of theCustomerReview.headlineattribute.LanguagegetLanguage()Generated method - Getter of theCustomerReview.languageattribute.LanguagegetLanguage(SessionContext ctx)Generated method - Getter of theCustomerReview.languageattribute.ProductgetProduct()Generated method - Getter of theCustomerReview.productattribute.ProductgetProduct(SessionContext ctx)Generated method - Getter of theCustomerReview.productattribute.java.lang.DoublegetRating()Generated method - Getter of theCustomerReview.ratingattribute.java.lang.DoublegetRating(SessionContext ctx)Generated method - Getter of theCustomerReview.ratingattribute.doublegetRatingAsPrimitive()Generated method - Getter of theCustomerReview.ratingattribute.doublegetRatingAsPrimitive(SessionContext ctx)Generated method - Getter of theCustomerReview.ratingattribute.UsergetUser()Generated method - Getter of theCustomerReview.userattribute.UsergetUser(SessionContext ctx)Generated method - Getter of theCustomerReview.userattribute.java.lang.BooleanisBlocked()Generated method - Getter of theCustomerReview.blockedattribute.java.lang.BooleanisBlocked(SessionContext ctx)Generated method - Getter of theCustomerReview.blockedattribute.booleanisBlockedAsPrimitive()Generated method - Getter of theCustomerReview.blockedattribute.booleanisBlockedAsPrimitive(SessionContext ctx)Generated method - Getter of theCustomerReview.blockedattribute.voidsetAlias(SessionContext ctx, java.lang.String value)Generated method - Setter of theCustomerReview.aliasattribute.voidsetAlias(java.lang.String value)Generated method - Setter of theCustomerReview.aliasattribute.voidsetApprovalStatus(EnumerationValue value)Generated method - Setter of theCustomerReview.approvalStatusattribute.voidsetApprovalStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theCustomerReview.approvalStatusattribute.voidsetBlocked(boolean value)Generated method - Setter of theCustomerReview.blockedattribute.voidsetBlocked(SessionContext ctx, boolean value)Generated method - Setter of theCustomerReview.blockedattribute.voidsetBlocked(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theCustomerReview.blockedattribute.voidsetBlocked(java.lang.Boolean value)Generated method - Setter of theCustomerReview.blockedattribute.voidsetComment(SessionContext ctx, java.lang.String value)Generated method - Setter of theCustomerReview.commentattribute.voidsetComment(java.lang.String value)Generated method - Setter of theCustomerReview.commentattribute.voidsetHeadline(SessionContext ctx, java.lang.String value)Generated method - Setter of theCustomerReview.headlineattribute.voidsetHeadline(java.lang.String value)Generated method - Setter of theCustomerReview.headlineattribute.voidsetLanguage(Language value)Generated method - Setter of theCustomerReview.languageattribute.voidsetLanguage(SessionContext ctx, Language value)Generated method - Setter of theCustomerReview.languageattribute.protected voidsetProduct(Product value)Generated method - Setter of theCustomerReview.productattribute.protected voidsetProduct(SessionContext ctx, Product value)Generated method - Setter of theCustomerReview.productattribute.voidsetRating(double value)Generated method - Setter of theCustomerReview.ratingattribute.voidsetRating(SessionContext ctx, double value)Generated method - Setter of theCustomerReview.ratingattribute.voidsetRating(SessionContext ctx, java.lang.Double value)Generated method - Setter of theCustomerReview.ratingattribute.voidsetRating(java.lang.Double value)Generated method - Setter of theCustomerReview.ratingattribute.voidsetUser(SessionContext ctx, User value)Generated method - Setter of theCustomerReview.userattribute.voidsetUser(User value)Generated method - Setter of theCustomerReview.userattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
HEADLINE
public static final java.lang.String HEADLINE
Qualifier of theCustomerReview.headlineattribute- See Also:
- Constant Field Values
-
COMMENT
public static final java.lang.String COMMENT
Qualifier of theCustomerReview.commentattribute- See Also:
- Constant Field Values
-
RATING
public static final java.lang.String RATING
Qualifier of theCustomerReview.ratingattribute- See Also:
- Constant Field Values
-
BLOCKED
public static final java.lang.String BLOCKED
Qualifier of theCustomerReview.blockedattribute- See Also:
- Constant Field Values
-
ALIAS
public static final java.lang.String ALIAS
Qualifier of theCustomerReview.aliasattribute- See Also:
- Constant Field Values
-
APPROVALSTATUS
public static final java.lang.String APPROVALSTATUS
Qualifier of theCustomerReview.approvalStatusattribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of theCustomerReview.languageattribute- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Qualifier of theCustomerReview.userattribute- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
Qualifier of theCustomerReview.productattribute- See Also:
- Constant Field Values
-
USERHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCustomerReview> USERHANDLER
BidirectionalOneToManyHandlerfor handling 1:n USER's relation attributes from 'one' side.
-
PRODUCTHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCustomerReview> PRODUCTHANDLER
BidirectionalOneToManyHandlerfor handling 1:n PRODUCT's relation attributes from 'one' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classItem
-
getAlias
public java.lang.String getAlias(SessionContext ctx)
Generated method - Getter of theCustomerReview.aliasattribute.- Returns:
- the alias - It holds the alias of the customer who wrote the review.
-
getAlias
public java.lang.String getAlias()
Generated method - Getter of theCustomerReview.aliasattribute.- Returns:
- the alias - It holds the alias of the customer who wrote the review.
-
setAlias
public void setAlias(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerReview.aliasattribute.- Parameters:
value- the alias - It holds the alias of the customer who wrote the review.
-
setAlias
public void setAlias(java.lang.String value)
Generated method - Setter of theCustomerReview.aliasattribute.- Parameters:
value- the alias - It holds the alias of the customer who wrote the review.
-
getApprovalStatus
public EnumerationValue getApprovalStatus(SessionContext ctx)
Generated method - Getter of theCustomerReview.approvalStatusattribute.- Returns:
- the approvalStatus - Its a review status type - when review is approved it is visible in the frontend.
-
getApprovalStatus
public EnumerationValue getApprovalStatus()
Generated method - Getter of theCustomerReview.approvalStatusattribute.- Returns:
- the approvalStatus - Its a review status type - when review is approved it is visible in the frontend.
-
setApprovalStatus
public void setApprovalStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCustomerReview.approvalStatusattribute.- Parameters:
value- the approvalStatus - Its a review status type - when review is approved it is visible in the frontend.
-
setApprovalStatus
public void setApprovalStatus(EnumerationValue value)
Generated method - Setter of theCustomerReview.approvalStatusattribute.- Parameters:
value- the approvalStatus - Its a review status type - when review is approved it is visible in the frontend.
-
isBlocked
public java.lang.Boolean isBlocked(SessionContext ctx)
Generated method - Getter of theCustomerReview.blockedattribute.- Returns:
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
isBlocked
public java.lang.Boolean isBlocked()
Generated method - Getter of theCustomerReview.blockedattribute.- Returns:
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
isBlockedAsPrimitive
public boolean isBlockedAsPrimitive(SessionContext ctx)
Generated method - Getter of theCustomerReview.blockedattribute.- Returns:
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
isBlockedAsPrimitive
public boolean isBlockedAsPrimitive()
Generated method - Getter of theCustomerReview.blockedattribute.- Returns:
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
setBlocked
public void setBlocked(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCustomerReview.blockedattribute.- Parameters:
value- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
setBlocked
public void setBlocked(java.lang.Boolean value)
Generated method - Setter of theCustomerReview.blockedattribute.- Parameters:
value- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
setBlocked
public void setBlocked(SessionContext ctx, boolean value)
Generated method - Setter of theCustomerReview.blockedattribute.- Parameters:
value- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
setBlocked
public void setBlocked(boolean value)
Generated method - Setter of theCustomerReview.blockedattribute.- Parameters:
value- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
getComment
public java.lang.String getComment(SessionContext ctx)
Generated method - Getter of theCustomerReview.commentattribute.- Returns:
- the comment - Comment for the customer review
-
getComment
public java.lang.String getComment()
Generated method - Getter of theCustomerReview.commentattribute.- Returns:
- the comment - Comment for the customer review
-
setComment
public void setComment(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerReview.commentattribute.- Parameters:
value- the comment - Comment for the customer review
-
setComment
public void setComment(java.lang.String value)
Generated method - Setter of theCustomerReview.commentattribute.- Parameters:
value- the comment - Comment for the customer review
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map).In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }- Overrides:
createItemin classGenericItem- Parameters:
ctx- the current session context which this item is created withintype- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException- indicates an error during creation - any changes will be rollbacked
-
getHeadline
public java.lang.String getHeadline(SessionContext ctx)
Generated method - Getter of theCustomerReview.headlineattribute.- Returns:
- the headline - Headline for the customer review
-
getHeadline
public java.lang.String getHeadline()
Generated method - Getter of theCustomerReview.headlineattribute.- Returns:
- the headline - Headline for the customer review
-
setHeadline
public void setHeadline(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerReview.headlineattribute.- Parameters:
value- the headline - Headline for the customer review
-
setHeadline
public void setHeadline(java.lang.String value)
Generated method - Setter of theCustomerReview.headlineattribute.- Parameters:
value- the headline - Headline for the customer review
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of theCustomerReview.languageattribute.- Returns:
- the language - It holds the information about language that review was written with.
-
getLanguage
public Language getLanguage()
Generated method - Getter of theCustomerReview.languageattribute.- Returns:
- the language - It holds the information about language that review was written with.
-
setLanguage
public void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theCustomerReview.languageattribute.- Parameters:
value- the language - It holds the information about language that review was written with.
-
setLanguage
public void setLanguage(Language value)
Generated method - Setter of theCustomerReview.languageattribute.- Parameters:
value- the language - It holds the information about language that review was written with.
-
getProduct
public Product getProduct(SessionContext ctx)
Generated method - Getter of theCustomerReview.productattribute.- Returns:
- the product
-
getProduct
public Product getProduct()
Generated method - Getter of theCustomerReview.productattribute.- Returns:
- the product
-
setProduct
protected void setProduct(SessionContext ctx, Product value)
Generated method - Setter of theCustomerReview.productattribute.- Parameters:
value- the product
-
setProduct
protected void setProduct(Product value)
Generated method - Setter of theCustomerReview.productattribute.- Parameters:
value- the product
-
getRating
public java.lang.Double getRating(SessionContext ctx)
Generated method - Getter of theCustomerReview.ratingattribute.- Returns:
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
getRating
public java.lang.Double getRating()
Generated method - Getter of theCustomerReview.ratingattribute.- Returns:
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
getRatingAsPrimitive
public double getRatingAsPrimitive(SessionContext ctx)
Generated method - Getter of theCustomerReview.ratingattribute.- Returns:
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
getRatingAsPrimitive
public double getRatingAsPrimitive()
Generated method - Getter of theCustomerReview.ratingattribute.- Returns:
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
setRating
public void setRating(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theCustomerReview.ratingattribute.- Parameters:
value- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
setRating
public void setRating(java.lang.Double value)
Generated method - Setter of theCustomerReview.ratingattribute.- Parameters:
value- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
setRating
public void setRating(SessionContext ctx, double value)
Generated method - Setter of theCustomerReview.ratingattribute.- Parameters:
value- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
setRating
public void setRating(double value)
Generated method - Setter of theCustomerReview.ratingattribute.- Parameters:
value- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of theCustomerReview.userattribute.- Returns:
- the user
-
getUser
public User getUser()
Generated method - Getter of theCustomerReview.userattribute.- Returns:
- the user
-
setUser
public void setUser(SessionContext ctx, User value)
Generated method - Setter of theCustomerReview.userattribute.- Parameters:
value- the user
-
setUser
public void setUser(User value)
Generated method - Setter of theCustomerReview.userattribute.- Parameters:
value- the user
-
-