public abstract class PortletUsageRecord extends BasicUsageRecord
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
PortletUsageRecord.MoveToConsumerId |
protected class |
PortletUsageRecord.MoveToConsumerIdAction |
UsageRecord.OperationResult| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE |
static String |
OPERATION_ID |
static String |
PORTLET_ID |
protected static String |
USER_ID |
AGGREGATED, aggregatedFields, computedFields, CONSUMER_ID, CREATION_TIME, END_TIME, ID, OPERATION_COUNT, OPERATION_RESULT, requiredFields, resourceProperties, SCOPE, START_TIME, USAGE_RECORD_TYPE, validation| Constructor and Description |
|---|
PortletUsageRecord() |
PortletUsageRecord(Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getOperationId() |
String |
getPortletId() |
void |
setMessage(String message) |
void |
setOperationId(String operationId) |
void |
setPortletId(String portletId) |
compareTo, getAllFields, getClass, getConsumerId, getCreationTime, getEndTimeAsCalendar, getEndTimeInMillis, getId, getOperationCount, getOperationResult, getRequiredFields, getResourceProperties, getResourceProperty, getScope, getStartTimeAsCalendar, getStartTimeInMillis, getUsageRecord, initializeValidation, setConsumerId, setCreationTime, setEndTime, setId, setOperationCount, setOperationResult, setResourceProperties, setResourceProperty, setScope, setStartTime, timestampStringToCalendar, toString, validate, validateField, validatePropertiesprotected static final String USER_ID
public static final String PORTLET_ID
public static final String OPERATION_ID
public static final String MESSAGE
public PortletUsageRecord()
public PortletUsageRecord(Map<String,Serializable> properties) throws InvalidValueException
InvalidValueExceptionpublic String getPortletId()
public void setPortletId(String portletId) throws InvalidValueException
InvalidValueExceptionpublic String getOperationId()
public void setOperationId(String operationId) throws InvalidValueException
InvalidValueExceptionpublic String getMessage()
public void setMessage(String message) throws InvalidValueException
InvalidValueExceptionCopyright © 2015. All Rights Reserved.