nn::nex::DataStoreRatingLockInitParam Class

Syntax

class DataStoreRatingLockInitParam : public nn::nex::RootObject

Description

Represents duplicate lock settings for ratings.

Member Functions

DataStoreRatingLockInitParam Constructor. Creates settings where duplicate locks are not used. After a rating is made, re-rating is possible.
V ~DataStoreRatingLockInitParam Destructor.
Reset Initializes an object to the default state generated by the constructor. Returns to settings where duplicate locks are not used.
SetIntervalLock Sets a fixed interval of time (in seconds) during which re-rating is not possible after a rating is made.
SetPeriodicLock Locks ratings such that re-rating is not possible until the specified day of the week or the beginning of the month.
SetDaysAfterLock Locks ratings such that re-rating is not possible until the specified time of day after the specified number of days has passed.
SetPermanentLock Locks a rating so that re-rating is not possible.
Trace Traces the content of a DataStoreRatingLockInitParam object.

Class Hierarchy

nn::nex::RootObject
  nn::nex::DataStoreRatingLockInitParam

Revision History

2012/07/25
Initial version.

CONFIDENTIAL