Uses of Interface
com.liferay.portal.kernel.model.ClassName
Packages that use ClassName
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of ClassName in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement ClassNameFields in com.liferay.portal.kernel.model with type parameters of type ClassNameMethods in com.liferay.portal.kernel.model that return ClassNameModifier and TypeMethodDescriptionClassNameModel.cloneWithOriginalValues()
ClassNameWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type ClassNameConstructors in com.liferay.portal.kernel.model with parameters of type ClassName -
Uses of ClassName in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return ClassNameModifier and TypeMethodDescriptionClassNameLocalService.addClassName
(ClassName className) Adds the class name to the database.ClassNameLocalService.addClassName
(String value) static ClassName
ClassNameLocalServiceUtil.addClassName
(ClassName className) Adds the class name to the database.static ClassName
ClassNameLocalServiceUtil.addClassName
(String value) ClassNameLocalServiceWrapper.addClassName
(ClassName className) Adds the class name to the database.ClassNameLocalServiceWrapper.addClassName
(String value) ClassNameLocalService.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.ClassNameLocalServiceWrapper.createClassName
(long classNameId) Creates a new class name with the primary key.ClassNameLocalService.deleteClassName
(long classNameId) Deletes the class name with the primary key from the database.ClassNameLocalService.deleteClassName
(ClassName className) Deletes the class name from the database.static ClassName
ClassNameLocalServiceUtil.deleteClassName
(long classNameId) Deletes the class name with the primary key from the database.static ClassName
ClassNameLocalServiceUtil.deleteClassName
(ClassName className) Deletes the class name from the database.ClassNameLocalServiceWrapper.deleteClassName
(long classNameId) Deletes the class name with the primary key from the database.ClassNameLocalServiceWrapper.deleteClassName
(ClassName className) Deletes the class name from the database.ClassNameLocalService.fetchByClassNameId
(long classNameId) static ClassName
ClassNameLocalServiceUtil.fetchByClassNameId
(long classNameId) ClassNameLocalServiceWrapper.fetchByClassNameId
(long classNameId) ClassNameService.fetchByClassNameId
(long classNameId) static ClassName
ClassNameServiceUtil.fetchByClassNameId
(long classNameId) ClassNameServiceWrapper.fetchByClassNameId
(long classNameId) ClassNameLocalService.fetchClassName
(long classNameId) ClassNameLocalService.fetchClassName
(String value) static ClassName
ClassNameLocalServiceUtil.fetchClassName
(long classNameId) static ClassName
ClassNameLocalServiceUtil.fetchClassName
(String value) ClassNameLocalServiceWrapper.fetchClassName
(long classNameId) ClassNameLocalServiceWrapper.fetchClassName
(String value) ClassNameService.fetchClassName
(String value) static ClassName
ClassNameServiceUtil.fetchClassName
(String value) ClassNameServiceWrapper.fetchClassName
(String value) ClassNameLocalService.getClassName
(long classNameId) Returns the class name with the primary key.ClassNameLocalService.getClassName
(String value) static ClassName
ClassNameLocalServiceUtil.getClassName
(long classNameId) Returns the class name with the primary key.static ClassName
ClassNameLocalServiceUtil.getClassName
(String value) ClassNameLocalServiceWrapper.getClassName
(long classNameId) Returns the class name with the primary key.ClassNameLocalServiceWrapper.getClassName
(String value) ClassNameLocalService.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.ClassNameLocalServiceWrapper.updateClassName
(ClassName className) Updates the class name in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type ClassNameModifier and TypeMethodDescriptionClassNameLocalService.getClassNames
(int start, int end) Returns a range of all the class names.ClassNameLocalServiceUtil.getClassNames
(int start, int end) Returns a range of all the class names.ClassNameLocalServiceWrapper.getClassNames
(int start, int end) Returns a range of all the class names.Methods in com.liferay.portal.kernel.service with parameters of type ClassNameModifier and TypeMethodDescriptionClassNameLocalService.addClassName
(ClassName className) Adds the class name to the database.static ClassName
ClassNameLocalServiceUtil.addClassName
(ClassName className) Adds the class name to the database.ClassNameLocalServiceWrapper.addClassName
(ClassName className) Adds the class name to the database.ClassNameLocalService.deleteClassName
(ClassName className) Deletes the class name from the database.static ClassName
ClassNameLocalServiceUtil.deleteClassName
(ClassName className) Deletes the class name from the database.ClassNameLocalServiceWrapper.deleteClassName
(ClassName className) Deletes the class name from the database.ClassNameLocalService.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.ClassNameLocalServiceWrapper.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.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return ClassNameModifier and TypeMethodDescriptionClassNamePersistence.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.ClassNamePersistence.fetchByPrimaryKey
(long classNameId) Returns the class name with the primary key or returnsnull
if it could not be found.static ClassName
ClassNameUtil.fetchByPrimaryKey
(long classNameId) Returns the class name with the primary key or returnsnull
if it could not be found.ClassNamePersistence.fetchByValue
(String value) Returns the class name where value = ? or returnsnull
if it could not be found.ClassNamePersistence.fetchByValue
(String value, boolean useFinderCache) Returns the class name where value = ? or returnsnull
if it could not be found, optionally using the finder cache.static ClassName
ClassNameUtil.fetchByValue
(String value) Returns the class name where value = ? or returnsnull
if it could not be found.static ClassName
ClassNameUtil.fetchByValue
(String value, boolean useFinderCache) Returns the class name where value = ? or returnsnull
if it could not be found, optionally using the finder cache.ClassNamePersistence.findByPrimaryKey
(long classNameId) Returns the class name with the primary key or throws aNoSuchClassNameException
if it could not be found.static ClassName
ClassNameUtil.findByPrimaryKey
(long classNameId) Returns the class name with the primary key or throws aNoSuchClassNameException
if it could not be found.ClassNamePersistence.findByValue
(String value) Returns the class name where value = ? or throws aNoSuchClassNameException
if it could not be found.static ClassName
ClassNameUtil.findByValue
(String value) Returns the class name where value = ? or throws aNoSuchClassNameException
if it could not be found.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.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
static ClassName
ClassNameUtil.update
(ClassName className, ServiceContext serviceContext) ClassNamePersistence.updateImpl
(ClassName className) static ClassName
ClassNameUtil.updateImpl
(ClassName className) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type ClassNameModifier and TypeMethodDescriptionstatic Map<Serializable,
ClassName> ClassNameUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) ClassNamePersistence.findAll()
Returns all the class names.ClassNamePersistence.findAll
(int start, int end) Returns a range of all the class names.ClassNamePersistence.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator) Returns an ordered range of all the class names.ClassNamePersistence.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator, boolean useFinderCache) Returns an ordered range of all the class names.ClassNameUtil.findAll()
Returns all the class names.ClassNameUtil.findAll
(int start, int end) Returns a range of all the class names.ClassNameUtil.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator) Returns an ordered range of all the class names.ClassNameUtil.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator, boolean useFinderCache) Returns an ordered range of all the class names.ClassNameUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) ClassNameUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) ClassNameUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ClassName> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type ClassNameModifier and TypeMethodDescriptionvoid
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
static ClassName
ClassNameUtil.update
(ClassName className, ServiceContext serviceContext) ClassNamePersistence.updateImpl
(ClassName className) static ClassName
ClassNameUtil.updateImpl
(ClassName className) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ClassNameModifier and TypeMethodDescriptionvoid
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.ClassNamePersistence.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator) Returns an ordered range of all the class names.ClassNamePersistence.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator, boolean useFinderCache) Returns an ordered range of all the class names.ClassNameUtil.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator) Returns an ordered range of all the class names.ClassNameUtil.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator, boolean useFinderCache) Returns an ordered range of all the class names.ClassNameUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ClassName> orderByComparator)