|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Counter | |
---|---|
com.liferay.counter.model | This package defines the portal counter model interfaces, classes, and wrappers. |
com.liferay.counter.model.impl | |
com.liferay.counter.service | This package defines the portal counter service local interfaces, utilities, and wrappers. |
com.liferay.counter.service.base | |
com.liferay.counter.service.persistence | This package defines the portal counter service persistence interfaces and utilities. |
Uses of Counter in com.liferay.counter.model |
---|
Classes in com.liferay.counter.model that implement Counter | |
---|---|
class |
CounterWrapper
This class is a wrapper for Counter . |
Methods in com.liferay.counter.model that return Counter | |
---|---|
Counter |
CounterWrapper.getWrappedCounter()
Deprecated. Renamed to CounterWrapper.getWrappedModel() |
Counter |
CounterWrapper.getWrappedModel()
|
Counter |
CounterModel.toEscapedModel()
|
Counter |
CounterWrapper.toEscapedModel()
|
Counter |
CounterModel.toUnescapedModel()
|
Counter |
CounterWrapper.toUnescapedModel()
|
Methods in com.liferay.counter.model that return types with arguments of type Counter | |
---|---|
CacheModel<Counter> |
CounterModel.toCacheModel()
|
CacheModel<Counter> |
CounterWrapper.toCacheModel()
|
Methods in com.liferay.counter.model with parameters of type Counter | |
---|---|
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)
|
Method parameters in com.liferay.counter.model with type arguments of type Counter | |
---|---|
static CounterSoap[] |
CounterSoap.toSoapModels(List<Counter> models)
|
Constructors in com.liferay.counter.model with parameters of type Counter | |
---|---|
CounterWrapper(Counter counter)
|
Uses of Counter in com.liferay.counter.model.impl |
---|
Classes in com.liferay.counter.model.impl that implement Counter | |
---|---|
class |
CounterBaseImpl
The extended model base implementation for the Counter service. |
class |
CounterImpl
|
Methods in com.liferay.counter.model.impl that return Counter | |
---|---|
Counter |
CounterCacheModel.toEntityModel()
|
Counter |
CounterModelImpl.toEscapedModel()
|
Counter |
CounterModelImpl.toUnescapedModel()
|
Methods in com.liferay.counter.model.impl that return types with arguments of type Counter | |
---|---|
CacheModel<Counter> |
CounterModelImpl.toCacheModel()
|
Methods in com.liferay.counter.model.impl with parameters of type Counter | |
---|---|
int |
CounterModelImpl.compareTo(Counter counter)
|
Uses of Counter in com.liferay.counter.service |
---|
Methods in com.liferay.counter.service that return Counter | |
---|---|
Counter |
CounterLocalServiceWrapper.addCounter(Counter counter)
Adds the counter to the database. |
static Counter |
CounterLocalServiceUtil.addCounter(Counter counter)
Adds the counter to the database. |
Counter |
CounterLocalService.addCounter(Counter counter)
Adds the counter to the database. |
Counter |
CounterLocalServiceWrapper.createCounter(String name)
Creates a new counter with the primary key. |
static Counter |
CounterLocalServiceUtil.createCounter(String name)
Creates a new counter with the primary key. |
Counter |
CounterLocalService.createCounter(String name)
Creates a new counter with the primary key. |
Counter |
CounterLocalServiceWrapper.deleteCounter(Counter counter)
Deletes the counter from the database. |
static Counter |
CounterLocalServiceUtil.deleteCounter(Counter counter)
Deletes the counter from the database. |
Counter |
CounterLocalService.deleteCounter(Counter counter)
Deletes the counter from the database. |
Counter |
CounterLocalServiceWrapper.deleteCounter(String name)
Deletes the counter with the primary key from the database. |
static Counter |
CounterLocalServiceUtil.deleteCounter(String name)
Deletes the counter with the primary key from the database. |
Counter |
CounterLocalService.deleteCounter(String name)
Deletes the counter with the primary key from the database. |
Counter |
CounterLocalServiceWrapper.fetchCounter(String name)
|
static Counter |
CounterLocalServiceUtil.fetchCounter(String name)
|
Counter |
CounterLocalService.fetchCounter(String name)
|
Counter |
CounterLocalServiceWrapper.getCounter(String name)
Returns the counter with the primary key. |
static Counter |
CounterLocalServiceUtil.getCounter(String name)
Returns the counter with the primary key. |
Counter |
CounterLocalService.getCounter(String name)
Returns the counter with the primary key. |
Counter |
CounterLocalServiceWrapper.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
static Counter |
CounterLocalServiceUtil.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
Counter |
CounterLocalService.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
Counter |
CounterLocalServiceWrapper.updateCounter(Counter counter,
boolean merge)
Updates the counter in the database or adds it if it does not yet exist. |
static Counter |
CounterLocalServiceUtil.updateCounter(Counter counter,
boolean merge)
Updates the counter in the database or adds it if it does not yet exist. |
Counter |
CounterLocalService.updateCounter(Counter counter,
boolean merge)
Updates the counter in the database or adds it if it does not yet exist. |
Methods in com.liferay.counter.service that return types with arguments of type Counter | |
---|---|
List<Counter> |
CounterLocalServiceWrapper.getCounters(int start,
int end)
Returns a range of all the counters. |
static List<Counter> |
CounterLocalServiceUtil.getCounters(int start,
int end)
Returns a range of all the counters. |
List<Counter> |
CounterLocalService.getCounters(int start,
int end)
Returns a range of all the counters. |
Methods in com.liferay.counter.service with parameters of type Counter | |
---|---|
Counter |
CounterLocalServiceWrapper.addCounter(Counter counter)
Adds the counter to the database. |
static Counter |
CounterLocalServiceUtil.addCounter(Counter counter)
Adds the counter to the database. |
Counter |
CounterLocalService.addCounter(Counter counter)
Adds the counter to the database. |
Counter |
CounterLocalServiceWrapper.deleteCounter(Counter counter)
Deletes the counter from the database. |
static Counter |
CounterLocalServiceUtil.deleteCounter(Counter counter)
Deletes the counter from the database. |
Counter |
CounterLocalService.deleteCounter(Counter counter)
Deletes the counter from the database. |
Counter |
CounterLocalServiceWrapper.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
static Counter |
CounterLocalServiceUtil.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
Counter |
CounterLocalService.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
Counter |
CounterLocalServiceWrapper.updateCounter(Counter counter,
boolean merge)
Updates the counter in the database or adds it if it does not yet exist. |
static Counter |
CounterLocalServiceUtil.updateCounter(Counter counter,
boolean merge)
Updates the counter in the database or adds it if it does not yet exist. |
Counter |
CounterLocalService.updateCounter(Counter counter,
boolean merge)
Updates the counter in the database or adds it if it does not yet exist. |
Uses of Counter in com.liferay.counter.service.base |
---|
Methods in com.liferay.counter.service.base that return Counter | |
---|---|
Counter |
CounterLocalServiceBaseImpl.addCounter(Counter counter)
Adds the counter to the database. |
Counter |
CounterLocalServiceBaseImpl.createCounter(String name)
Creates a new counter with the primary key. |
Counter |
CounterLocalServiceBaseImpl.deleteCounter(Counter counter)
Deletes the counter from the database. |
Counter |
CounterLocalServiceBaseImpl.deleteCounter(String name)
Deletes the counter with the primary key from the database. |
Counter |
CounterLocalServiceBaseImpl.fetchCounter(String name)
|
Counter |
CounterLocalServiceBaseImpl.getCounter(String name)
Returns the counter with the primary key. |
Counter |
CounterLocalServiceBaseImpl.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
Counter |
CounterLocalServiceBaseImpl.updateCounter(Counter counter,
boolean merge)
Updates the counter in the database or adds it if it does not yet exist. |
Methods in com.liferay.counter.service.base that return types with arguments of type Counter | |
---|---|
List<Counter> |
CounterLocalServiceBaseImpl.getCounters(int start,
int end)
Returns a range of all the counters. |
Methods in com.liferay.counter.service.base with parameters of type Counter | |
---|---|
Counter |
CounterLocalServiceBaseImpl.addCounter(Counter counter)
Adds the counter to the database. |
Counter |
CounterLocalServiceBaseImpl.deleteCounter(Counter counter)
Deletes the counter from the database. |
Counter |
CounterLocalServiceBaseImpl.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
Counter |
CounterLocalServiceBaseImpl.updateCounter(Counter counter,
boolean merge)
Updates the counter in the database or adds it if it does not yet exist. |
Uses of Counter in com.liferay.counter.service.persistence |
---|
Methods in com.liferay.counter.service.persistence that return Counter | |
---|---|
Counter |
CounterPersistence.create(String name)
Creates a new counter with the primary key. |
static Counter |
CounterUtil.create(String name)
Creates a new counter with the primary key. |
Counter |
CounterPersistenceImpl.create(String name)
Creates a new counter with the primary key. |
Counter |
CounterPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the counter with the primary key or returns null if it could not be found. |
Counter |
CounterPersistence.fetchByPrimaryKey(String name)
Returns the counter with the primary key or returns null if it could not be found. |
static Counter |
CounterUtil.fetchByPrimaryKey(String name)
Returns the counter with the primary key or returns null if it could not be found. |
Counter |
CounterPersistenceImpl.fetchByPrimaryKey(String name)
Returns the counter with the primary key or returns null if it could not be found. |
Counter |
CounterPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the counter with the primary key or throws a NoSuchModelException if it could not be found. |
Counter |
CounterPersistence.findByPrimaryKey(String name)
Returns the counter with the primary key or throws a NoSuchCounterException if it could not be found. |
static Counter |
CounterUtil.findByPrimaryKey(String name)
Returns the counter with the primary key or throws a NoSuchCounterException if it could not be found. |
Counter |
CounterPersistenceImpl.findByPrimaryKey(String name)
Returns the counter with the primary key or throws a NoSuchCounterException if it could not be found. |
Counter |
CounterPersistenceImpl.remove(Serializable primaryKey)
Removes the counter with the primary key from the database. |
Counter |
CounterPersistence.remove(String name)
Removes the counter with the primary key from the database. |
static Counter |
CounterUtil.remove(String name)
Removes the counter with the primary key from the database. |
Counter |
CounterPersistenceImpl.remove(String name)
Removes the counter with the primary key from the database. |
protected Counter |
CounterPersistenceImpl.removeImpl(Counter counter)
|
protected Counter |
CounterPersistenceImpl.toUnwrappedModel(Counter counter)
|
static Counter |
CounterUtil.update(Counter counter,
boolean merge)
|
static Counter |
CounterUtil.update(Counter counter,
boolean merge,
ServiceContext serviceContext)
|
Counter |
CounterPersistence.updateImpl(Counter counter,
boolean merge)
|
static Counter |
CounterUtil.updateImpl(Counter counter,
boolean merge)
|
Counter |
CounterPersistenceImpl.updateImpl(Counter counter,
boolean merge)
|
Methods in com.liferay.counter.service.persistence that return types with arguments of type Counter | |
---|---|
List<Counter> |
CounterPersistence.findAll()
Returns all the counters. |
static List<Counter> |
CounterUtil.findAll()
Returns all the counters. |
List<Counter> |
CounterPersistenceImpl.findAll()
Returns all the counters. |
List<Counter> |
CounterPersistence.findAll(int start,
int end)
Returns a range of all the counters. |
static List<Counter> |
CounterUtil.findAll(int start,
int end)
Returns a range of all the counters. |
List<Counter> |
CounterPersistenceImpl.findAll(int start,
int end)
Returns a range of all the counters. |
List<Counter> |
CounterPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the counters. |
static List<Counter> |
CounterUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the counters. |
List<Counter> |
CounterPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the counters. |
static List<Counter> |
CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Counter> |
CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Counter> |
CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.counter.service.persistence with parameters of type Counter | |
---|---|
void |
CounterPersistence.cacheResult(Counter counter)
Caches the counter in the entity cache if it is enabled. |
static void |
CounterUtil.cacheResult(Counter counter)
Caches the counter in the entity cache if it is enabled. |
void |
CounterPersistenceImpl.cacheResult(Counter counter)
Caches the counter in the entity cache if it is enabled. |
static void |
CounterUtil.clearCache(Counter counter)
|
void |
CounterPersistenceImpl.clearCache(Counter counter)
Clears the cache for the counter. |
protected Counter |
CounterPersistenceImpl.removeImpl(Counter counter)
|
protected Counter |
CounterPersistenceImpl.toUnwrappedModel(Counter counter)
|
static Counter |
CounterUtil.update(Counter counter,
boolean merge)
|
static Counter |
CounterUtil.update(Counter counter,
boolean merge,
ServiceContext serviceContext)
|
Counter |
CounterPersistence.updateImpl(Counter counter,
boolean merge)
|
static Counter |
CounterUtil.updateImpl(Counter counter,
boolean merge)
|
Counter |
CounterPersistenceImpl.updateImpl(Counter counter,
boolean merge)
|
Method parameters in com.liferay.counter.service.persistence with type arguments of type Counter | |
---|---|
void |
CounterPersistence.cacheResult(List<Counter> counters)
Caches the counters in the entity cache if it is enabled. |
static void |
CounterUtil.cacheResult(List<Counter> counters)
Caches the counters in the entity cache if it is enabled. |
void |
CounterPersistenceImpl.cacheResult(List<Counter> counters)
Caches the counters in the entity cache if it is enabled. |
void |
CounterPersistenceImpl.clearCache(List<Counter> counters)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |