|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassName | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.base | This package defines the portal service local and remote base classes. |
| com.liferay.portal.service.http | This package defines the HTTP and SOAP portal service utilities. |
| com.liferay.portal.service.impl | This package defines the portal service local and remote implementations. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| Uses of ClassName in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement ClassName | |
|---|---|
class |
ClassNameWrapper
This class is a wrapper for ClassName. |
| Fields in com.liferay.portal.model with type parameters of type ClassName | |
|---|---|
static Accessor<ClassName,Long> |
ClassName.CLASS_NAME_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return ClassName | |
|---|---|
ClassName |
ClassNameWrapper.getWrappedModel()
|
ClassName |
ClassNameModel.toEscapedModel()
|
ClassName |
ClassNameWrapper.toEscapedModel()
|
ClassName |
ClassNameModel.toUnescapedModel()
|
ClassName |
ClassNameWrapper.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type ClassName | |
|---|---|
CacheModel<ClassName> |
ClassNameModel.toCacheModel()
|
CacheModel<ClassName> |
ClassNameWrapper.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type ClassName | |
|---|---|
int |
ClassNameModel.compareTo(ClassName className)
|
int |
ClassNameWrapper.compareTo(ClassName className)
|
static ClassNameSoap |
ClassNameSoap.toSoapModel(ClassName model)
|
static ClassNameSoap[] |
ClassNameSoap.toSoapModels(ClassName[] models)
|
static ClassNameSoap[][] |
ClassNameSoap.toSoapModels(ClassName[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type ClassName | |
|---|---|
static ClassNameSoap[] |
ClassNameSoap.toSoapModels(List<ClassName> models)
|
| Constructors in com.liferay.portal.model with parameters of type ClassName | |
|---|---|
ClassNameWrapper(ClassName className)
|
|
| Uses of ClassName in com.liferay.portal.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement ClassName | |
|---|---|
class |
ClassNameBaseImpl
The extended model base implementation for the ClassName service. |
class |
ClassNameImpl
|
| Methods in com.liferay.portal.model.impl that return ClassName | |
|---|---|
ClassName |
ClassNameCacheModel.toEntityModel()
|
ClassName |
ClassNameModelImpl.toEscapedModel()
|
static ClassName |
ClassNameModelImpl.toModel(ClassNameSoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portal.model.impl that return types with arguments of type ClassName | |
|---|---|
CacheModel<ClassName> |
ClassNameModelImpl.toCacheModel()
|
static List<ClassName> |
ClassNameModelImpl.toModels(ClassNameSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portal.model.impl with parameters of type ClassName | |
|---|---|
int |
ClassNameModelImpl.compareTo(ClassName className)
|
| Uses of ClassName in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return ClassName | |
|---|---|
ClassName |
ClassNameLocalService.addClassName(ClassName className)
Adds the class name to the database. |
ClassName |
ClassNameLocalServiceWrapper.addClassName(ClassName className)
Adds the class name to the database. |
static ClassName |
ClassNameLocalServiceUtil.addClassName(ClassName className)
Adds the class name to the database. |
ClassName |
ClassNameLocalService.addClassName(String value)
|
ClassName |
ClassNameLocalServiceWrapper.addClassName(String value)
|
static ClassName |
ClassNameLocalServiceUtil.addClassName(String value)
|
ClassName |
ClassNameLocalService.createClassName(long classNameId)
Creates a new class name with the primary key. |
ClassName |
ClassNameLocalServiceWrapper.createClassName(long classNameId)
Creates a new class name with the primary key. |
static ClassName |
ClassNameLocalServiceUtil.createClassName(long classNameId)
Creates a new class name with the primary key. |
ClassName |
ClassNameLocalService.deleteClassName(ClassName className)
Deletes the class name from the database. |
ClassName |
ClassNameLocalServiceWrapper.deleteClassName(ClassName className)
Deletes the class name from the database. |
static ClassName |
ClassNameLocalServiceUtil.deleteClassName(ClassName className)
Deletes the class name from the database. |
ClassName |
ClassNameLocalService.deleteClassName(long classNameId)
Deletes the class name with the primary key from the database. |
ClassName |
ClassNameLocalServiceWrapper.deleteClassName(long classNameId)
Deletes the class name with the primary key from the database. |
static ClassName |
ClassNameLocalServiceUtil.deleteClassName(long classNameId)
Deletes the class name with the primary key from the database. |
ClassName |
ClassNameLocalService.fetchClassName(long classNameId)
|
ClassName |
ClassNameLocalServiceWrapper.fetchClassName(long classNameId)
|
static ClassName |
ClassNameLocalServiceUtil.fetchClassName(long classNameId)
|
ClassName |
ClassNameLocalService.fetchClassName(String value)
|
ClassName |
ClassNameService.fetchClassName(String value)
|
static ClassName |
ClassNameServiceUtil.fetchClassName(String value)
|
ClassName |
ClassNameLocalServiceWrapper.fetchClassName(String value)
|
static ClassName |
ClassNameLocalServiceUtil.fetchClassName(String value)
|
ClassName |
ClassNameServiceWrapper.fetchClassName(String value)
|
ClassName |
ClassNameLocalService.getClassName(long classNameId)
Returns the class name with the primary key. |
ClassName |
ClassNameLocalServiceWrapper.getClassName(long classNameId)
Returns the class name with the primary key. |
static ClassName |
ClassNameLocalServiceUtil.getClassName(long classNameId)
Returns the class name with the primary key. |
ClassName |
ClassNameLocalService.getClassName(String value)
|
ClassName |
ClassNameLocalServiceWrapper.getClassName(String value)
|
static ClassName |
ClassNameLocalServiceUtil.getClassName(String value)
|
ClassName |
ClassNameLocalService.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
ClassName |
ClassNameLocalServiceWrapper.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
static ClassName |
ClassNameLocalServiceUtil.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service that return types with arguments of type ClassName | |
|---|---|
List<ClassName> |
ClassNameLocalService.getClassNames(int start,
int end)
Returns a range of all the class names. |
List<ClassName> |
ClassNameLocalServiceWrapper.getClassNames(int start,
int end)
Returns a range of all the class names. |
static List<ClassName> |
ClassNameLocalServiceUtil.getClassNames(int start,
int end)
Returns a range of all the class names. |
| Methods in com.liferay.portal.service with parameters of type ClassName | |
|---|---|
ClassName |
ClassNameLocalService.addClassName(ClassName className)
Adds the class name to the database. |
ClassName |
ClassNameLocalServiceWrapper.addClassName(ClassName className)
Adds the class name to the database. |
static ClassName |
ClassNameLocalServiceUtil.addClassName(ClassName className)
Adds the class name to the database. |
ClassName |
ClassNameLocalService.deleteClassName(ClassName className)
Deletes the class name from the database. |
ClassName |
ClassNameLocalServiceWrapper.deleteClassName(ClassName className)
Deletes the class name from the database. |
static ClassName |
ClassNameLocalServiceUtil.deleteClassName(ClassName className)
Deletes the class name from the database. |
ClassName |
ClassNameLocalService.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
ClassName |
ClassNameLocalServiceWrapper.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
static ClassName |
ClassNameLocalServiceUtil.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
| Uses of ClassName in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return ClassName | |
|---|---|
ClassName |
ClassNameLocalServiceBaseImpl.addClassName(ClassName className)
Adds the class name to the database. |
ClassName |
ClassNameLocalServiceBaseImpl.createClassName(long classNameId)
Creates a new class name with the primary key. |
ClassName |
ClassNameLocalServiceBaseImpl.deleteClassName(ClassName className)
Deletes the class name from the database. |
ClassName |
ClassNameLocalServiceBaseImpl.deleteClassName(long classNameId)
Deletes the class name with the primary key from the database. |
ClassName |
ClassNameLocalServiceBaseImpl.fetchClassName(long classNameId)
|
ClassName |
ClassNameLocalServiceBaseImpl.getClassName(long classNameId)
Returns the class name with the primary key. |
ClassName |
ClassNameLocalServiceBaseImpl.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service.base that return types with arguments of type ClassName | |
|---|---|
List<ClassName> |
ClassNameLocalServiceBaseImpl.getClassNames(int start,
int end)
Returns a range of all the class names. |
| Methods in com.liferay.portal.service.base with parameters of type ClassName | |
|---|---|
ClassName |
ClassNameLocalServiceBaseImpl.addClassName(ClassName className)
Adds the class name to the database. |
ClassName |
ClassNameLocalServiceBaseImpl.deleteClassName(ClassName className)
Deletes the class name from the database. |
ClassName |
ClassNameLocalServiceBaseImpl.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
| Uses of ClassName in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return ClassName | |
|---|---|
static ClassName |
ClassNameServiceHttp.fetchClassName(HttpPrincipal httpPrincipal,
String value)
|
| Uses of ClassName in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return ClassName | |
|---|---|
ClassName |
ClassNameLocalServiceImpl.addClassName(String value)
|
ClassName |
ClassNameLocalServiceImpl.fetchClassName(String value)
|
ClassName |
ClassNameServiceImpl.fetchClassName(String value)
|
ClassName |
ClassNameLocalServiceImpl.getClassName(String value)
|
| Uses of ClassName in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return ClassName | |
|---|---|
ClassName |
ClassNamePersistence.create(long classNameId)
Creates a new class name with the primary key. |
static ClassName |
ClassNameUtil.create(long classNameId)
Creates a new class name with the primary key. |
ClassName |
ClassNamePersistence.fetchByPrimaryKey(long classNameId)
Returns the class name with the primary key or returns null if it could not be found. |
static ClassName |
ClassNameUtil.fetchByPrimaryKey(long classNameId)
Returns the class name with the primary key or returns null if it could not be found. |
ClassName |
ClassNamePersistence.fetchByValue(String value)
Returns the class name where value = ? or returns null if it could not be found. |
static ClassName |
ClassNameUtil.fetchByValue(String value)
Returns the class name where value = ? or returns null if it could not be found. |
ClassName |
ClassNamePersistence.fetchByValue(String value,
boolean retrieveFromCache)
Returns the class name where value = ? or returns null if it could not be found, optionally using the finder cache. |
static ClassName |
ClassNameUtil.fetchByValue(String value,
boolean retrieveFromCache)
Returns the class name where value = ? or returns null if it could not be found, optionally using the finder cache. |
ClassName |
ClassNamePersistence.findByPrimaryKey(long classNameId)
Returns the class name with the primary key or throws a NoSuchClassNameException if it could not be found. |
static ClassName |
ClassNameUtil.findByPrimaryKey(long classNameId)
Returns the class name with the primary key or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistence.findByValue(String value)
Returns the class name where value = ? or throws a NoSuchClassNameException if it could not be found. |
static ClassName |
ClassNameUtil.findByValue(String value)
Returns the class name where value = ? or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistence.remove(long classNameId)
Removes the class name with the primary key from the database. |
static ClassName |
ClassNameUtil.remove(long classNameId)
Removes the class name with the primary key from the database. |
ClassName |
ClassNamePersistence.removeByValue(String value)
Removes the class name where value = ? from the database. |
static ClassName |
ClassNameUtil.removeByValue(String value)
Removes the class name where value = ? from the database. |
static ClassName |
ClassNameUtil.update(ClassName className)
|
static ClassName |
ClassNameUtil.update(ClassName className,
ServiceContext serviceContext)
|
ClassName |
ClassNamePersistence.updateImpl(ClassName className)
|
static ClassName |
ClassNameUtil.updateImpl(ClassName className)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type ClassName | |
|---|---|
Map<Serializable,ClassName> |
ClassNamePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,ClassName> |
ClassNameUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<ClassName> |
ClassNamePersistence.findAll()
Returns all the class names. |
static List<ClassName> |
ClassNameUtil.findAll()
Returns all the class names. |
List<ClassName> |
ClassNamePersistence.findAll(int start,
int end)
Returns a range of all the class names. |
static List<ClassName> |
ClassNameUtil.findAll(int start,
int end)
Returns a range of all the class names. |
List<ClassName> |
ClassNamePersistence.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator)
Returns an ordered range of all the class names. |
static List<ClassName> |
ClassNameUtil.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator)
Returns an ordered range of all the class names. |
List<ClassName> |
ClassNamePersistence.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the class names. |
static List<ClassName> |
ClassNameUtil.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the class names. |
static List<ClassName> |
ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ClassName> |
ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ClassName> |
ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ClassName> orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type ClassName | |
|---|---|
void |
ClassNamePersistence.cacheResult(ClassName className)
Caches the class name in the entity cache if it is enabled. |
static void |
ClassNameUtil.cacheResult(ClassName className)
Caches the class name in the entity cache if it is enabled. |
static void |
ClassNameUtil.clearCache(ClassName className)
|
static ClassName |
ClassNameUtil.update(ClassName className)
|
static ClassName |
ClassNameUtil.update(ClassName className,
ServiceContext serviceContext)
|
ClassName |
ClassNamePersistence.updateImpl(ClassName className)
|
static ClassName |
ClassNameUtil.updateImpl(ClassName className)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type ClassName | |
|---|---|
void |
ClassNamePersistence.cacheResult(List<ClassName> classNames)
Caches the class names in the entity cache if it is enabled. |
static void |
ClassNameUtil.cacheResult(List<ClassName> classNames)
Caches the class names in the entity cache if it is enabled. |
List<ClassName> |
ClassNamePersistence.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator)
Returns an ordered range of all the class names. |
static List<ClassName> |
ClassNameUtil.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator)
Returns an ordered range of all the class names. |
List<ClassName> |
ClassNamePersistence.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the class names. |
static List<ClassName> |
ClassNameUtil.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the class names. |
static List<ClassName> |
ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ClassName> orderByComparator)
|
| Uses of ClassName in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return ClassName | |
|---|---|
ClassName |
ClassNamePersistenceImpl.create(long classNameId)
Creates a new class name with the primary key. |
ClassName |
ClassNamePersistenceImpl.fetchByPrimaryKey(long classNameId)
Returns the class name with the primary key or returns null if it could not be found. |
ClassName |
ClassNamePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the class name with the primary key or returns null if it could not be found. |
ClassName |
ClassNamePersistenceImpl.fetchByValue(String value)
Returns the class name where value = ? or returns null if it could not be found. |
ClassName |
ClassNamePersistenceImpl.fetchByValue(String value,
boolean retrieveFromCache)
Returns the class name where value = ? or returns null if it could not be found, optionally using the finder cache. |
ClassName |
ClassNamePersistenceImpl.findByPrimaryKey(long classNameId)
Returns the class name with the primary key or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the class name with the primary key or throws a NoSuchModelException if it could not be found. |
ClassName |
ClassNamePersistenceImpl.findByValue(String value)
Returns the class name where value = ? or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistenceImpl.remove(long classNameId)
Removes the class name with the primary key from the database. |
ClassName |
ClassNamePersistenceImpl.remove(Serializable primaryKey)
Removes the class name with the primary key from the database. |
ClassName |
ClassNamePersistenceImpl.removeByValue(String value)
Removes the class name where value = ? from the database. |
protected ClassName |
ClassNamePersistenceImpl.removeImpl(ClassName className)
|
protected ClassName |
ClassNamePersistenceImpl.toUnwrappedModel(ClassName className)
|
ClassName |
ClassNamePersistenceImpl.updateImpl(ClassName className)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type ClassName | |
|---|---|
Map<Serializable,ClassName> |
ClassNamePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<ClassName> |
ClassNamePersistenceImpl.findAll()
Returns all the class names. |
List<ClassName> |
ClassNamePersistenceImpl.findAll(int start,
int end)
Returns a range of all the class names. |
List<ClassName> |
ClassNamePersistenceImpl.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator)
Returns an ordered range of all the class names. |
List<ClassName> |
ClassNamePersistenceImpl.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the class names. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type ClassName | |
|---|---|
void |
ClassNamePersistenceImpl.cacheResult(ClassName className)
Caches the class name in the entity cache if it is enabled. |
void |
ClassNamePersistenceImpl.clearCache(ClassName className)
Clears the cache for the class name. |
protected ClassName |
ClassNamePersistenceImpl.removeImpl(ClassName className)
|
protected ClassName |
ClassNamePersistenceImpl.toUnwrappedModel(ClassName className)
|
ClassName |
ClassNamePersistenceImpl.updateImpl(ClassName className)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type ClassName | |
|---|---|
void |
ClassNamePersistenceImpl.cacheResult(List<ClassName> classNames)
Caches the class names in the entity cache if it is enabled. |
void |
ClassNamePersistenceImpl.clearCache(List<ClassName> classNames)
|
List<ClassName> |
ClassNamePersistenceImpl.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator)
Returns an ordered range of all the class names. |
List<ClassName> |
ClassNamePersistenceImpl.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the class names. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||