Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.ClassName

Packages that use ClassName
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.tools.samplesqlbuilder   
 

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.
 

Methods in com.liferay.portal.model that return ClassName
 ClassName ClassNameWrapper.getWrappedClassName()
           
 ClassName ClassNameWrapper.toEscapedModel()
           
 ClassName ClassNameModel.toEscapedModel()
          Gets a copy of this class name as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type ClassName
 int ClassNameWrapper.compareTo(ClassName className)
           
 int ClassNameModel.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 ClassNameImpl
           
 

Methods in com.liferay.portal.model.impl that return ClassName
 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
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 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(ClassName className)
          Adds the class name to the database.
 ClassName ClassNameLocalServiceWrapper.addClassName(String value)
           
static ClassName ClassNameLocalServiceUtil.addClassName(String value)
           
 ClassName ClassNameLocalService.addClassName(String value)
           
 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.createClassName(long classNameId)
          Creates a new class name with the primary key.
 ClassName ClassNameServiceWrapper.getClassName(long classNameId)
           
static ClassName ClassNameServiceUtil.getClassName(long classNameId)
           
 ClassName ClassNameService.getClassName(long classNameId)
           
 ClassName ClassNameLocalServiceWrapper.getClassName(long classNameId)
          Gets the class name with the primary key.
static ClassName ClassNameLocalServiceUtil.getClassName(long classNameId)
          Gets the class name with the primary key.
 ClassName ClassNameLocalService.getClassName(long classNameId)
          Gets the class name with the primary key.
 ClassName ClassNameServiceWrapper.getClassName(String value)
           
static ClassName ClassNameServiceUtil.getClassName(String value)
           
 ClassName ClassNameService.getClassName(String value)
           
 ClassName ClassNameLocalServiceWrapper.getClassName(String value)
           
static ClassName ClassNameLocalServiceUtil.getClassName(String value)
           
 ClassName ClassNameLocalService.getClassName(String value)
           
 ClassName ClassNameLocalServiceWrapper.updateClassName(ClassName className)
          Updates the class name in the database.
static ClassName ClassNameLocalServiceUtil.updateClassName(ClassName className)
          Updates the class name in the database.
 ClassName ClassNameLocalService.updateClassName(ClassName className)
          Updates the class name in the database.
 ClassName ClassNameLocalServiceWrapper.updateClassName(ClassName className, boolean merge)
          Updates the class name in the database.
static ClassName ClassNameLocalServiceUtil.updateClassName(ClassName className, boolean merge)
          Updates the class name in the database.
 ClassName ClassNameLocalService.updateClassName(ClassName className, boolean merge)
          Updates the class name in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type ClassName
 List<ClassName> ClassNameLocalServiceWrapper.getClassNames(int start, int end)
          Gets a range of all the class names.
static List<ClassName> ClassNameLocalServiceUtil.getClassNames(int start, int end)
          Gets a range of all the class names.
 List<ClassName> ClassNameLocalService.getClassNames(int start, int end)
          Gets a range of all the class names.
 

Methods in com.liferay.portal.service with parameters of type ClassName
 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(ClassName className)
          Adds the class name to the database.
 void ClassNameLocalServiceWrapper.deleteClassName(ClassName className)
          Deletes the class name from the database.
static void ClassNameLocalServiceUtil.deleteClassName(ClassName className)
          Deletes the class name from the database.
 void ClassNameLocalService.deleteClassName(ClassName className)
          Deletes the class name from the database.
 ClassName ClassNameLocalServiceWrapper.updateClassName(ClassName className)
          Updates the class name in the database.
static ClassName ClassNameLocalServiceUtil.updateClassName(ClassName className)
          Updates the class name in the database.
 ClassName ClassNameLocalService.updateClassName(ClassName className)
          Updates the class name in the database.
 ClassName ClassNameLocalServiceWrapper.updateClassName(ClassName className, boolean merge)
          Updates the class name in the database.
