| 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
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
| Modifier and Type | Method and Description |
|---|---|
static CounterSoap |
CounterSoap.toSoapModel(Counter model) |
static CounterSoap[] |
CounterSoap.toSoapModels(Counter[] models) |
static CounterSoap[][] |
CounterSoap.toSoapModels(Counter[][] models) |
protected CounterWrapper |
CounterWrapper.wrap(Counter counter) |
| Modifier and Type | Method and Description |
|---|---|
static CounterSoap[] |
CounterSoap.toSoapModels(List<Counter> models) |
| Constructor and Description |
|---|
CounterWrapper(Counter counter) |