| Package | Description |
|---|---|
| com.liferay.counter.kernel.model |
This package defines the portal counter model interfaces, classes, and wrappers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CounterWrapper
This class is a wrapper for
Counter. |
| Modifier and Type | Field and Description |
|---|---|
static Accessor<Counter,String> |
Counter.NAME_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
Counter |
CounterWrapper.getWrappedModel() |
Counter |
CounterModel.toEscapedModel() |
Counter |
CounterWrapper.toEscapedModel() |
Counter |
CounterModel.toUnescapedModel() |
Counter |
CounterWrapper.toUnescapedModel() |
| Modifier and Type | Method and Description |
|---|---|
CacheModel<Counter> |
CounterModel.toCacheModel() |
CacheModel<Counter> |
CounterWrapper.toCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
CounterModel.compareTo(Counter counter) |
int |
CounterWrapper.compareTo(Counter counter) |
static CounterSoap |
CounterSoap.toSoapModel(Counter model) |
static CounterSoap[] |
CounterSoap.toSoapModels(Counter[] models) |
static CounterSoap[][] |
CounterSoap.toSoapModels(Counter[][] models) |
| Modifier and Type | Method and Description |
|---|---|
static CounterSoap[] |
CounterSoap.toSoapModels(List<Counter> models) |
| Constructor and Description |
|---|
CounterWrapper(Counter counter) |