static ClassName ClassNameLocalServiceUtil.updateClassName(ClassName className, boolean merge)
          Updates the class name in the database.
 ClassName ClassNameLocalService.updateClassName(ClassName className, boolean merge)
          Updates the class name in the database.
 

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.getClassName(long classNameId)
          Gets the class name with the primary key.
 ClassName ClassNameLocalServiceBaseImpl.updateClassName(ClassName className)
          Updates the class name in the database.
 ClassName ClassNameLocalServiceBaseImpl.updateClassName(ClassName className, boolean merge)
          Updates the class name in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type ClassName
 List<ClassName> ClassNameLocalServiceBaseImpl.getClassNames(int start, int end)
          Gets 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.
 void ClassNameLocalServiceBaseImpl.deleteClassName(ClassName className)
          Deletes the class name from the database.
 ClassName ClassNameLocalServiceBaseImpl.updateClassName(ClassName className)
          Updates the class name in the database.
 ClassName ClassNameLocalServiceBaseImpl.updateClassName(ClassName className, boolean merge)
          Updates the class name in the database.
 

Uses of ClassName in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return ClassName
static ClassName ClassNameServiceHttp.getClassName(HttpPrincipal httpPrincipal, long classNameId)
           
static ClassName ClassNameServiceHttp.getClassName(HttpPrincipal httpPrincipal, String value)
           
 

Methods in com.liferay.portal.service.http with parameters of type ClassName
static JSONArray ClassNameJSONSerializer.toJSONArray(ClassName[] models)
           
static JSONArray ClassNameJSONSerializer.toJSONArray(ClassName[][] models)
           
