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 ClassNameClassNameLocalServiceUtil.addClassName(ClassName className) Adds the class name to the database.static ClassNameClassNameLocalServiceUtil.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 ClassNameClassNameLocalServiceUtil.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 ClassNameClassNameLocalServiceUtil.deleteClassName(long classNameId) Deletes the class name with the primary key from the database.static ClassNameClassNameLocalServiceUtil.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 ClassNameClassNameLocalServiceUtil.fetchByClassNameId(long classNameId) ClassNameLocalServiceWrapper.fetchByClassNameId(long classNameId) ClassNameService.fetchByClassNameId(long classNameId) static ClassNameClassNameServiceUtil.fetchByClassNameId(long classNameId) ClassNameServiceWrapper.fetchByClassNameId(long classNameId) ClassNameLocalService.fetchClassName(long classNameId) ClassNameLocalService.fetchClassName(String value) static ClassNameClassNameLocalServiceUtil.fetchClassName(long classNameId) static ClassNameClassNameLocalServiceUtil.fetchClassName(String value) ClassNameLocalServiceWrapper.fetchClassName(long classNameId) ClassNameLocalServiceWrapper.fetchClassName(String value) ClassNameService.fetchClassName(String value) static ClassNameClassNameServiceUtil.fetchClassName(String value) ClassNameServiceWrapper.fetchClassName(String value) ClassNameLocalService.getClassName(long classNameId) Returns the class name with the primary key.ClassNameLocalService.getClassName(String value) static ClassNameClassNameLocalServiceUtil.getClassName(long classNameId) Returns the class name with the primary key.static ClassNameClassNameLocalServiceUtil.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 ClassNameClassNameLocalServiceUtil.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 ClassNameClassNameLocalServiceUtil.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 ClassNameClassNameLocalServiceUtil.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 ClassNameClassNameLocalServiceUtil.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 ClassNameClassNameUtil.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 returnsnullif it could not be found.static ClassNameClassNameUtil.fetchByPrimaryKey(long classNameId) Returns the class name with the primary key or returnsnullif it could not be found.ClassNamePersistence.fetchByValue(String value) Returns the class name where value = ? or returnsnullif it could not be found.ClassNamePersistence.fetchByValue(String value, boolean useFinderCache) Returns the class name where value = ? or returnsnullif it could not be found, optionally using the finder cache.static ClassNameClassNameUtil.fetchByValue(String value) Returns the class name where value = ? or returnsnullif it could not be found.static ClassNameClassNameUtil.fetchByValue(String value, boolean useFinderCache) Returns the class name where value = ? or returnsnullif it could not be found, optionally using the finder cache.ClassNamePersistence.findByPrimaryKey(long classNameId) Returns the class name with the primary key or throws aNoSuchClassNameExceptionif it could not be found.static ClassNameClassNameUtil.findByPrimaryKey(long classNameId) Returns the class name with the primary key or throws aNoSuchClassNameExceptionif it could not be found.ClassNamePersistence.findByValue(String value) Returns the class name where value = ? or throws aNoSuchClassNameExceptionif it could not be found.static ClassNameClassNameUtil.findByValue(String value) Returns the class name where value = ? or throws aNoSuchClassNameExceptionif it could not be found.ClassNamePersistence.remove(long classNameId) Removes the class name with the primary key from the database.static ClassNameClassNameUtil.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 ClassNameClassNameUtil.removeByValue(String value) Removes the class name where value = ? from the database.static ClassNamestatic ClassNameClassNameUtil.update(ClassName className, ServiceContext serviceContext) ClassNamePersistence.updateImpl(ClassName className) static ClassNameClassNameUtil.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 TypeMethodDescriptionvoidClassNamePersistence.cacheResult(ClassName className) Caches the class name in the entity cache if it is enabled.static voidClassNameUtil.cacheResult(ClassName className) Caches the class name in the entity cache if it is enabled.static voidClassNameUtil.clearCache(ClassName className) static ClassNamestatic ClassNameClassNameUtil.update(ClassName className, ServiceContext serviceContext) ClassNamePersistence.updateImpl(ClassName className) static ClassNameClassNameUtil.updateImpl(ClassName className) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ClassNameModifier and TypeMethodDescriptionvoidClassNamePersistence.cacheResult(List<ClassName> classNames) Caches the class names in the entity cache if it is enabled.static voidClassNameUtil.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)