static JSONObject ClassNameJSONSerializer.toJSONObject(ClassName model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type ClassName
static JSONArray ClassNameJSONSerializer.toJSONArray(List<ClassName> models)
           
 

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 ClassNameServiceImpl.getClassName(long classNameId)
           
 ClassName ClassNameLocalServiceImpl.getClassName(long classNameId)
           
 ClassName ClassNameServiceImpl.getClassName(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
static ClassName ClassNameUtil.create(long classNameId)
          Creates a new class name with the primary key.
 ClassName ClassNamePersistence.create(long classNameId)
          Creates a new class name with the primary key.
 ClassName ClassNamePersistenceImpl.create(long classNameId)
          Creates a new class name with the primary key.
static ClassName ClassNameUtil.fetchByPrimaryKey(long classNameId)
          Finds the class name with the primary key or returns null if it could not be found.
 ClassName ClassNamePersistence.fetchByPrimaryKey(long classNameId)
          Finds the class name with the primary key or returns null if it could not be found.
 ClassName ClassNamePersistenceImpl.fetchByPrimaryKey(long classNameId)
          Finds the class name with the primary key or returns null if it could not be found.
 ClassName ClassNamePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the class name with the primary key or returns null if it could not be found.
static ClassName ClassNameUtil.fetchByValue(String value)
          Finds the class name where value = ? or returns null if it could not be found.
 ClassName ClassNamePersistence.fetchByValue(String value)
          Finds the class name where value = ? or returns null if it could not be found.
 ClassName ClassNamePersistenceImpl.fetchByValue(String value)
          Finds the class name where value = ? or returns null if it could not be found.
static ClassName ClassNameUtil.fetchByValue(String value, boolean retrieveFromCache)
          Finds the class name where value = ? or returns null if it could not be found, optionally using the finder cache.
 ClassName ClassNamePersistence.fetchByValue(String value, boolean retrieveFromCache)
          Finds the class name where value = ? or returns null if it could not be found, optionally using the finder cache.
 ClassName ClassNamePersistenceImpl.fetchByValue(String value, boolean retrieveFromCache)
          Finds the class name where value = ? or returns null if it could not be found, optionally using the finder cache.
static ClassName ClassNameUtil.findByPrimaryKey(long classNameId)
          Finds the class name with the primary key or throws a NoSuchClassNameException if it could not be found.
 ClassName ClassNamePersistence.findByPrimaryKey(long classNameId)
          Finds the class name with the primary key or throws a NoSuchClassNameException if it could not be found.
 ClassName ClassNamePersistenceImpl.findByPrimaryKey(long classNameId)
          Finds the class name with the primary key or throws a NoSuchClassNameException if it could not be found.
 ClassName ClassNamePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the class name with the primary key or throws a NoSuchModelException if it could not be found.
static ClassName ClassNameUtil.findByValue(String value)
          Finds the class name where value = ? or throws a NoSuchClassNameException if it could not be found.
 ClassName ClassNamePersistence.findByValue(String value)
          Finds the class name where value = ? or throws a NoSuchClassNameException if it could not be found.
 ClassName ClassNamePersistenceImpl.findByValue(String value)
          Finds the class name where value = ? or throws a NoSuchClassNameException if it could not be found.
static ClassName ClassNameUtil.remove(ClassName className)
           
static ClassName ClassNameUtil.remove(long classNameId)
          Removes the class name with the primary key from the database.
 ClassName ClassNamePersistence.remove(long classNameId)
          Removes the class name with the primary key from the database.
 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.
protected  ClassName ClassNamePersistenceImpl.removeImpl(ClassName className)
           
protected  ClassName ClassNamePersistenceImpl.toUnwrappedModel(ClassName className)
           
static ClassName ClassNameUtil.update(ClassName className, boolean merge)
           
static ClassName ClassNameUtil.update(ClassName className, boolean merge, ServiceContext serviceContext)
           
static ClassName ClassNameUtil.updateImpl(ClassName className, boolean merge)
           
 ClassName ClassNamePersistence.updateImpl(ClassName className, boolean merge)
           
 ClassName ClassNamePersistenceImpl.updateImpl(ClassName className, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ClassName
static List<ClassName> ClassNameUtil.findAll()
          Finds all the class names.
 List<ClassName> ClassNamePersistence.findAll()
          Finds all the class names.
 List<ClassName> ClassNamePersistenceImpl.findAll()
          Finds all the class names.
static List<ClassName> ClassNameUtil.findAll(int start, int end)
          Finds a range of all the class names.
 List<ClassName> ClassNamePersistence.findAll(int start, int end)
          Finds a range of all the class names.
 List<ClassName> ClassNamePersistenceImpl.findAll(int start, int end)
          Finds a range of all the class names.
static List<ClassName> ClassNameUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the class names.
 List<ClassName> ClassNamePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the class names.
 List<ClassName> ClassNamePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ClassName
static void ClassNameUtil.cacheResult(ClassName className)
          Caches the class name in the entity cache if it is enabled.
 void ClassNamePersistence.cacheResult(ClassName className)
          Caches the class name in the entity cache if it is enabled.
 void ClassNamePersistenceImpl.cacheResult(ClassName className)
          Caches the class name in the entity cache if it is enabled.
static void ClassNameUtil.clearCache(ClassName className)
           
 void ClassNamePersistenceImpl.clearCache(ClassName className)
          Clears the cache for the class name.
static ClassName ClassNameUtil.remove(ClassName className)
           
protected  ClassName ClassNamePersistenceImpl.removeImpl(ClassName className)
           
protected  ClassName ClassNamePersistenceImpl.toUnwrappedModel(ClassName className)
           
static ClassName ClassNameUtil.update(ClassName className, boolean merge)
           
static ClassName ClassNameUtil.update(ClassName className, boolean merge, ServiceContext serviceContext)
           
static ClassName ClassNameUtil.updateImpl(ClassName className, boolean merge)
           
 ClassName ClassNamePersistence.updateImpl(ClassName className, boolean merge)
           
 ClassName ClassNamePersistenceImpl.updateImpl(ClassName className, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ClassName
static void ClassNameUtil.cacheResult(List<ClassName> classNames)
          Caches the class names in the entity cache if it is enabled.
 void ClassNamePersistence.cacheResult(List<ClassName> classNames)
          Caches the class names in the entity cache if it is enabled.
 void ClassNamePersistenceImpl.cacheResult(List<ClassName> classNames)
          Caches the class names in the entity cache if it is enabled.
 

Uses of ClassName in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return ClassName
 ClassName DataFactory.getBlogsEntryClassName()
           
 ClassName DataFactory.getGroupClassName()
           
 ClassName DataFactory.getRoleClassName()
           
 ClassName DataFactory.getUserClassName()
           
 ClassName DataFactory.getWikiPageClassName()
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type ClassName
 List<ClassName> DataFactory.getClassNames()
           
 


Liferay 6.0.5