Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractMailAccount - Class in com.axelor.mail
 
AbstractMailAccount(String, String, String, String, String, String) - Constructor for class com.axelor.mail.AbstractMailAccount
Create a new mail account.
AbstractScriptHelper - Class in com.axelor.script
 
AbstractScriptHelper() - Constructor for class com.axelor.script.AbstractScriptHelper
 
ActionRequest - Class in com.axelor.rpc
 
ActionRequest() - Constructor for class com.axelor.rpc.ActionRequest
 
ActionResponse - Class in com.axelor.rpc
An implementation of Response to be used with controllers.
ActionResponse() - Constructor for class com.axelor.rpc.ActionResponse
 
adapt(Object, Map<String, Object>) - Method in class com.axelor.data.adapter.Adapter
 
adapt(Object, Map<String, Object>) - Method in class com.axelor.data.adapter.BooleanAdapter
 
adapt(Object, Map<String, Object>) - Method in class com.axelor.data.adapter.DataAdapter
 
adapt(Object, Map<String, Object>) - Method in class com.axelor.data.adapter.JodaAdapter
 
adapt(Object, Map<String, Object>) - Method in class com.axelor.data.adapter.NumberAdapter
 
adapt(Object, Class<?>, Type, Annotation[]) - Static method in class com.axelor.db.mapper.Adapter
 
adapt(Object, Class<?>, Type, Annotation[]) - Method in interface com.axelor.db.mapper.TypeAdapter
 
adapt(Object, Class<?>, Type, Annotation[]) - Method in class com.axelor.db.mapper.types.DecimalAdapter
 
adapt(Object, Class<?>, Type, Annotation[]) - Method in class com.axelor.db.mapper.types.JodaAdapter
 
adapt(Object, Class<?>, Type, Annotation[]) - Method in class com.axelor.db.mapper.types.ListAdapter
 
adapt(Object, Class<?>, Type, Annotation[]) - Method in class com.axelor.db.mapper.types.MapAdapter
 
adapt(Object, Class<?>, Type, Annotation[]) - Method in class com.axelor.db.mapper.types.SetAdapter
 
adapt(Object, Class<?>, Type, Annotation[]) - Method in class com.axelor.db.mapper.types.SimpleAdapter
 
Adapter - Class in com.axelor.data.adapter
 
Adapter() - Constructor for class com.axelor.data.adapter.Adapter
 
Adapter - Class in com.axelor.db.mapper
 
Adapter() - Constructor for class com.axelor.db.mapper.Adapter
 
adaptNull(Object, Class<?>, Type, Annotation[]) - Method in class com.axelor.db.mapper.types.SimpleAdapter
 
add(Object, Object) - Method in class com.axelor.db.mapper.Property
If this is a multi-valued field (one-to-many, many-to-many), add the specified item to the collection.
addAll(Object, Collection<?>) - Method in class com.axelor.db.mapper.Property
If this is a multi-valued field (one-to-many, many-to-many), add all the specified items to the collection.
addError(String, String) - Method in class com.axelor.rpc.Response
 
addFlag(MailFlags) - Method in class com.axelor.mail.db.MailMessage
Add the given MailFlags item to the flags.
addGroup(Group) - Method in class com.axelor.mail.db.MailGroup
Add the given Group item to the groups.
addGroup(Group) - Method in class com.axelor.meta.db.MetaMenu
Add the given Group item to the groups.
addGroup(Group) - Method in class com.axelor.meta.db.MetaView
Add the given Group item to the groups.
addItem(MetaSelectItem) - Method in class com.axelor.meta.db.MetaSelect
Add the given MetaSelectItem item to the items.
addListener(Listener) - Method in class com.axelor.data.csv.CSVImporter
 
addListener(Listener) - Method in interface com.axelor.data.Importer
Add a data import event listener.
addListener(Listener) - Method in class com.axelor.data.xml.XMLImporter
 
addMenu(MetaMenu) - Method in class com.axelor.auth.db.Group
Add the given MetaMenu item to the menus.
addMenu(MetaMenu) - Method in class com.axelor.auth.db.Role
Add the given MetaMenu item to the menus.
addMetaField(MetaField) - Method in class com.axelor.meta.db.MetaModel
Add the given MetaField item to the metaFields.
addMetaPermission(MetaPermission) - Method in class com.axelor.auth.db.Group
Add the given MetaPermission item to the metaPermissions.
addMetaPermission(MetaPermission) - Method in class com.axelor.auth.db.Role
Add the given MetaPermission item to the metaPermissions.
addMetaPermission(MetaPermission) - Method in class com.axelor.auth.db.User
Add the given MetaPermission item to the metaPermissions.
addParam(MetaScheduleParam) - Method in class com.axelor.meta.db.MetaSchedule
Add the given MetaScheduleParam item to the params.
addPermission(Permission) - Method in class com.axelor.auth.db.Group
Add the given Permission item to the permissions.
addPermission(Permission) - Method in class com.axelor.auth.db.Role
Add the given Permission item to the permissions.
addPermission(Permission) - Method in class com.axelor.auth.db.User
Add the given Permission item to the permissions.
addPermission(DMSPermission) - Method in class com.axelor.dms.db.DMSFile
Add the given DMSPermission item to the permissions.
addRecipient(MailAddress) - Method in class com.axelor.mail.db.MailMessage
Add the given MailAddress item to the recipients.
addReply(MailMessage) - Method in class com.axelor.mail.db.MailMessage
Add the given MailMessage item to the replies.
addRole(Role) - Method in class com.axelor.auth.db.Group
Add the given Role item to the roles.
addRole(Role) - Method in class com.axelor.auth.db.User
Add the given Role item to the roles.
addRole(Role) - Method in class com.axelor.meta.db.MetaMenu
Add the given Role item to the roles.
addRule(MetaPermissionRule) - Method in class com.axelor.meta.db.MetaPermission
Add the given MetaPermissionRule item to the rules.
addTag(DMSFileTag) - Method in class com.axelor.dms.db.DMSFile
Add the given DMSFileTag item to the tags.
addUser(User) - Method in class com.axelor.mail.db.MailGroup
Add the given User item to the users.
addView(MetaView) - Method in class com.axelor.auth.db.Group
Add the given MetaView item to the views.
all() - Method in class com.axelor.db.JpaRepository
 
all(Class<U>) - Method in class com.axelor.db.JpaRepository
Get the Query instance of the given type.
all(Class<T>) - Method in class com.axelor.db.JpaSupport
Get the Query instance for the given model class.
all() - Method in interface com.axelor.db.Repository
Get the Query instance of the managed domain class.
and(List<Filter>) - Static method in class com.axelor.rpc.filter.Filter
 
and(Filter, Filter, Filter...) - Static method in class com.axelor.rpc.filter.Filter
 
any() - Method in class com.axelor.common.reflections.ClassFinder
In case of multiple ClassFinder.having(Class) calls, whether to check any one annotation (by default all annotations are checked).
apply(String, List<Inflections.Rule>) - Method in class com.axelor.common.Inflections
Apply the given list of inflection rules on the provided word.
AppModule - Class in com.axelor.app
The application module scans the classpath and finds all the AxelorModule and installs them in the dependency order.
AppModule() - Constructor for class com.axelor.app.AppModule
 
AppSettings - Class in com.axelor.app
 
as(Object, Object) - Static method in class com.axelor.script.ELScriptHelper.Helpers
 
asType(Class<T>) - Method in class com.axelor.rpc.Context
 
asType(Class<T>) - Method in class com.axelor.script.ScriptBindings
 
attach(String, String) - Method in class com.axelor.mail.MailBuilder
 
attach(String, String, String) - Method in class com.axelor.mail.MailBuilder
Attach a file referenced by the given link.
attach(InputStream, String, Model) - Method in class com.axelor.meta.MetaFiles
Upload the given file stream and attach it to the given record.
attach(MetaFile, String, Model) - Method in class com.axelor.meta.MetaFiles
Attach the given file to the given record.
attach(MetaFile, Model) - Method in class com.axelor.meta.MetaFiles
Attach the given MetaFile to the given Model object and return an instance of a MetaAttachment that represents the attachment.
AuditableModel - Class in com.axelor.auth.db
The base abstract class with update logging feature.
AuditableModel() - Constructor for class com.axelor.auth.db.AuditableModel
 
AuditableRunner - Class in com.axelor.auth
This class can be used to run batch jobs that requires to keep track of audit logs.
AuditableRunner(UserRepository) - Constructor for class com.axelor.auth.AuditableRunner
 
AuthModule - Class in com.axelor.auth
 
AuthModule() - Constructor for class com.axelor.auth.AuthModule
 
AuthModule(ServletContext) - Constructor for class com.axelor.auth.AuthModule
 
AuthModule.Initializer - Class in com.axelor.auth
 
AuthService - Class in com.axelor.auth
The AuthService class provides various utility services including password encryption, password match and saving user password in encrypted form.
AuthService(String, int) - Constructor for class com.axelor.auth.AuthService
 
AuthUtils - Class in com.axelor.auth
 
AuthUtils() - Constructor for class com.axelor.auth.AuthUtils
 
autoFlush(boolean) - Method in class com.axelor.db.Query
 
AxelorModule - Class in com.axelor.app
The entry-point of application module.
AxelorModule() - Constructor for class com.axelor.app.AxelorModule
 

B

bcc(String...) - Method in class com.axelor.mail.MailBuilder
 
Beans - Class in com.axelor.inject
A singleton class that can be used to get instances of injetable services where injection is not possible.
between(String, Object, Object) - Static method in class com.axelor.rpc.filter.Filter
 
bind(String[], Map<String, Object>) - Method in class com.axelor.data.csv.CSVBinder
Get a bean instance with the given set of values binding to the instance according to the binding rules.
bind(Document) - Method in class com.axelor.data.xml.XMLBinder
 
bind(Query) - Method in class com.axelor.db.Query
 
bind(Map<String, Object>) - Method in class com.axelor.db.Query
Bind the named parameters of the query with the given values.
bind(String, Object) - Method in class com.axelor.db.Query
Bind the given named parameter of the query with the given value.
bind(Map<String, Object>, Object...) - Method in class com.axelor.db.QueryBinder
Bind the query with the given named and/or positional parameters.
bind(String, Object) - Method in class com.axelor.db.QueryBinder
Bind the given named parameter with the given value.
BooleanAdapter - Class in com.axelor.data.adapter
 
BooleanAdapter() - Constructor for class com.axelor.data.adapter.BooleanAdapter
 
build() - Method in class com.axelor.mail.MailBuilder
Build a new MimeMessage instance from the provided details.
build(String) - Method in class com.axelor.mail.MailBuilder
Build a new MimeMessage instance from the provided details.
build(Class<T>) - Method in class com.axelor.rpc.filter.Filter
 
byName(String) - Method in class com.axelor.common.reflections.ResourceFinder
Find with the given name pattern.
byURL(String) - Method in class com.axelor.common.reflections.ClassFinder
Find with the given URL pattern.
byURL(String) - Method in class com.axelor.common.reflections.ResourceFinder
Find with the given URL pattern.

C

cacheable() - Method in class com.axelor.db.Query
Set the query result cacheable.
call(T, Map<String, Object>) - Method in class com.axelor.data.csv.CSVInput
 
call(T, Map<String, Object>) - Method in class com.axelor.data.xml.XMLBind
 
call(Object, String) - Method in class com.axelor.script.AbstractScriptHelper
 
call(Object, String) - Method in class com.axelor.script.CompositeScriptHelper
 
call(Object, String) - Method in interface com.axelor.script.ScriptHelper
Call a method on the given object.
callPrepareContext(Map<String, Object>) - Method in class com.axelor.data.csv.CSVInput
 
camelize(String, boolean) - Method in class com.axelor.common.Inflector
Convert the given word to camel case.
camelize(String) - Method in class com.axelor.common.Inflector
Convert the given word to camel case.
CAN_CREATE - Static variable in interface com.axelor.db.JpaSecurity
 
CAN_EXPORT - Static variable in interface com.axelor.db.JpaSecurity
 
CAN_READ - Static variable in interface com.axelor.db.JpaSecurity
 
CAN_REMOVE - Static variable in interface com.axelor.db.JpaSecurity
 
CAN_WRITE - Static variable in interface com.axelor.db.JpaSecurity
 
capitalize(String) - Method in class com.axelor.common.Inflector
Capitalize the given string.
cc(String...) - Method in class com.axelor.mail.MailBuilder
 
CHANNEL_SSL - Static variable in interface com.axelor.mail.MailConstants
 
CHANNEL_STARTTLS - Static variable in interface com.axelor.mail.MailConstants
 
check(JpaSecurity.AccessType, Class<? extends Model>, Long...) - Method in interface com.axelor.db.JpaSecurity
 
ClassFinder<T> - Class in com.axelor.common.reflections
The helper class to find sub types of a given super class.
classify(String) - Method in class com.axelor.common.Inflector
Convert the given word to class name.
ClassUtils - Class in com.axelor.common
The class provides static helper methods to deal with classes and resource.
ClassUtils() - Constructor for class com.axelor.common.ClassUtils
 
clean() - Method in class com.axelor.meta.MetaFiles
Clean up obsolete temporary files from upload directory.
clean(String) - Method in class com.axelor.meta.MetaFiles
This method can be used to delete temporary file of an incomplete upload.
clear(Object) - Method in class com.axelor.db.mapper.Property
If this is a multi-valued field, clear the collection values.
clearFlags() - Method in class com.axelor.mail.db.MailMessage
Clear the flags collection.
clearGroups() - Method in class com.axelor.mail.db.MailGroup
Clear the groups collection.
clearGroups() - Method in class com.axelor.meta.db.MetaMenu
Clear the groups collection.
clearGroups() - Method in class com.axelor.meta.db.MetaView
Clear the groups collection.
clearItems() - Method in class com.axelor.meta.db.MetaSelect
Clear the items collection.
clearListener() - Method in class com.axelor.data.csv.CSVImporter
 
clearListener() - Method in interface com.axelor.data.Importer
Clear listeners.
clearListener() - Method in class com.axelor.data.xml.XMLImporter
 
clearMenus() - Method in class com.axelor.auth.db.Group
Clear the menus collection.
clearMenus() - Method in class com.axelor.auth.db.Role
Clear the menus collection.
clearMetaFields() - Method in class com.axelor.meta.db.MetaModel
Clear the metaFields collection.
clearMetaPermissions() - Method in class com.axelor.auth.db.Group
Clear the metaPermissions collection.
clearMetaPermissions() - Method in class com.axelor.auth.db.Role
Clear the metaPermissions collection.
clearMetaPermissions() - Method in class com.axelor.auth.db.User
Clear the metaPermissions collection.
clearParams() - Method in class com.axelor.meta.db.MetaSchedule
Clear the params collection.
clearPermissions() - Method in class com.axelor.auth.db.Group
Clear the permissions collection.
clearPermissions() - Method in class com.axelor.auth.db.Role
Clear the permissions collection.
clearPermissions() - Method in class com.axelor.auth.db.User
Clear the permissions collection.
clearPermissions() - Method in class com.axelor.dms.db.DMSFile
Clear the permissions collection.
clearRecipients() - Method in class com.axelor.mail.db.MailMessage
Clear the recipients collection.
clearReplies() - Method in class com.axelor.mail.db.MailMessage
Clear the replies collection.
clearRoles() - Method in class com.axelor.auth.db.Group
Clear the roles collection.
clearRoles() - Method in class com.axelor.auth.db.User
Clear the roles collection.
clearRoles() - Method in class com.axelor.meta.db.MetaMenu
Clear the roles collection.
clearRules() - Method in class com.axelor.meta.db.MetaPermission
Clear the rules collection.
clearTags() - Method in class com.axelor.dms.db.DMSFile
Clear the tags collection.
clearUsers() - Method in class com.axelor.mail.db.MailGroup
Clear the users collection.
clearViews() - Method in class com.axelor.auth.db.Group
Clear the views collection.
com.axelor.app - package com.axelor.app
 
com.axelor.auth - package com.axelor.auth
 
com.axelor.auth.db - package com.axelor.auth.db
 
com.axelor.auth.db.repo - package com.axelor.auth.db.repo
 
com.axelor.common - package com.axelor.common
 
com.axelor.common.reflections - package com.axelor.common.reflections
 
com.axelor.data - package com.axelor.data
 
com.axelor.data.adapter - package com.axelor.data.adapter
 
com.axelor.data.csv - package com.axelor.data.csv
 
com.axelor.data.xml - package com.axelor.data.xml
 
com.axelor.db - package com.axelor.db
 
com.axelor.db.annotations - package com.axelor.db.annotations
 
com.axelor.db.mapper - package com.axelor.db.mapper
 
com.axelor.db.mapper.types - package com.axelor.db.mapper.types
 
com.axelor.dms.db - package com.axelor.dms.db
 
com.axelor.dms.db.repo - package com.axelor.dms.db.repo
 
com.axelor.i18n - package com.axelor.i18n
 
com.axelor.inject - package com.axelor.inject
 
com.axelor.mail - package com.axelor.mail
 
com.axelor.mail.db - package com.axelor.mail.db
 
com.axelor.mail.db.repo - package com.axelor.mail.db.repo
 
com.axelor.mail.service - package com.axelor.mail.service
 
com.axelor.meta - package com.axelor.meta
 
com.axelor.meta.db - package com.axelor.meta.db
 
com.axelor.meta.db.repo - package com.axelor.meta.db.repo
 
com.axelor.quartz - package com.axelor.quartz
 
com.axelor.report - package com.axelor.report
 
com.axelor.rpc - package com.axelor.rpc
 
com.axelor.rpc.filter - package com.axelor.rpc.filter
 
com.axelor.script - package com.axelor.script
 
com.axelor.text - package com.axelor.text
 
compose() - Method in class com.axelor.mail.MailSender
Compose a new mail message.
CompositeScriptHelper - Class in com.axelor.script
 
CompositeScriptHelper(ScriptBindings) - Constructor for class com.axelor.script.CompositeScriptHelper
 
CompositeScriptHelper(Context) - Constructor for class com.axelor.script.CompositeScriptHelper
 
computeSizeText() - Method in class com.axelor.meta.db.MetaFile
 
CONFIG_IMAP_CHANNEL - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_IMAP_CONNECTION_TIMEOUT - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_IMAP_HOST - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_IMAP_PASS - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_IMAP_PORT - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_IMAP_TIMEOUT - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_IMAP_USER - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_REPORT_DIR - Static variable in class com.axelor.report.ReportResourceLocator
 
CONFIG_SMTP_CHANNEL - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_SMTP_CONNECTION_TIMEOUT - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_SMTP_HOST - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_SMTP_PASS - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_SMTP_PORT - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_SMTP_TIMEOUT - Static variable in interface com.axelor.mail.MailConstants
 
CONFIG_SMTP_USER - Static variable in interface com.axelor.mail.MailConstants
 
configure() - Method in class com.axelor.app.AppModule
 
configure() - Method in class com.axelor.auth.AuthModule
 
configure() - Method in class com.axelor.data.ImportTask
Configure the input sources using the various input methods.
configure() - Method in class com.axelor.db.JpaModule
 
configure() - Method in class com.axelor.quartz.SchedulerModule
 
configureAuth() - Method in class com.axelor.auth.AuthModule
 
containsKey(Object) - Method in class com.axelor.rpc.Context
 
containsKey(Object) - Method in class com.axelor.script.ScriptBindings
 
Context - Class in com.axelor.rpc
The Context class represents an ActionRequest context.

The request context is mapped to an instance of the bean class on which the action is being performed.
ContextEntity - Interface in com.axelor.rpc
This interface is used by context entity enhancer to return real context entity.
copy(T, boolean) - Method in class com.axelor.db.JpaRepository
 
copy(T, boolean) - Method in interface com.axelor.db.Repository
Create a duplicate copy of the given entity.

In case of deep copy, one-to-many records are duplicated.
copyDirectory(File, File) - Static method in class com.axelor.common.FileUtils
Copy the source directory to the target directory.
copyDirectory(Path, Path) - Static method in class com.axelor.common.FileUtils
Copy the source directory to the target directory.
count() - Method in class com.axelor.db.Query
Returns the number of total records matched.
countQuery() - Method in class com.axelor.db.Query
 
countRelated(Model) - Method in class com.axelor.mail.db.repo.MailMessageRepository
 
create(Map<String, Object>) - Method in class com.axelor.db.JpaRepository
 
create(Map<String, Object>) - Method in interface com.axelor.db.Repository
Create a new instance of the domain model with the given default values.
create(Map<String, Object>, Class<?>) - Static method in class com.axelor.rpc.Context
 
createQuery(Class<T>) - Method in class com.axelor.rpc.Criteria
 
createQuery(Class<T>, Filter) - Method in class com.axelor.rpc.Criteria
 
createTempFile(String, String, FileAttribute<?>...) - Static method in class com.axelor.meta.MetaFiles
Create a temporary file under upload directory.
Criteria - Class in com.axelor.rpc
 
Criteria(Filter) - Constructor for class com.axelor.rpc.Criteria
 
CSVBind - Class in com.axelor.data.csv
 
CSVBind() - Constructor for class com.axelor.data.csv.CSVBind
 
CSVBinder - Class in com.axelor.data.csv
 
CSVBinder(Class<?>, String[], CSVInput) - Constructor for class com.axelor.data.csv.CSVBinder
 
CSVBinder(Class<?>, String[], CSVBind) - Constructor for class com.axelor.data.csv.CSVBinder
 
CSVConfig - Class in com.axelor.data.csv
 
CSVConfig() - Constructor for class com.axelor.data.csv.CSVConfig
 
CSVImporter - Class in com.axelor.data.csv
 
CSVImporter(String) - Constructor for class com.axelor.data.csv.CSVImporter
 
CSVImporter(String, String) - Constructor for class com.axelor.data.csv.CSVImporter
 
CSVImporter(String, String, String) - Constructor for class com.axelor.data.csv.CSVImporter
 
CSVImporter(CSVConfig) - Constructor for class com.axelor.data.csv.CSVImporter
 
CSVImporter(CSVConfig, String) - Constructor for class com.axelor.data.csv.CSVImporter
 
CSVImporter(CSVConfig, String, String) - Constructor for class com.axelor.data.csv.CSVImporter
 
CSVInput - Class in com.axelor.data.csv
 
CSVInput() - Constructor for class com.axelor.data.csv.CSVInput
 
CSVLogger - Class in com.axelor.data.csv
This CSVLogger class logs all errors during the import into a specific file.
CSVLogger(CSVConfig, String) - Constructor for class com.axelor.data.csv.CSVLogger
Main constructor
current() - Static method in class com.axelor.rpc.Request
 

D

dasherize(String) - Method in class com.axelor.common.Inflector
Convert the give word to dasherized form.
DataAdapter - Class in com.axelor.data.adapter
 
DataAdapter() - Constructor for class com.axelor.data.adapter.DataAdapter
 
DataAdapter(String, Class<?>, String...) - Constructor for class com.axelor.data.adapter.DataAdapter
 
DecimalAdapter - Class in com.axelor.db.mapper.types
 
DecimalAdapter() - Constructor for class com.axelor.db.mapper.types.DecimalAdapter
 
DEFAULT_BATCH_SIZE - Static variable in interface com.axelor.data.Importer
 
DEFAULT_FORMAT - Variable in class com.axelor.data.adapter.JodaAdapter
 
DEFAULT_REPORT_DIR - Static variable in class com.axelor.report.ReportResourceLocator
 
DEFAULT_TIMEOUT - Static variable in interface com.axelor.mail.MailConstants
 
defaultAdapters - Static variable in interface com.axelor.data.Importer
 
delete() - Method in class com.axelor.db.Query
Bulk delete all the matched records.
delete(DMSFile) - Method in class com.axelor.meta.MetaFiles
Delete the given DMSFile and also delete linked file if not referenced by any other record.
delete(MetaAttachment) - Method in class com.axelor.meta.MetaFiles
Delete the given attachment and related MetaFile instance along with the file content.
delete(MetaFile) - Method in class com.axelor.meta.MetaFiles
Delete the given MetaFile instance along with the file content.
deleteDirectory(File) - Static method in class com.axelor.common.FileUtils
Delete the given directory recursively.
deleteDirectory(Path) - Static method in class com.axelor.common.FileUtils
Delete the given directory recursively.
deleteQuery() - Method in class com.axelor.db.Query
 
details(MailMessage) - Method in class com.axelor.mail.db.repo.MailMessageRepository
 
DMSFile - Class in com.axelor.dms.db
 
DMSFile() - Constructor for class com.axelor.dms.db.DMSFile
 
DMSFileRepository - Class in com.axelor.dms.db.repo
 
DMSFileRepository() - Constructor for class com.axelor.dms.db.repo.DMSFileRepository
 
DMSFileTag - Class in com.axelor.dms.db
 
DMSFileTag() - Constructor for class com.axelor.dms.db.DMSFileTag
 
DMSFileTag(String, String) - Constructor for class com.axelor.dms.db.DMSFileTag
 
DMSFileTagRepository - Class in com.axelor.dms.db.repo
 
DMSFileTagRepository() - Constructor for class com.axelor.dms.db.repo.DMSFileTagRepository
 
DMSPermission - Class in com.axelor.dms.db
 
DMSPermission() - Constructor for class com.axelor.dms.db.DMSPermission
 
DMSPermissionRepository - Class in com.axelor.dms.db.repo
 
DMSPermissionRepository() - Constructor for class com.axelor.dms.db.repo.DMSPermissionRepository
 
doCall(Object, String) - Method in class com.axelor.script.AbstractScriptHelper
 
doCall(Object, String) - Method in class com.axelor.script.CompositeScriptHelper
 
doCall(Object, String) - Method in class com.axelor.script.ELScriptHelper
 
doCall(Object, String) - Method in class com.axelor.script.GroovyScriptHelper
 

E

ellipsize(String, int) - Method in class com.axelor.common.Inflector
Shorten the given text upto the length by appending three ellipses.
ELScriptHelper - Class in com.axelor.script
 
ELScriptHelper(ScriptBindings) - Constructor for class com.axelor.script.ELScriptHelper
 
ELScriptHelper(Context) - Constructor for class com.axelor.script.ELScriptHelper
 
ELScriptHelper.Helpers - Class in com.axelor.script
 
em() - Method in class com.axelor.db.Query
 
email(MailMessage) - Method in class com.axelor.mail.db.repo.MailMessageRepository
 
encrypt(String) - Method in class com.axelor.auth.AuthService
Encrypt the given password text if it's not encrypted yet.
encrypt(User) - Method in class com.axelor.auth.AuthService
Encrypt the password of the given user.
encrypt(Object, Map) - Method in class com.axelor.auth.AuthService
This is an adapter method to be used with data import.
EntityHelper - Class in com.axelor.db
This class provides helper methods for model objects.
EntityHelper() - Constructor for class com.axelor.db.EntityHelper
 
equals(Object) - Method in class com.axelor.auth.db.Group
 
equals(Object) - Method in class com.axelor.auth.db.Permission
 
equals(Object) - Method in class com.axelor.auth.db.Role
 
equals(Object) - Method in class com.axelor.auth.db.User
 
equals(T, Object) - Static method in class com.axelor.db.EntityHelper
The equals helper method.
equals(Object) - Method in class com.axelor.dms.db.DMSFile
 
equals(Object) - Method in class com.axelor.dms.db.DMSFileTag
 
equals(Object) - Method in class com.axelor.dms.db.DMSPermission
 
equals(Object) - Method in class com.axelor.mail.db.MailAddress
 
equals(Object) - Method in class com.axelor.mail.db.MailFlags
 
equals(Object) - Method in class com.axelor.mail.db.MailFollower
 
equals(Object) - Method in class com.axelor.mail.db.MailGroup
 
equals(Object) - Method in class com.axelor.mail.db.MailMessage
 
equals(Object) - Method in class com.axelor.meta.db.MetaAction
 
equals(Object) - Method in class com.axelor.meta.db.MetaActionMenu
 
equals(Object) - Method in class com.axelor.meta.db.MetaAttachment
 
equals(Object) - Method in class com.axelor.meta.db.MetaField
 
equals(Object) - Method in class com.axelor.meta.db.MetaFile
 
equals(Object) - Method in class com.axelor.meta.db.MetaFilter
 
equals(Object) - Method in class com.axelor.meta.db.MetaMenu
 
equals(Object) - Method in class com.axelor.meta.db.MetaModel
 
equals(Object) - Method in class com.axelor.meta.db.MetaModule
 
equals(Object) - Method in class com.axelor.meta.db.MetaPermission
 
equals(Object) - Method in class com.axelor.meta.db.MetaPermissionRule
 
equals(Object) - Method in class com.axelor.meta.db.MetaSchedule
 
equals(Object) - Method in class com.axelor.meta.db.MetaScheduleParam
 
equals(Object) - Method in class com.axelor.meta.db.MetaSelect
 
equals(Object) - Method in class com.axelor.meta.db.MetaSelectItem
 
equals(Object) - Method in class com.axelor.meta.db.MetaSequence
 
equals(Object) - Method in class com.axelor.meta.db.MetaTranslation
 
equals(Object) - Method in class com.axelor.meta.db.MetaView
 
equals(Object) - Method in class com.axelor.meta.db.MetaViewCustom
 
equals(String, Object) - Static method in class com.axelor.rpc.filter.Filter
 
eval(Map<String, Object>) - Method in class com.axelor.data.xml.XMLBind
 
eval(String) - Method in class com.axelor.script.CompositeScriptHelper
 
eval(String) - Method in class com.axelor.script.ELScriptHelper
 
eval(String) - Method in class com.axelor.script.GroovyScriptHelper
 
eval(String) - Method in interface com.axelor.script.ScriptHelper
Evaluate the given expression.
evaluate(Map<String, Object>) - Method in class com.axelor.data.csv.CSVBind
 
exclude(String) - Static method in class com.axelor.db.JpaScanner
Exclude classes from the given package.
execute(JobExecutionContext) - Method in class com.axelor.mail.service.MailFetchJob
 

F

feature - Variable in class com.axelor.common.VersionUtils.Version
 
fetch() - Method in class com.axelor.db.Query
Fetch all the matched records.
fetch(int) - Method in class com.axelor.db.Query
Fetch the matchied records with the given limit.
fetch(int, int) - Method in class com.axelor.db.Query
Fetch the matched records within the given range.
fetch(int, int) - Method in class com.axelor.db.Query.Selector
 
fetch() - Method in interface com.axelor.mail.service.MailService
Fetch mails from remote mail server.
fetchOne() - Method in class com.axelor.db.Query
Fetch the first matched record.
fetchOne(int) - Method in class com.axelor.db.Query
Fetch a matched record at the given offset.
fields() - Method in class com.axelor.db.JpaRepository
 
fields() - Method in interface com.axelor.db.Repository
Return list of properties on the domain model managed by this repository.
fileTypeIcon(MetaFile) - Method in class com.axelor.meta.MetaFiles
 
FileUtils - Class in com.axelor.common
This class provides some helper methods to deal with files.
FileUtils() - Constructor for class com.axelor.common.FileUtils
 
filter(String, Object...) - Method in class com.axelor.db.Query
A convenient method to filter the query using JPQL's where clause.
filter(String) - Method in class com.axelor.db.Query
 
Filter - Class in com.axelor.rpc.filter
 
Filter() - Constructor for class com.axelor.rpc.filter.Filter
 
find() - Method in class com.axelor.common.reflections.ClassFinder
Find the classes.
find() - Method in class com.axelor.common.reflections.ResourceFinder
Search the resources by partial match using Matcher.find() call.
find(Long) - Method in class com.axelor.db.JpaRepository
 
find(Long) - Method in interface com.axelor.db.Repository
Find by primary key.
findAll(Model) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
findAll(Model, int) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
findAttachments(MailMessage) - Method in class com.axelor.mail.db.repo.MailMessageRepository
 
findBy(MailMessage, User) - Method in class com.axelor.mail.db.repo.MailFlagsRepository
 
findByCode(String) - Method in class com.axelor.auth.db.repo.GroupRepository
 
findByCode(String) - Method in class com.axelor.auth.db.repo.UserRepository
 
findByEmail(String) - Method in class com.axelor.auth.db.repo.UserRepository
 
findByEmail(String) - Method in class com.axelor.mail.db.repo.MailAddressRepository
 
findByGroup(Long) - Method in class com.axelor.auth.db.repo.UserRepository
 
findByGroup(String) - Method in class com.axelor.auth.db.repo.UserRepository
 
findByID(String) - Method in class com.axelor.meta.db.repo.MetaActionMenuRepository
 
findByID(String) - Method in class com.axelor.meta.db.repo.MetaActionRepository
 
findByID(String) - Method in class com.axelor.meta.db.repo.MetaMenuRepository
 
findByID(String) - Method in class com.axelor.meta.db.repo.MetaSelectRepository
 
findByID(String) - Method in class com.axelor.meta.db.repo.MetaViewRepository
 
findByKey(String, String) - Method in class com.axelor.meta.db.repo.MetaTranslationRepository
 
findByModule(String) - Method in class com.axelor.meta.db.repo.MetaActionMenuRepository
 
findByModule(String) - Method in class com.axelor.meta.db.repo.MetaActionRepository
 
findByModule(String) - Method in class com.axelor.meta.db.repo.MetaMenuRepository
 
findByModule(String) - Method in class com.axelor.meta.db.repo.MetaSelectRepository
 
findByModule(String) - Method in class com.axelor.meta.db.repo.MetaViewRepository
 
findByName(String) - Method in class com.axelor.auth.db.repo.GroupRepository
 
findByName(String) - Method in class com.axelor.auth.db.repo.PermissionRepository
 
findByName(String) - Method in class com.axelor.auth.db.repo.RoleRepository
 
findByName(String) - Method in class com.axelor.auth.db.repo.UserRepository
 
findByName(String) - Method in class com.axelor.mail.db.repo.MailGroupRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaActionMenuRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaActionRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaFieldRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaFilterRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaMenuRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaModelRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaModuleRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaPermissionRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaScheduleParamRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaScheduleRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaSelectRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaSequenceRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaViewCustomRepository
 
findByName(String) - Method in class com.axelor.meta.db.repo.MetaViewRepository
 
findByParent(Long) - Method in class com.axelor.meta.db.repo.MetaMenuRepository
 
findByUser(String, User) - Method in class com.axelor.meta.db.repo.MetaViewCustomRepository
 
findByUser(String, String, User) - Method in class com.axelor.meta.db.repo.MetaViewCustomRepository
 
findClass(String) - Static method in class com.axelor.common.ClassUtils
This is same as Class.forName(String) but throws IllegalArgumentException if class is not found.
findEmails(String, List<String>, int) - Method in interface com.axelor.mail.service.MailService
Search for email addresses matching the given text.
findFollowers(Model) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
findModel(String) - Static method in class com.axelor.db.JpaScanner
 
findModels() - Static method in class com.axelor.db.JpaScanner
 
findOffline(int, int) - Method in class com.axelor.dms.db.repo.DMSFileRepository
 
findOne(Model, User) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
findOne(Model, MailAddress) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
findOrCreate(String) - Method in class com.axelor.mail.db.repo.MailAddressRepository
 
findOrCreate(String, String) - Method in class com.axelor.mail.db.repo.MailAddressRepository
 
findRelated(Model, int, int) - Method in class com.axelor.mail.db.repo.MailMessageRepository
 
findRepository(String) - Static method in class com.axelor.db.JpaScanner
 
findResource(ModuleHandle, String, int, Map) - Method in class com.axelor.report.ReportResourceLocator
 
findResource(ModuleHandle, String, int) - Method in class com.axelor.report.ReportResourceLocator
 
findResources(ClassLoader) - Static method in class com.axelor.common.reflections.Reflections
Return a ResourceFinder to search for resources.
findResources() - Static method in class com.axelor.common.reflections.Reflections
Return a ResourceFinder to search for resources.
findSubTypesOf(Class<T>, ClassLoader) - Static method in class com.axelor.common.reflections.Reflections
Return a ClassFinder to search for the sub types of the given type.
findSubTypesOf(Class<T>) - Static method in class com.axelor.common.reflections.Reflections
Return a ClassFinder to search for the sub types of the given type.
findTempFile(String) - Static method in class com.axelor.meta.MetaFiles
Find a temporary file by the given name created previously.
findTypes(ClassLoader) - Static method in class com.axelor.common.reflections.Reflections
Return a ClassFinder to search for types.
findTypes() - Static method in class com.axelor.common.reflections.Reflections
Return a ClassFinder to search for types.
finish() - Method in class com.axelor.data.xml.XMLBinder
 
flush() - Method in class com.axelor.db.JpaRepository
Synchronize the persistence context to the underlying database.
flush() - Method in interface com.axelor.db.Repository
Synchronize the persistence context to the underlying database.
follow(Model, User) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
follow(Model, MailAddress) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
format(Number) - Method in class com.axelor.i18n.L10n
Format the number value.
format(Number, boolean) - Method in class com.axelor.i18n.L10n
Format the number value.
format(LocalDate) - Method in class com.axelor.i18n.L10n
Format the date value.
format(LocalDateTime) - Method in class com.axelor.i18n.L10n
Format the date time value.
format(DateTime) - Method in class com.axelor.i18n.L10n
Format the date time value.
formatText(String, Object...) - Static method in class com.axelor.script.ELScriptHelper.Helpers
 
from(String) - Method in class com.axelor.mail.MailBuilder
 
from(File) - Method in class com.axelor.text.GroovyTemplates
 
from(Reader) - Method in class com.axelor.text.GroovyTemplates
 
from(File) - Method in class com.axelor.text.StringTemplates
 
from(Reader) - Method in class com.axelor.text.StringTemplates
 
from(File) - Method in interface com.axelor.text.Templates
Create a new Template instance from the given template file.
from(Reader) - Method in interface com.axelor.text.Templates
Create a new Template instance from the given reader.
fromText(String) - Method in class com.axelor.text.GroovyTemplates
 
fromText(String) - Method in class com.axelor.text.StringTemplates
 
fromText(String) - Method in interface com.axelor.text.Templates
Create a new Template instance from the given template text.

G

generate(OutputStream, String, String, Map<String, Object>) - Method in class com.axelor.report.ReportGenerator
Generate a report for the given report design.
generate(OutputStream, String, String, Map<String, Object>, Locale) - Method in class com.axelor.report.ReportGenerator
Generate a report for the given report design.
generate(String, String, Map<String, Object>) - Method in class com.axelor.report.ReportGenerator
Generate a report to a temporary file and return path to the generated file.
generate(String, String, Map<String, Object>, Locale) - Method in class com.axelor.report.ReportGenerator
Generate a report to a temporary file and return path to the generated file.
generateMessageId(MailMessage) - Method in class com.axelor.mail.db.repo.MailMessageRepository
 
get() - Static method in class com.axelor.app.AppSettings
 
get(String) - Method in class com.axelor.app.AppSettings
 
get(String, String) - Method in class com.axelor.app.AppSettings
 
get(String, String) - Method in class com.axelor.data.adapter.Adapter
 
get(Object, String) - Method in class com.axelor.db.mapper.Mapper
Get the value of given property from the given bean.
get(Object) - Method in class com.axelor.db.mapper.Property
Get the value of this property from the given bean instance.
get(String) - Static method in enum com.axelor.db.mapper.PropertyType
 
get(String) - Static method in class com.axelor.i18n.I18n
Return the localized translation of the given message, based on the current language.
get(String, String, int) - Static method in class com.axelor.i18n.I18n
Similar to the I18n.get(String) but considers plural form based on the given number value.
get(Class<T>) - Static method in class com.axelor.inject.Beans
Returns the appropriate instance for the given injection type.
get(Class<T>, Annotation) - Static method in class com.axelor.inject.Beans
Returns the appropriate instance for the given injection type qualified by the given annotation.
get() - Method in class com.axelor.report.ReportEngineProvider
 
get(Object) - Method in class com.axelor.rpc.Context
 
get(String) - Static method in enum com.axelor.rpc.filter.Operator
 
get(Object) - Method in class com.axelor.script.ScriptBindings
 
getAccessTypes(Class<? extends Model>, Long) - Method in interface com.axelor.db.JpaSecurity
 
getAction() - Method in class com.axelor.meta.db.MetaActionMenu
 
getAction() - Method in class com.axelor.meta.db.MetaMenu
 
getAction() - Method in class com.axelor.rpc.ActionRequest
 
getActivateOn() - Method in class com.axelor.auth.db.User
Activate the user from the specified date.
getActive() - Method in class com.axelor.meta.db.MetaPermission
 
getActive() - Method in class com.axelor.meta.db.MetaSchedule
 
getAdapter() - Method in class com.axelor.data.csv.CSVBind
 
getAdapter() - Method in class com.axelor.data.xml.XMLBind
 
getAdapters() - Method in class com.axelor.data.csv.CSVConfig
Get all CSVConfig.adapters nodes.
getAdapters() - Method in class com.axelor.data.csv.CSVInput
 
getAdapters() - Method in class com.axelor.data.xml.XMLConfig
 
getAdapters() - Method in class com.axelor.data.xml.XMLInput
 
getAddress() - Method in class com.axelor.mail.db.MailAddress
 
getAlias() - Method in class com.axelor.data.xml.XMLBind
 
getAliasOrName() - Method in class com.axelor.data.xml.XMLBind
 
getArchived() - Method in class com.axelor.db.Model
 
getAttachments() - Method in class com.axelor.mail.MailParser
Get attachments.
getAuthor() - Method in class com.axelor.mail.db.MailMessage
 
getBaseURL() - Method in class com.axelor.app.AppSettings
Get the application base URL.
getBcc() - Method in class com.axelor.mail.MailParser
Get list of "bcc" recipients of the message.
getBeanClass() - Method in class com.axelor.db.mapper.Mapper
Get the bean class this mapper operates on.
getBeanClass() - Method in class com.axelor.rpc.Request
Get the entity class on which the operation is being performed.
getBinding(String, String, Set<String>) - Static method in class com.axelor.data.csv.CSVBind
 
getBindings() - Method in class com.axelor.data.csv.CSVBind
 
getBindings() - Method in class com.axelor.data.csv.CSVInput
 
getBindings() - Method in class com.axelor.data.xml.XMLBind
 
getBindings() - Method in class com.axelor.data.xml.XMLInput
 
getBindings() - Method in class com.axelor.script.AbstractScriptHelper
 
getBindings() - Method in interface com.axelor.script.ScriptHelper
Get current script bindings.
getBlocked() - Method in class com.axelor.auth.db.User
Specify whether to block the user for an indeterminate times.
getBody() - Method in class com.axelor.mail.db.MailMessage
 
getBoolean(String, boolean) - Method in class com.axelor.app.AppSettings
 
getBundle(Locale) - Static method in class com.axelor.i18n.I18n
Get a resource bundle for the given locale.
getBundle() - Static method in class com.axelor.i18n.I18n
Get the resource bundle for the current Locale.
getCallable() - Method in class com.axelor.data.csv.CSVInput
 
getCallable() - Method in class com.axelor.data.xml.XMLBind
 
getCanCreate() - Method in class com.axelor.auth.db.Permission
Whether to grant create access.
getCanExport() - Method in class com.axelor.auth.db.Permission
Whether to grant export access.
getCanExport() - Method in class com.axelor.meta.db.MetaPermissionRule
 
getCanRead() - Method in class com.axelor.auth.db.Permission
Whether to grant read access.
getCanRead() - Method in class com.axelor.meta.db.MetaPermissionRule
 
getCanRemove() - Method in class com.axelor.auth.db.Permission
Whether to grant remove access.
getCanWrite() - Method in class com.axelor.auth.db.Permission
Whether to grant write access.
getCanWrite() - Method in class com.axelor.meta.db.MetaPermissionRule
 
getCategory() - Method in class com.axelor.meta.db.MetaActionMenu
Category name to group action menus.
getCc() - Method in class com.axelor.mail.MailParser
Get list of "cc" recipients of the message.
getClassesInJar(URL, Set<Class<? extends Annotation>>) - Method in class com.axelor.db.JpaScanner
 
getClassLoader() - Static method in class com.axelor.db.JpaScanner
 
getCode() - Method in class com.axelor.auth.db.Group
 
getCode() - Method in class com.axelor.auth.db.User
 
getCode() - Method in class com.axelor.dms.db.DMSFileTag
 
getColumn() - Method in class com.axelor.data.csv.CSVBind
 
getCondition() - Method in class com.axelor.auth.db.Permission
Domain filter as condition.
getCondition() - Method in class com.axelor.data.csv.CSVBind
 
getCondition() - Method in class com.axelor.data.xml.XMLBind
 
getConditionEmpty() - Method in class com.axelor.data.csv.CSVBind
 
getConditionEmpty() - Method in class com.axelor.data.xml.XMLBind
 
getConditionParams() - Method in class com.axelor.auth.db.Permission
Comma separated list of params for the condition.
getContent() - Method in class com.axelor.dms.db.DMSFile
 
getContentType() - Method in class com.axelor.dms.db.DMSFile
 
getContext() - Method in class com.axelor.rpc.Request
Get the domain object context.
getContextClass() - Method in class com.axelor.rpc.Context
 
getContextEntity() - Method in interface com.axelor.rpc.ContextEntity
 
getCreatedBy() - Method in class com.axelor.auth.db.AuditableModel
 
getCreatedOn() - Method in class com.axelor.auth.db.AuditableModel
 
getCriteria() - Method in class com.axelor.rpc.Request
 
getCron() - Method in class com.axelor.meta.db.MetaSchedule
 
getCurrentFile() - Method in class com.axelor.data.csv.CSVLogger
 
getData() - Method in class com.axelor.meta.db.MetaSelectItem
The addition data for UI widgets.
getData() - Method in class com.axelor.rpc.Request
 
getData() - Method in class com.axelor.rpc.Response
 
getDepends() - Method in class com.axelor.meta.db.MetaModule
 
getDescription() - Method in class com.axelor.auth.db.Role
 
getDescription() - Method in class com.axelor.mail.db.MailGroup
 
getDescription() - Method in class com.axelor.meta.db.MetaField
 
getDescription() - Method in class com.axelor.meta.db.MetaFile
 
getDescription() - Method in class com.axelor.meta.db.MetaModule
 
getDescription() - Method in class com.axelor.meta.db.MetaSchedule
 
getEmail() - Method in class com.axelor.auth.db.User
 
getEmail() - Method in class com.axelor.mail.db.MailFollower
 
getEntity(T) - Static method in class com.axelor.db.EntityHelper
Get unproxied instance of the given entity.
getEntity() - Method in class com.axelor.db.mapper.Property
 
getEntityClass(T) - Static method in class com.axelor.db.EntityHelper
Get the real persistence class of the given entity.
getEntityManager() - Method in class com.axelor.db.JpaSupport
Get the instance of current EntityManager.
getErrors() - Method in class com.axelor.rpc.Response
 
getExpiresOn() - Method in class com.axelor.auth.db.User
Disable the user from the specified date.
getExpression() - Method in class com.axelor.data.csv.CSVBind
 
getExpression() - Method in class com.axelor.data.xml.XMLBind
 
getField() - Method in class com.axelor.data.csv.CSVBind
 
getField() - Method in class com.axelor.data.xml.XMLBind
 
getField() - Method in class com.axelor.meta.db.MetaPermissionRule
 
getFields() - Method in class com.axelor.data.csv.CSVBinder
 
getFields() - Method in class com.axelor.rpc.Request
 
getFile(String, String...) - Static method in class com.axelor.common.FileUtils
Get a file from the given path elements.
getFile(File, String, String...) - Static method in class com.axelor.common.FileUtils
Get a file from the given path elements.
getFile() - Method in class com.axelor.dms.db.DMSPermission
 
getFileName() - Method in class com.axelor.data.csv.CSVInput
 
getFileName() - Method in class com.axelor.data.xml.XMLInput
 
getFileName() - Method in class com.axelor.dms.db.DMSFile
 
getFileName() - Method in class com.axelor.meta.db.MetaFile
 
getFilePath() - Method in class com.axelor.meta.db.MetaFile
 
getFileSize() - Method in class com.axelor.meta.db.MetaFile
 
getFileType() - Method in class com.axelor.meta.db.MetaFile
 
getFilter(JpaSecurity.AccessType, Class<? extends Model>, Long...) - Method in interface com.axelor.db.JpaSecurity
 
getFilterCustom() - Method in class com.axelor.meta.db.MetaFilter
 
getFilters() - Method in class com.axelor.meta.db.MetaFilter
 
getFilterView() - Method in class com.axelor.meta.db.MetaFilter
 
getFlags() - Method in class com.axelor.mail.db.MailMessage
 
getFrom() - Method in class com.axelor.mail.db.MailMessage
 
getFrom() - Method in class com.axelor.mail.MailParser
Get "from" address of the message.
getFullName() - Method in class com.axelor.meta.db.MetaModel
 
getGenericType() - Method in class com.axelor.db.mapper.Property
 
getGetter(String) - Method in class com.axelor.db.mapper.Mapper
Get the getter method of the given property.
getGroup() - Method in class com.axelor.auth.db.User
 
getGroup() - Method in class com.axelor.dms.db.DMSPermission
 
getGroups() - Method in class com.axelor.mail.db.MailGroup
 
getGroups() - Method in class com.axelor.meta.db.MetaMenu
 
getGroups() - Method in class com.axelor.meta.db.MetaView
 
getHeader() - Method in class com.axelor.data.csv.CSVInput
 
getHeader(String) - Method in class com.axelor.mail.MailParser
Get the first header value for the the header name.
getHelp() - Method in class com.axelor.db.mapper.Property
 
getHelpLink() - Method in class com.axelor.meta.db.MetaView
 
getHidden() - Method in class com.axelor.meta.db.MetaActionMenu
 
getHidden() - Method in class com.axelor.meta.db.MetaMenu
 
getHidden() - Method in class com.axelor.meta.db.MetaSelectItem
 
getHideIf() - Method in class com.axelor.meta.db.MetaPermissionRule
 
getHome() - Method in class com.axelor.meta.db.MetaAction
Specify whether this action can be used as home action.
getHomeAction() - Method in class com.axelor.auth.db.Group
Default home action.
getHomeAction() - Method in class com.axelor.auth.db.User
 
getHtml() - Method in class com.axelor.mail.MailParser
Get the html content if available.
getIcon() - Method in class com.axelor.meta.db.MetaMenu
 
getIcon() - Method in class com.axelor.meta.db.MetaSelectItem
The image icon to show in UI widgets.
getIconBackground() - Method in class com.axelor.meta.db.MetaMenu
 
getId() - Method in class com.axelor.auth.db.Group
 
getId() - Method in class com.axelor.auth.db.Permission
 
getId() - Method in class com.axelor.auth.db.Role
 
getId() - Method in class com.axelor.auth.db.User
 
getId() - Method in class com.axelor.db.JpaModel
 
getId() - Method in class com.axelor.db.Model
 
getId() - Method in class com.axelor.dms.db.DMSFile
 
getId() - Method in class com.axelor.dms.db.DMSFileTag
 
getId() - Method in class com.axelor.dms.db.DMSPermission
 
getId() - Method in class com.axelor.mail.db.MailAddress
 
getId() - Method in class com.axelor.mail.db.MailFlags
 
getId() - Method in class com.axelor.mail.db.MailFollower
 
getId() - Method in class com.axelor.mail.db.MailGroup
 
getId() - Method in class com.axelor.mail.db.MailMessage
 
getId() - Method in class com.axelor.meta.db.MetaAction
 
getId() - Method in class com.axelor.meta.db.MetaActionMenu
 
getId() - Method in class com.axelor.meta.db.MetaAttachment
 
getId() - Method in class com.axelor.meta.db.MetaField
 
getId() - Method in class com.axelor.meta.db.MetaFile
 
getId() - Method in class com.axelor.meta.db.MetaFilter
 
getId() - Method in class com.axelor.meta.db.MetaMenu
 
getId() - Method in class com.axelor.meta.db.MetaModel
 
getId() - Method in class com.axelor.meta.db.MetaModule
 
getId() - Method in class com.axelor.meta.db.MetaPermission
 
getId() - Method in class com.axelor.meta.db.MetaPermissionRule
 
getId() - Method in class com.axelor.meta.db.MetaSchedule
 
getId() - Method in class com.axelor.meta.db.MetaScheduleParam
 
getId() - Method in class com.axelor.meta.db.MetaSelect
 
getId() - Method in class com.axelor.meta.db.MetaSelectItem
 
getId() - Method in class com.axelor.meta.db.MetaSequence
 
getId() - Method in class com.axelor.meta.db.MetaTranslation
 
getId() - Method in class com.axelor.meta.db.MetaView
 
getId() - Method in class com.axelor.meta.db.MetaViewCustom
 
getImage() - Method in class com.axelor.auth.db.User
Max size 4MB.
getImage() - Method in class com.axelor.mail.db.MailGroup
 
getIncrement() - Method in class com.axelor.meta.db.MetaSequence
 
getInitial() - Method in class com.axelor.meta.db.MetaSequence
 
getInputs() - Method in class com.axelor.data.csv.CSVConfig
Get all CSVConfig.inputs nodes
getInputs() - Method in class com.axelor.data.xml.XMLConfig
 
getInstalled() - Method in class com.axelor.meta.db.MetaModule
 
getInstance() - Static method in class com.axelor.auth.AuthService
Get the instance of the AuthService.
getInstance() - Static method in class com.axelor.common.Inflections
Get the default instance of Inflections for the English.
getInstance(String) - Static method in class com.axelor.common.Inflections
Get the default instance of Inflections for the given language.
getInstance() - Static method in class com.axelor.common.Inflector
 
getInstance() - Static method in class com.axelor.i18n.L10n
Get instance of L10n using contextual locale.
getInstance(Locale) - Static method in class com.axelor.i18n.L10n
Get instance of L10n for the given locale.
getInt(String, int) - Method in class com.axelor.app.AppSettings
 
getIsArchived() - Method in class com.axelor.mail.db.MailFlags
 
getIsDirectory() - Method in class com.axelor.dms.db.DMSFile
 
getIsRead() - Method in class com.axelor.mail.db.MailFlags
 
getIsStarred() - Method in class com.axelor.mail.db.MailFlags
 
getItem(int) - Method in class com.axelor.rpc.Response
 
getItems() - Method in class com.axelor.meta.db.MetaSelect
 
getJavaType() - Method in class com.axelor.db.mapper.Property
 
getJob() - Method in class com.axelor.meta.db.MetaSchedule
 
getKey() - Method in class com.axelor.meta.db.MetaTranslation
 
getKeys() - Method in class com.axelor.i18n.I18nBundle
 
getLabel() - Method in class com.axelor.meta.db.MetaField
 
getLanguage() - Method in class com.axelor.auth.db.User
 
getLanguage() - Method in class com.axelor.meta.db.MetaTranslation
 
getLeft() - Method in class com.axelor.meta.db.MetaMenu
 
getLimit() - Method in class com.axelor.rpc.Request
 
getLink() - Method in class com.axelor.meta.db.MetaMenu
 
getLoggerManager() - Method in class com.axelor.data.csv.CSVImporter
 
getMappedBy() - Method in class com.axelor.db.mapper.Property
 
getMappedBy() - Method in class com.axelor.meta.db.MetaField
 
getMaxSize() - Method in class com.axelor.db.mapper.Property
 
getMenus() - Method in class com.axelor.auth.db.Group
 
getMenus() - Method in class com.axelor.auth.db.Role
 
getMessage() - Method in enum com.axelor.db.JpaSecurity.AccessType
 
getMessage() - Method in class com.axelor.mail.db.MailFlags
 
getMessage() - Method in class com.axelor.meta.db.MetaTranslation
 
getMessageId() - Method in class com.axelor.mail.db.MailMessage
Unique message identifier
getMetaFields() - Method in class com.axelor.meta.db.MetaModel
 
getMetaFile() - Method in class com.axelor.dms.db.DMSFile
 
getMetaFile() - Method in class com.axelor.meta.db.MetaAttachment
 
getMetaModel() - Method in class com.axelor.meta.db.MetaField
 
getMetaPermission() - Method in class com.axelor.meta.db.MetaPermissionRule
 
getMetaPermissions() - Method in class com.axelor.auth.db.Group
 
getMetaPermissions() - Method in class com.axelor.auth.db.Role
 
getMetaPermissions() - Method in class com.axelor.auth.db.User
 
getMinSize() - Method in class com.axelor.db.mapper.Property
 
getMobile() - Method in class com.axelor.meta.db.MetaMenu
 
getModel() - Method in class com.axelor.meta.db.MetaAction
 
getModel() - Method in class com.axelor.meta.db.MetaView
 
getModel() - Method in class com.axelor.meta.db.MetaViewCustom
 
getModel() - Method in class com.axelor.rpc.Request
 
getModule() - Method in class com.axelor.meta.db.MetaAction
 
getModule() - Method in class com.axelor.meta.db.MetaActionMenu
 
getModule() - Method in class com.axelor.meta.db.MetaMenu
 
getModule() - Method in class com.axelor.meta.db.MetaSelect
 
getModule() - Method in class com.axelor.meta.db.MetaView
 
getModuleVersion() - Method in class com.axelor.meta.db.MetaModule
 
getName() - Method in class com.axelor.auth.db.Group
 
getName() - Method in class com.axelor.auth.db.Permission
An unique permission name.
getName() - Method in class com.axelor.auth.db.Role
 
getName() - Method in class com.axelor.auth.db.User
 
getName() - Method in class com.axelor.data.adapter.DataAdapter
 
getName() - Method in class com.axelor.db.mapper.Property
 
getName() - Method in class com.axelor.dms.db.DMSFileTag
 
getName() - Method in class com.axelor.mail.db.MailGroup
 
getName() - Method in class com.axelor.meta.db.MetaAction
 
getName() - Method in class com.axelor.meta.db.MetaActionMenu
 
getName() - Method in class com.axelor.meta.db.MetaField
 
getName() - Method in class com.axelor.meta.db.MetaFilter
 
getName() - Method in class com.axelor.meta.db.MetaMenu
 
getName() - Method in class com.axelor.meta.db.MetaModel
 
getName() - Method in class com.axelor.meta.db.MetaModule
 
getName() - Method in class com.axelor.meta.db.MetaPermission
 
getName() - Method in class com.axelor.meta.db.MetaSchedule
 
getName() - Method in class com.axelor.meta.db.MetaScheduleParam
 
getName() - Method in class com.axelor.meta.db.MetaSelect
 
getName() - Method in class com.axelor.meta.db.MetaSequence
 
getName() - Method in class com.axelor.meta.db.MetaView
 
getName() - Method in class com.axelor.meta.db.MetaViewCustom
 
getNameField() - Method in class com.axelor.db.mapper.Mapper
Get the property of the name field.
getNameSearch() - Method in class com.axelor.db.mapper.Property
 
getNavigation() - Method in class com.axelor.auth.db.Group
 
getNext() - Method in class com.axelor.meta.db.MetaSequence
 
getNode() - Method in class com.axelor.data.xml.XMLBind
 
getNoHelp() - Method in class com.axelor.auth.db.User
Whether to show help messages.
getObject() - Method in class com.axelor.auth.db.Permission
Fully qualified object name or wild card package name.
getObject() - Method in class com.axelor.meta.db.MetaPermission
 
getObjectId() - Method in class com.axelor.meta.db.MetaAttachment
 
getObjectName() - Method in class com.axelor.meta.db.MetaAttachment
 
getOffset() - Method in class com.axelor.rpc.Request
 
getOffset() - Method in class com.axelor.rpc.Response
 
getOrder() - Method in class com.axelor.meta.db.MetaActionMenu
 
getOrder() - Method in class com.axelor.meta.db.MetaMenu
 
getOrder() - Method in class com.axelor.meta.db.MetaSelectItem
 
getPackageName() - Method in class com.axelor.meta.db.MetaField
 
getPackageName() - Method in class com.axelor.meta.db.MetaModel
 
getPadding() - Method in class com.axelor.meta.db.MetaSequence
 
getParams() - Method in class com.axelor.meta.db.MetaSchedule
 
getParams() - Method in class com.axelor.rpc.filter.Filter
 
getParams() - Method in class com.axelor.rpc.filter.JPQLFilter
 
getParent() - Method in class com.axelor.dms.db.DMSFile
 
getParent() - Method in class com.axelor.mail.db.MailMessage
 
getParent() - Method in class com.axelor.meta.db.MetaActionMenu
 
getParent() - Method in class com.axelor.meta.db.MetaMenu
 
getParentContext() - Method in class com.axelor.rpc.Context
 
getPassword() - Method in class com.axelor.auth.db.User
 
getPath(String, String) - Method in class com.axelor.app.AppSettings
 
getPath(MetaFile) - Static method in class com.axelor.meta.MetaFiles
Get the actual storage path of the file represented by the give MetaFile instance.
getPath(String) - Static method in class com.axelor.meta.MetaFiles
Get the actual storage path of the given relative file path.
getPending() - Method in class com.axelor.meta.db.MetaModule
 
getPermission() - Method in class com.axelor.dms.db.DMSPermission
 
getPermissions() - Method in class com.axelor.auth.db.Group
 
getPermissions() - Method in class com.axelor.auth.db.Role
 
getPermissions() - Method in class com.axelor.auth.db.User
 
getPermissions() - Method in class com.axelor.dms.db.DMSFile
 
getPersonal() - Method in class com.axelor.mail.db.MailAddress
 
getPrecision() - Method in class com.axelor.db.mapper.Property
 
getPrefix() - Method in class com.axelor.meta.db.MetaSequence
 
getPrepareContext() - Method in class com.axelor.data.csv.CSVInput
 
getPriority() - Method in class com.axelor.meta.db.MetaAction
 
getPriority() - Method in class com.axelor.meta.db.MetaActionMenu
 
getPriority() - Method in class com.axelor.meta.db.MetaMenu
 
getPriority() - Method in class com.axelor.meta.db.MetaSelect
 
getPriority() - Method in class com.axelor.meta.db.MetaView
 
getProperties() - Method in class com.axelor.app.AppSettings
For internal use only.
getProperties() - Method in class com.axelor.db.mapper.Mapper
Get all the properties.
getProperty(String) - Method in class com.axelor.db.mapper.Mapper
Get the Property of the given name.
getQuery() - Method in class com.axelor.db.QueryBinder
Get the underlying query instance.
getQuery() - Method in class com.axelor.rpc.filter.Filter
 
getQuery() - Method in class com.axelor.rpc.filter.JPQLFilter
 
getRawContext() - Method in class com.axelor.rpc.Request
Get the raw context.
getReadonlyIf() - Method in class com.axelor.meta.db.MetaPermissionRule
 
getRecipients() - Method in class com.axelor.mail.db.MailMessage
 
getRecords() - Method in class com.axelor.rpc.Request
 
getRelated() - Method in class com.axelor.rpc.Request
 
getRelatedId() - Method in class com.axelor.dms.db.DMSFile
 
getRelatedId() - Method in class com.axelor.mail.db.MailFollower
 
getRelatedId() - Method in class com.axelor.mail.db.MailMessage
 
getRelatedModel() - Method in class com.axelor.dms.db.DMSFile
 
getRelatedModel() - Method in class com.axelor.mail.db.MailFollower
 
getRelatedModel() - Method in class com.axelor.mail.db.MailMessage
 
getRelatedName() - Method in class com.axelor.mail.db.MailMessage
 
getRelationship() - Method in class com.axelor.meta.db.MetaField
 
getRemovable() - Method in class com.axelor.meta.db.MetaModule
 
getReplies() - Method in class com.axelor.mail.db.MailMessage
 
getReplyTo() - Method in class com.axelor.mail.MailParser
Get "replyTo" address of the message.
getResource(String) - Static method in class com.axelor.common.ClassUtils
Finds the resource with the given name.
getResourceStream(String) - Static method in class com.axelor.common.ClassUtils
Returns an input stream for reading the specified resource.
getRoles() - Method in class com.axelor.auth.db.Group
 
getRoles() - Method in class com.axelor.auth.db.User
 
getRoles() - Method in class com.axelor.meta.db.MetaMenu
 
getRoot() - Method in class com.axelor.data.xml.XMLInput
 
getRoot() - Method in class com.axelor.mail.db.MailMessage
 
getRules() - Method in class com.axelor.meta.db.MetaPermission
 
getSafeHtml() - Method in class com.axelor.mail.MailParser
Get sanitized safe html.
getScale() - Method in class com.axelor.db.mapper.Property
 
getSchedule() - Method in class com.axelor.meta.db.MetaScheduleParam
 
getScriptHelper() - Method in class com.axelor.rpc.Request
Get a ScriptHelper to evaluate expressions with current context.
getSearch() - Method in class com.axelor.data.csv.CSVBind
 
getSearch() - Method in class com.axelor.data.csv.CSVInput
 
getSearch() - Method in class com.axelor.data.xml.XMLBind
 
getSelect() - Method in class com.axelor.meta.db.MetaSelectItem
 
getSelection() - Method in class com.axelor.db.mapper.Property
 
getSeparator() - Method in class com.axelor.data.csv.CSVInput
 
getSequenceFields() - Method in class com.axelor.db.mapper.Mapper
Get all the Sequence fields.
getSequenceName() - Method in class com.axelor.db.mapper.Property
 
getSession() - Method in class com.axelor.mail.AbstractMailAccount
 
getSession() - Method in interface com.axelor.mail.MailAccount
Get a Session for this account.

The account implementation can decide whether to cache the session instance or not.
getSession() - Method in class com.axelor.mail.SmtpAccount
 
getSetter(String) - Method in class com.axelor.db.mapper.Mapper
Get the setter method of the given property.
getShared() - Method in class com.axelor.meta.db.MetaFilter
 
getSingleTab() - Method in class com.axelor.auth.db.User
Whether to use tabbed ui.
getSizeText() - Method in class com.axelor.meta.db.MetaFile
 
getSortBy() - Method in class com.axelor.rpc.Request
 
getStatus() - Method in class com.axelor.rpc.Response
 
getStore() - Method in class com.axelor.mail.MailReader
Get a Store object and connect to the store if not connected.
getStyle() - Method in class com.axelor.dms.db.DMSFileTag
 
getSubject() - Static method in class com.axelor.auth.AuthUtils
 
getSubject() - Method in class com.axelor.mail.db.MailMessage
 
getSubject() - Method in class com.axelor.mail.MailParser
Get the message subject line.
getSuffix() - Method in class com.axelor.meta.db.MetaSequence
 
getSummary() - Method in class com.axelor.mail.db.MailMessage
 
getSummary() - Method in class com.axelor.mail.MailParser
Get the first line of the email as summary.
getTableName() - Method in class com.axelor.meta.db.MetaModel
 
getTag() - Method in class com.axelor.meta.db.MetaMenu
 
getTagCount() - Method in class com.axelor.meta.db.MetaMenu
 
getTagGet() - Method in class com.axelor.meta.db.MetaMenu
 
getTags() - Method in class com.axelor.dms.db.DMSFile
 
getTagStyle() - Method in class com.axelor.meta.db.MetaMenu
 
getTarget() - Method in class com.axelor.db.mapper.Property
 
getTargetName() - Method in class com.axelor.db.mapper.Property
 
getTargetSearch() - Method in class com.axelor.db.mapper.Property
 
getTechnicalStaff() - Method in class com.axelor.auth.db.Group
Specify whether the members of this group are technical staff.
getText() - Method in class com.axelor.mail.MailParser
Get plain text content if available.
getTheme() - Method in class com.axelor.auth.db.User
 
getTitle() - Method in class com.axelor.db.mapper.Property
 
getTitle() - Method in class com.axelor.meta.db.MetaActionMenu
 
getTitle() - Method in class com.axelor.meta.db.MetaFilter
 
getTitle() - Method in class com.axelor.meta.db.MetaMenu
 
getTitle() - Method in class com.axelor.meta.db.MetaModule
 
getTitle() - Method in class com.axelor.meta.db.MetaSelectItem
The select item title.
getTitle() - Method in class com.axelor.meta.db.MetaView
 
getTitle() - Method in class com.axelor.meta.db.MetaViewCustom
 
getTo() - Method in class com.axelor.mail.MailParser
Get list of "to" recipients of the message.
getTop() - Method in class com.axelor.meta.db.MetaMenu
 
getTotal() - Method in class com.axelor.rpc.Response
 
getType() - Method in class com.axelor.data.adapter.DataAdapter
 
getType() - Method in class com.axelor.data.csv.CSVBind
 
getType() - Method in class com.axelor.data.xml.XMLBind
 
getType() - Method in class com.axelor.db.mapper.Property
 
getType() - Method in class com.axelor.mail.db.MailMessage
 
getType() - Method in class com.axelor.meta.db.MetaAction
 
getType() - Method in class com.axelor.meta.db.MetaView
 
getType() - Method in class com.axelor.meta.db.MetaViewCustom
 
getTypeName() - Method in class com.axelor.data.csv.CSVInput
 
getTypeName() - Method in class com.axelor.data.xml.XMLBind
 
getTypeName() - Method in class com.axelor.meta.db.MetaField
 
getUpdatedBy() - Method in class com.axelor.auth.db.AuditableModel
 
getUpdatedOn() - Method in class com.axelor.auth.db.AuditableModel
 
getUser() - Static method in class com.axelor.auth.AuthUtils
 
getUser(String) - Static method in class com.axelor.auth.AuthUtils
 
getUser() - Method in class com.axelor.dms.db.DMSPermission
 
getUser() - Method in class com.axelor.mail.db.MailFlags
 
getUser() - Method in class com.axelor.mail.db.MailFollower
 
getUser() - Method in class com.axelor.meta.db.MetaFilter
 
getUser() - Method in class com.axelor.meta.db.MetaMenu
 
getUser() - Method in class com.axelor.meta.db.MetaViewCustom
 
getUsers() - Method in class com.axelor.mail.db.MailGroup
 
getValue() - Method in class com.axelor.dms.db.DMSPermission
 
getValue() - Method in class com.axelor.meta.db.MetaScheduleParam
 
getValue() - Method in class com.axelor.meta.db.MetaSelectItem
The select item value.
getVersion() - Static method in class com.axelor.common.VersionUtils
Get the Axelor SDK version.
getVersion() - Method in class com.axelor.db.Model
 
getViews() - Method in class com.axelor.auth.db.Group
 
getXml() - Method in class com.axelor.meta.db.MetaAction
 
getXml() - Method in class com.axelor.meta.db.MetaView
 
getXml() - Method in class com.axelor.meta.db.MetaViewCustom
 
getXmlId() - Method in class com.axelor.meta.db.MetaAction
 
getXmlId() - Method in class com.axelor.meta.db.MetaActionMenu
 
getXmlId() - Method in class com.axelor.meta.db.MetaMenu
 
getXmlId() - Method in class com.axelor.meta.db.MetaSelect
 
getXmlId() - Method in class com.axelor.meta.db.MetaView
 
greaterOrEqual(String, Object) - Static method in class com.axelor.rpc.filter.Filter
 
greaterThen(String, Object) - Static method in class com.axelor.rpc.filter.Filter
 
GroovyScriptHelper - Class in com.axelor.script
 
GroovyScriptHelper(ScriptBindings) - Constructor for class com.axelor.script.GroovyScriptHelper
 
GroovyScriptHelper(Context) - Constructor for class com.axelor.script.GroovyScriptHelper
 
GroovyTemplates - Class in com.axelor.text
The implementation of Templates for groovy string template support.
GroovyTemplates() - Constructor for class com.axelor.text.GroovyTemplates
 
Group - Class in com.axelor.auth.db
This object store the groups.
Group() - Constructor for class com.axelor.auth.db.Group
 
Group(String, String) - Constructor for class com.axelor.auth.db.Group
 
GroupRepository - Class in com.axelor.auth.db.repo
 
GroupRepository() - Constructor for class com.axelor.auth.db.repo.GroupRepository
 

H

handle(ImportException) - Method in class com.axelor.data.ImportTask
Provide import error handler.
handle(IOException) - Method in class com.axelor.data.ImportTask
Provide IOException handler.
handle(ClassNotFoundException) - Method in class com.axelor.data.ImportTask
Provide ClassNotFoundException handler.
handle(Model, Exception) - Method in interface com.axelor.data.Listener
Invoked when bean failed managed
handle(Object, XMLBind, Map<String, Object>) - Method in class com.axelor.data.xml.XMLBinder
 
handleGetObject(String) - Method in class com.axelor.i18n.I18nBundle
 
handleKeySet() - Method in class com.axelor.i18n.I18nBundle
 
hasAttachments() - Method in class com.axelor.mail.MailParser
Whether the message has attachments.
hashCode() - Method in class com.axelor.auth.db.Group
 
hashCode() - Method in class com.axelor.auth.db.Permission
 
hashCode() - Method in class com.axelor.auth.db.Role
 
hashCode() - Method in class com.axelor.auth.db.User
 
hashCode(T) - Static method in class com.axelor.db.EntityHelper
The hashCode helper method.
hashCode() - Method in class com.axelor.dms.db.DMSFile
 
hashCode() - Method in class com.axelor.dms.db.DMSFileTag
 
hashCode() - Method in class com.axelor.dms.db.DMSPermission
 
hashCode() - Method in class com.axelor.mail.db.MailAddress
 
hashCode() - Method in class com.axelor.mail.db.MailFlags
 
hashCode() - Method in class com.axelor.mail.db.MailFollower
 
hashCode() - Method in class com.axelor.mail.db.MailGroup
 
hashCode() - Method in class com.axelor.mail.db.MailMessage
 
hashCode() - Method in class com.axelor.meta.db.MetaAction
 
hashCode() - Method in class com.axelor.meta.db.MetaActionMenu
 
hashCode() - Method in class com.axelor.meta.db.MetaAttachment
 
hashCode() - Method in class com.axelor.meta.db.MetaField
 
hashCode() - Method in class com.axelor.meta.db.MetaFile
 
hashCode() - Method in class com.axelor.meta.db.MetaFilter
 
hashCode() - Method in class com.axelor.meta.db.MetaMenu
 
hashCode() - Method in class com.axelor.meta.db.MetaModel
 
hashCode() - Method in class com.axelor.meta.db.MetaModule
 
hashCode() - Method in class com.axelor.meta.db.MetaPermission
 
hashCode() - Method in class com.axelor.meta.db.MetaPermissionRule
 
hashCode() - Method in class com.axelor.meta.db.MetaSchedule
 
hashCode() - Method in class com.axelor.meta.db.MetaScheduleParam
 
hashCode() - Method in class com.axelor.meta.db.MetaSelect
 
hashCode() - Method in class com.axelor.meta.db.MetaSelectItem
 
hashCode() - Method in class com.axelor.meta.db.MetaSequence
 
hashCode() - Method in class com.axelor.meta.db.MetaTranslation
 
hashCode() - Method in class com.axelor.meta.db.MetaView
 
hashCode() - Method in class com.axelor.meta.db.MetaViewCustom
 
HashKey - Annotation Type in com.axelor.db.annotations
Mark the field as hash code candidate.
hasRole(User, String) - Static method in class com.axelor.auth.AuthUtils
 
hasRole(String) - Method in interface com.axelor.db.JpaSecurity
 
having(Class<? extends Annotation>) - Method in class com.axelor.common.reflections.ClassFinder
Only search classes with the given annotation.
header(String, String) - Method in class com.axelor.mail.MailBuilder
 
Helpers() - Constructor for class com.axelor.script.ELScriptHelper.Helpers
 
html(String) - Method in class com.axelor.mail.MailBuilder
 
humanize(String) - Method in class com.axelor.common.Inflector
Convert the given word to human readable form.

I

I18n - Class in com.axelor.i18n
This class provider methods for internationalization (I18n) services.
I18nBundle - Class in com.axelor.i18n
The database backed ResourceBundle that loads translations from the axelor database.
I18nBundle(Locale) - Constructor for class com.axelor.i18n.I18nBundle
 
I18nControl - Class in com.axelor.i18n
Custom ResourceBundle.Control class to create I18nBundle instances.
I18nControl() - Constructor for class com.axelor.i18n.I18nControl
 
ignore(String...) - Method in class com.axelor.common.Inflections
Add words to ignore for inflections.
ImapAccount - Class in com.axelor.mail
The default implementation of MailAccount for IMAP/IMAPS accounts.
ImapAccount(String, String, String, String) - Constructor for class com.axelor.mail.ImapAccount
Create a new IMAP account.
ImapAccount(String, String, String, String, String) - Constructor for class com.axelor.mail.ImapAccount
Create a new IMAP/IMAPS account.
importClass(String) - Static method in class com.axelor.script.ELScriptHelper.Helpers
 
imported(Model) - Method in interface com.axelor.data.Listener
Invoked when line is imported
imported(Integer, Integer) - Method in interface com.axelor.data.Listener
Invoked when file is imported
Importer - Interface in com.axelor.data
The Importer interface to run data import.
ImportException - Exception in com.axelor.data
 
ImportException() - Constructor for exception com.axelor.data.ImportException
 
ImportException(String, Throwable) - Constructor for exception com.axelor.data.ImportException
 
ImportException(String) - Constructor for exception com.axelor.data.ImportException
 
ImportException(Throwable) - Constructor for exception com.axelor.data.ImportException
 
ImportTask - Class in com.axelor.data
Import task configures input sources and provides error handler.
ImportTask() - Constructor for class com.axelor.data.ImportTask
 
in(String, Collection<?>) - Static method in class com.axelor.rpc.filter.Filter
 
in(String, Object, Object, Object...) - Static method in class com.axelor.rpc.filter.Filter
 
include(String) - Static method in class com.axelor.db.JpaScanner
Include classes from the given package.
Inflections - Class in com.axelor.common
The Inflections defines rules for singular, plural inflections.
Inflector - Class in com.axelor.common
The Inflector provides various methods to transform words to plural, singular, titles, class names, table names etc.
Initializer(Injector) - Constructor for class com.axelor.auth.AuthModule.Initializer
 
inject(T) - Static method in class com.axelor.inject.Beans
Injects dependencies into the fields and methods of bean.
inline(String, String) - Method in class com.axelor.mail.MailBuilder
Attach a file as inline content.
input(String, File) - Method in class com.axelor.data.ImportTask
Provide the input source.
input(String, File, Charset) - Method in class com.axelor.data.ImportTask
Provide the input source.
input(String, InputStream) - Method in class com.axelor.data.ImportTask
Provide the input source.
input(String, InputStream, Charset) - Method in class com.axelor.data.ImportTask
Provide the input source.
input(String, Reader) - Method in class com.axelor.data.ImportTask
Provide the input source.
instance - Static variable in class com.axelor.auth.AuthService
 
inTransaction(Runnable) - Method in class com.axelor.db.JpaSupport
Run the given task inside a transaction that is committed after the task is completed.
invalidate() - Static method in class com.axelor.i18n.I18nBundle
 
irregular(String, String) - Method in class com.axelor.common.Inflections
Add irregular singular, plural words.
is(Object, Object) - Static method in class com.axelor.script.ELScriptHelper.Helpers
 
isActive(User) - Static method in class com.axelor.auth.AuthUtils
 
isAdmin(User) - Static method in class com.axelor.auth.AuthUtils
 
isBlank(String) - Static method in class com.axelor.common.StringUtils
Check whether the given string value is blank.
isCollection() - Method in class com.axelor.db.mapper.Property
 
isCopyable() - Method in class com.axelor.db.mapper.Property
 
isEmpty(Object) - Static method in class com.axelor.common.ObjectUtils
Check whether the given value is empty.
isEmpty(String) - Static method in class com.axelor.common.StringUtils
Check whether the given string value is empty.
isEnabled() - Method in class com.axelor.quartz.JobRunner
 
isFollowing(Model, User) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
isHashKey() - Method in class com.axelor.db.mapper.Property
 
isHidden() - Method in class com.axelor.db.mapper.Property
 
isImage() - Method in class com.axelor.db.mapper.Property
 
isJodaObject(Class<?>) - Method in class com.axelor.db.mapper.types.JodaAdapter
 
isMassUpdate() - Method in class com.axelor.db.mapper.Property
 
isMultiPart() - Method in class com.axelor.mail.MailParser
Whether the message is multipart message.
isMultiple(XMLBind) - Method in class com.axelor.data.xml.XMLBind
 
isNameColumn() - Method in class com.axelor.db.mapper.Property
 
isNull(String) - Static method in class com.axelor.rpc.filter.Filter
 
isNullable() - Method in class com.axelor.db.mapper.Property
 
isOrphan() - Method in class com.axelor.db.mapper.Property
 
isPassword() - Method in class com.axelor.db.mapper.Property
 
isPermitted(JpaSecurity.AccessType, Class<? extends Model>, Long...) - Method in interface com.axelor.db.JpaSecurity
 
isPrimary() - Method in class com.axelor.db.mapper.Property
 
isProduction() - Method in class com.axelor.app.AppSettings
 
isReadonly() - Method in class com.axelor.db.mapper.Property
 
isReference() - Method in class com.axelor.db.mapper.Property
 
isRequired() - Method in class com.axelor.db.mapper.Property
 
isSelected() - Method in class com.axelor.db.Model
Check whether the record is selected in the UI widget.
isSequence() - Method in class com.axelor.db.mapper.Property
 
isTechnicalStaff(User) - Static method in class com.axelor.auth.AuthUtils
 
isTransient() - Method in class com.axelor.db.mapper.Property
 
isTranslatable() - Method in class com.axelor.db.mapper.Property
 
isUninitialized(T) - Static method in class com.axelor.db.EntityHelper
Check whether the given lazy loading proxy instance is uninitialized.
isUnique() - Method in class com.axelor.db.mapper.Property
 
isUpdate() - Method in class com.axelor.data.csv.CSVBind
 
isUpdate() - Method in class com.axelor.data.csv.CSVInput
 
isUpdate() - Method in class com.axelor.data.xml.XMLBind
 
isVersion() - Method in class com.axelor.db.mapper.Property
 
isVirtual() - Method in class com.axelor.db.mapper.Property
 

J

jdbcTask(JpaSupport.JDBCTask) - Method in class com.axelor.db.JpaSupport
Perform JDBC related task using the Connection managed by the current EntityManager.
JobRunner - Class in com.axelor.quartz
The JobRunner controls the scheduler.

It configures the Scheduler from the job configuration provided from the database.
JobRunner(Scheduler) - Constructor for class com.axelor.quartz.JobRunner
 
JodaAdapter - Class in com.axelor.data.adapter
 
JodaAdapter() - Constructor for class com.axelor.data.adapter.JodaAdapter
 
JodaAdapter - Class in com.axelor.db.mapper.types
 
JodaAdapter() - Constructor for class com.axelor.db.mapper.types.JodaAdapter
 
JpaFixture - Class in com.axelor.db
This class can be used to load test data for JPA entities.
JpaFixture() - Constructor for class com.axelor.db.JpaFixture
 
JpaModel - Class in com.axelor.db
A generic implementation of Model.
JpaModel() - Constructor for class com.axelor.db.JpaModel
 
JpaModule - Class in com.axelor.db
A Guice module to configure JPA.
JpaModule(String, boolean, boolean) - Constructor for class com.axelor.db.JpaModule
Create new instance of the JpaModule with the given persistence unit name.
JpaModule(String) - Constructor for class com.axelor.db.JpaModule
Create a new instance of the JpaModule with the given persistence unit name with autoscan and autostart enabled.
JpaModule.Initializer - Class in com.axelor.db
 
JpaRepository<T extends Model> - Class in com.axelor.db
The JPA implementation of the Repository.
JpaRepository(Class<T>) - Constructor for class com.axelor.db.JpaRepository
 
JpaScanner - Class in com.axelor.db
A custom Hibernate scanner that scans all the classpath entries for all the Model classes annotated with Entity.
JpaScanner() - Constructor for class com.axelor.db.JpaScanner
 
JpaSecurity - Interface in com.axelor.db
 
JpaSecurity.AccessType - Enum in com.axelor.db
 
JpaSequence - Class in com.axelor.db
This class provides some helper static methods to deal with custom sequences.
JpaSupport - Class in com.axelor.db
This class provides some useful methods in JPA context, can be used as a base class for services to make it more convenient.
JpaSupport() - Constructor for class com.axelor.db.JpaSupport
 
JpaSupport.JDBCTask - Interface in com.axelor.db
The jdbc task interface.
JPQLFilter - Class in com.axelor.rpc.filter
 
JPQLFilter(String, Object...) - Constructor for class com.axelor.rpc.filter.JPQLFilter
 

K

keySet() - Method in class com.axelor.script.ScriptBindings
 

L

L10n - Class in com.axelor.i18n
This class provider methods for localization (L10n) services.
lessOrEqual(String, Object) - Static method in class com.axelor.rpc.filter.Filter
 
lessThen(String, Object) - Static method in class com.axelor.rpc.filter.Filter
 
like(String, Object) - Static method in class com.axelor.rpc.filter.Filter
 
ListAdapter - Class in com.axelor.db.mapper.types
 
ListAdapter() - Constructor for class com.axelor.db.mapper.types.ListAdapter
 
Listener - Interface in com.axelor.data
Listener interface provides some events fired by Importer.
load(String) - Method in class com.axelor.db.JpaFixture
 
loader - Static variable in class com.axelor.db.JpaScanner
 
log(String[]) - Method in class com.axelor.data.csv.CSVLogger
Log the row into a specific file.

M

MailAccount - Interface in com.axelor.mail
The MailAccount provides a single definition MailAccount.getSession() to create account specific Session instance.
MailAddress - Class in com.axelor.mail.db
The model to store email addresses.
MailAddress() - Constructor for class com.axelor.mail.db.MailAddress
 
MailAddressRepository - Class in com.axelor.mail.db.repo
 
MailAddressRepository() - Constructor for class com.axelor.mail.db.repo.MailAddressRepository
 
MailBuilder - Class in com.axelor.mail
The MailBuilder defines fluent API to build MimeMessage and if required can send the built message directly.
MailBuilder(Session) - Constructor for class com.axelor.mail.MailBuilder
 
MailConstants - Interface in com.axelor.mail
Defines constants for mail server configuration settings.
MailException - Exception in com.axelor.mail
 
MailException(String) - Constructor for exception com.axelor.mail.MailException
 
MailException(Throwable) - Constructor for exception com.axelor.mail.MailException
 
MailException(String, Throwable) - Constructor for exception com.axelor.mail.MailException
 
MailFetchJob - Class in com.axelor.mail.service
Job to fetch emails.
MailFetchJob() - Constructor for class com.axelor.mail.service.MailFetchJob
 
MailFlags - Class in com.axelor.mail.db
The model to store message flags like unread, starred, voted etc.
MailFlags() - Constructor for class com.axelor.mail.db.MailFlags
 
MailFlagsRepository - Class in com.axelor.mail.db.repo
 
MailFlagsRepository() - Constructor for class com.axelor.mail.db.repo.MailFlagsRepository
 
MailFollower - Class in com.axelor.mail.db
The model to store followers details of a document.
MailFollower() - Constructor for class com.axelor.mail.db.MailFollower
 
MailFollowerRepository - Class in com.axelor.mail.db.repo
 
MailFollowerRepository() - Constructor for class com.axelor.mail.db.repo.MailFollowerRepository
 
MailGroup - Class in com.axelor.mail.db
The model to define mail groups to share message in discussion groups.
MailGroup() - Constructor for class com.axelor.mail.db.MailGroup
 
MailGroup(String) - Constructor for class com.axelor.mail.db.MailGroup
 
MailGroupRepository - Class in com.axelor.mail.db.repo
 
MailGroupRepository() - Constructor for class com.axelor.mail.db.repo.MailGroupRepository
 
MailMessage - Class in com.axelor.mail.db
The model to store different kind of messages like system notifications, comments, email messages etc.
MailMessage() - Constructor for class com.axelor.mail.db.MailMessage
 
MailMessageRepository - Class in com.axelor.mail.db.repo
 
MailMessageRepository() - Constructor for class com.axelor.mail.db.repo.MailMessageRepository
 
MailParser - Class in com.axelor.mail
Parses a MimeMessage and stores the individual parts such as context text, attachments etc.
MailParser(MimeMessage) - Constructor for class com.axelor.mail.MailParser
Create a new MailParser for the given MimeMessage.
MailReader - Class in com.axelor.mail
The MailReader provides features to read mails.
MailReader(MailAccount) - Constructor for class com.axelor.mail.MailReader
Create a new instance of MailReader with the given account.
MailSender - Class in com.axelor.mail
The MailSender provides features to send mails.
MailSender(MailAccount) - Constructor for class com.axelor.mail.MailSender
Create a new MailSender with the given account.
MailService - Interface in com.axelor.mail.service
The mail service defines interface for sending/reading mails.
major - Variable in class com.axelor.common.VersionUtils.Version
 
make(Map<String, Object>) - Method in interface com.axelor.text.Template
Make a template renderer using the given context.
make(T) - Method in interface com.axelor.text.Template
Make a template renderer using the given context.
MapAdapter - Class in com.axelor.db.mapper.types
 
MapAdapter() - Constructor for class com.axelor.db.mapper.types.MapAdapter
 
Mapper - Class in com.axelor.db.mapper
This class can be used to map params to Java bean using reflection.
match(String, String) - Method in class com.axelor.auth.AuthService
Match the given plain and saved passwords.
match() - Method in class com.axelor.common.reflections.ResourceFinder
Search the resources by full pattern match using Matcher.matches() call.
matches(String) - Method in class com.axelor.common.VersionUtils.Version
Check whether the given version spec matches with current version.
merge(T) - Method in class com.axelor.db.JpaRepository
Merge the state of the given entity into the current persistence context.
MESSAGE_TYPE_COMMENT - Static variable in interface com.axelor.mail.MailConstants
MailMessage type used for comments
MESSAGE_TYPE_EMAIL - Static variable in interface com.axelor.mail.MailConstants
MailMessage type used for email messages
MESSAGE_TYPE_NOTIFICATION - Static variable in interface com.axelor.mail.MailConstants
MailMessage type used for notification messages
MetaAction - Class in com.axelor.meta.db
This object store the xml actions.
MetaAction() - Constructor for class com.axelor.meta.db.MetaAction
 
MetaAction(String) - Constructor for class com.axelor.meta.db.MetaAction
 
MetaActionMenu - Class in com.axelor.meta.db
This object store the actions menu.
MetaActionMenu() - Constructor for class com.axelor.meta.db.MetaActionMenu
 
MetaActionMenu(String) - Constructor for class com.axelor.meta.db.MetaActionMenu
 
MetaActionMenuRepository - Class in com.axelor.meta.db.repo
 
MetaActionMenuRepository() - Constructor for class com.axelor.meta.db.repo.MetaActionMenuRepository
 
MetaActionRepository - Class in com.axelor.meta.db.repo
 
MetaActionRepository() - Constructor for class com.axelor.meta.db.repo.MetaActionRepository
 
MetaAttachment - Class in com.axelor.meta.db
 
MetaAttachment() - Constructor for class com.axelor.meta.db.MetaAttachment
 
MetaAttachmentRepository - Class in com.axelor.meta.db.repo
 
MetaAttachmentRepository() - Constructor for class com.axelor.meta.db.repo.MetaAttachmentRepository
 
MetaField - Class in com.axelor.meta.db
This object store the fields.
MetaField() - Constructor for class com.axelor.meta.db.MetaField
 
MetaField(String) - Constructor for class com.axelor.meta.db.MetaField
 
MetaFieldRepository - Class in com.axelor.meta.db.repo
 
MetaFieldRepository() - Constructor for class com.axelor.meta.db.repo.MetaFieldRepository
 
MetaFile - Class in com.axelor.meta.db
This object store the files.
MetaFile() - Constructor for class com.axelor.meta.db.MetaFile
 
MetaFileRepository - Class in com.axelor.meta.db.repo
 
MetaFileRepository() - Constructor for class com.axelor.meta.db.repo.MetaFileRepository
 
MetaFiles - Class in com.axelor.meta
This class provides some helper methods to deal with files.
MetaFiles(MetaFileRepository) - Constructor for class com.axelor.meta.MetaFiles
 
MetaFilter - Class in com.axelor.meta.db
This object store the custom filters.
MetaFilter() - Constructor for class com.axelor.meta.db.MetaFilter
 
MetaFilter(String) - Constructor for class com.axelor.meta.db.MetaFilter
 
MetaFilterRepository - Class in com.axelor.meta.db.repo
 
MetaFilterRepository() - Constructor for class com.axelor.meta.db.repo.MetaFilterRepository
 
MetaMenu - Class in com.axelor.meta.db
This object store the menus.
MetaMenu() - Constructor for class com.axelor.meta.db.MetaMenu
 
MetaMenu(String) - Constructor for class com.axelor.meta.db.MetaMenu
 
MetaMenuRepository - Class in com.axelor.meta.db.repo
 
MetaMenuRepository() - Constructor for class com.axelor.meta.db.repo.MetaMenuRepository
 
MetaModel - Class in com.axelor.meta.db
This object store the models.
MetaModel() - Constructor for class com.axelor.meta.db.MetaModel
 
MetaModel(String) - Constructor for class com.axelor.meta.db.MetaModel
 
MetaModelRepository - Class in com.axelor.meta.db.repo
 
MetaModelRepository() - Constructor for class com.axelor.meta.db.repo.MetaModelRepository
 
MetaModule - Class in com.axelor.meta.db
This object store the modules.
MetaModule() - Constructor for class com.axelor.meta.db.MetaModule
 
MetaModule(String) - Constructor for class com.axelor.meta.db.MetaModule
 
MetaModuleRepository - Class in com.axelor.meta.db.repo
 
MetaModuleRepository() - Constructor for class com.axelor.meta.db.repo.MetaModuleRepository
 
MetaPermission - Class in com.axelor.meta.db
 
MetaPermission() - Constructor for class com.axelor.meta.db.MetaPermission
 
MetaPermission(String) - Constructor for class com.axelor.meta.db.MetaPermission
 
MetaPermissionRepository - Class in com.axelor.meta.db.repo
 
MetaPermissionRepository() - Constructor for class com.axelor.meta.db.repo.MetaPermissionRepository
 
MetaPermissionRule - Class in com.axelor.meta.db
 
MetaPermissionRule() - Constructor for class com.axelor.meta.db.MetaPermissionRule
 
MetaPermissionRuleRepository - Class in com.axelor.meta.db.repo
 
MetaPermissionRuleRepository() - Constructor for class com.axelor.meta.db.repo.MetaPermissionRuleRepository
 
MetaSchedule - Class in com.axelor.meta.db
This object stores the scheduler configuration.
MetaSchedule() - Constructor for class com.axelor.meta.db.MetaSchedule
 
MetaSchedule(String) - Constructor for class com.axelor.meta.db.MetaSchedule
 
MetaScheduleParam - Class in com.axelor.meta.db
 
MetaScheduleParam() - Constructor for class com.axelor.meta.db.MetaScheduleParam
 
MetaScheduleParam(String) - Constructor for class com.axelor.meta.db.MetaScheduleParam
 
MetaScheduleParamRepository - Class in com.axelor.meta.db.repo
 
MetaScheduleParamRepository() - Constructor for class com.axelor.meta.db.repo.MetaScheduleParamRepository
 
MetaScheduleRepository - Class in com.axelor.meta.db.repo
 
MetaScheduleRepository() - Constructor for class com.axelor.meta.db.repo.MetaScheduleRepository
 
MetaSelect - Class in com.axelor.meta.db
This object store the selects.
MetaSelect() - Constructor for class com.axelor.meta.db.MetaSelect
 
MetaSelect(String) - Constructor for class com.axelor.meta.db.MetaSelect
 
MetaSelectItem - Class in com.axelor.meta.db
This object store the select items.
MetaSelectItem() - Constructor for class com.axelor.meta.db.MetaSelectItem
 
MetaSelectItemRepository - Class in com.axelor.meta.db.repo
 
MetaSelectItemRepository() - Constructor for class com.axelor.meta.db.repo.MetaSelectItemRepository
 
MetaSelectRepository - Class in com.axelor.meta.db.repo
 
MetaSelectRepository() - Constructor for class com.axelor.meta.db.repo.MetaSelectRepository
 
MetaSequence - Class in com.axelor.meta.db
This object store custom sequences.
MetaSequence() - Constructor for class com.axelor.meta.db.MetaSequence
 
MetaSequence(String) - Constructor for class com.axelor.meta.db.MetaSequence
 
MetaSequenceRepository - Class in com.axelor.meta.db.repo
 
MetaSequenceRepository() - Constructor for class com.axelor.meta.db.repo.MetaSequenceRepository
 
MetaTranslation - Class in com.axelor.meta.db
 
MetaTranslation() - Constructor for class com.axelor.meta.db.MetaTranslation
 
MetaTranslationRepository - Class in com.axelor.meta.db.repo
 
MetaTranslationRepository() - Constructor for class com.axelor.meta.db.repo.MetaTranslationRepository
 
MetaView - Class in com.axelor.meta.db
This object store the xml views.
MetaView() - Constructor for class com.axelor.meta.db.MetaView
 
MetaView(String) - Constructor for class com.axelor.meta.db.MetaView
 
MetaViewCustom - Class in com.axelor.meta.db
 
MetaViewCustom() - Constructor for class com.axelor.meta.db.MetaViewCustom
 
MetaViewCustom(String) - Constructor for class com.axelor.meta.db.MetaViewCustom
 
MetaViewCustomRepository - Class in com.axelor.meta.db.repo
 
MetaViewCustomRepository() - Constructor for class com.axelor.meta.db.repo.MetaViewCustomRepository
 
MetaViewRepository - Class in com.axelor.meta.db.repo
 
MetaViewRepository() - Constructor for class com.axelor.meta.db.repo.MetaViewRepository
 
minor - Variable in class com.axelor.common.VersionUtils.Version
 
Model - Class in com.axelor.db
The base abstract model class to extend all domain objects.
Model() - Constructor for class com.axelor.db.Model
 
modelClass - Variable in class com.axelor.db.JpaRepository
 

N

NameColumn - Annotation Type in com.axelor.db.annotations
This annotation can be used to declare a column as name column that can be used to give name to the record.
NAMESPACE - Static variable in class com.axelor.data.csv.CSVConfig
 
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.axelor.i18n.I18nControl
 
nextValue(String) - Static method in class com.axelor.db.JpaSequence
Get the next sequence value of the given sequence.

This method must be called inside a running transaction as it updates the sequence details in database.
nextValue(String, long) - Static method in class com.axelor.db.JpaSequence
Set the next numeric value for the given sequence.

This method must be called inside a running transaction as it updates the sequence details in the database.
not(List<Filter>) - Static method in class com.axelor.rpc.filter.Filter
 
not(Filter, Filter, Filter...) - Static method in class com.axelor.rpc.filter.Filter
 
notBetween(String, Object, Object) - Static method in class com.axelor.rpc.filter.Filter
 
notEquals(String, Object) - Static method in class com.axelor.rpc.filter.Filter
 
notIn(String, Collection<?>) - Static method in class com.axelor.rpc.filter.Filter
 
notIn(String, Object, Object, Object...) - Static method in class com.axelor.rpc.filter.Filter
 
notLike(String, Object) - Static method in class com.axelor.rpc.filter.Filter
 
notNull(String) - Static method in class com.axelor.rpc.filter.Filter
 
NumberAdapter - Class in com.axelor.data.adapter
 
NumberAdapter() - Constructor for class com.axelor.data.adapter.NumberAdapter
 

O

ObjectUtils - Class in com.axelor.common
This class defines from static helper methods to deal with objects.
ObjectUtils() - Constructor for class com.axelor.common.ObjectUtils
 
of(Class<U>) - Static method in class com.axelor.db.JpaRepository
 
of(Class<?>) - Static method in class com.axelor.db.mapper.Mapper
Create a Mapper for the given Java Bean class by introspecting all it's properties.
of(Class<T>) - Static method in class com.axelor.db.Query
 
of(Query) - Static method in class com.axelor.db.QueryBinder
Create a new query binder for the given query instance.
Operator - Enum in com.axelor.rpc.filter
 
opts(boolean, FlushModeType) - Method in class com.axelor.db.QueryBinder
or(List<Filter>) - Static method in class com.axelor.rpc.filter.Filter
 
or(Filter, Filter, Filter...) - Static method in class com.axelor.rpc.filter.Filter
 
order(String) - Method in class com.axelor.db.Query
Set order by clause for the query.
ordinalize(int) - Method in class com.axelor.common.Inflector
Return ordinal suffixed string for the given number.

P

parse(File) - Static method in class com.axelor.data.csv.CSVConfig
Parse the input File
parse(File) - Static method in class com.axelor.data.xml.XMLConfig
 
parse() - Method in class com.axelor.mail.MailParser
Parse the message.
parse(Request) - Static method in class com.axelor.rpc.Criteria
 
parse(Map<String, Object>, Class<?>) - Static method in class com.axelor.rpc.Criteria
 
patch - Variable in class com.axelor.common.VersionUtils.Version
 
pattern - Static variable in class com.axelor.data.csv.CSVBind
 
Permission - Class in com.axelor.auth.db
This object store the permissions.
Permission() - Constructor for class com.axelor.auth.db.Permission
 
Permission(String) - Constructor for class com.axelor.auth.db.Permission
 
PermissionRepository - Class in com.axelor.auth.db.repo
 
PermissionRepository() - Constructor for class com.axelor.auth.db.repo.PermissionRepository
 
persist(T) - Method in class com.axelor.db.JpaRepository
Make an entity managed and persistent.
plural(String, String) - Method in class com.axelor.common.Inflections
Add rule for converting singular to plural.
pluralize(String) - Method in class com.axelor.common.Inflections
Convert the given word to it's plural form.
pluralize(String) - Method in class com.axelor.common.Inflector
Returns the plural form of the word in the given string.
Pop3Account - Class in com.axelor.mail
The default implementation of MailAccount for POP3 accounts.
Pop3Account(String, String, String, String) - Constructor for class com.axelor.mail.Pop3Account
Create a new POP3 account.
Pop3Account(String, String, String, String, String) - Constructor for class com.axelor.mail.Pop3Account
Create a new POP3 account.
populate(Map<String, Object>, Map<String, Object>) - Method in class com.axelor.db.JpaRepository
 
populate(Map<String, Object>, Map<String, Object>) - Method in interface com.axelor.db.Repository
Populate the given json map with additional data.
populate(Map<String, Object>, Map<String, Object>) - Method in class com.axelor.dms.db.repo.DMSFileRepository
 
populate(Map<String, Object>, Map<String, Object>) - Method in class com.axelor.mail.db.repo.MailGroupRepository
 
post(Model, MailMessage, List<MetaFile>) - Method in class com.axelor.mail.db.repo.MailMessageRepository
 
prepareInput(CSVInput, String[]) - Method in class com.axelor.data.csv.CSVLogger
Configures the file that will receive the rows in error
properties(Properties) - Method in class com.axelor.auth.AuthModule
 
properties(Properties) - Method in class com.axelor.db.JpaModule
Configures the JPA persistence provider with a set of properties.
Property - Class in com.axelor.db.mapper
 
PropertyType - Enum in com.axelor.db.mapper
 
PROTOCOL_IMAP - Static variable in interface com.axelor.mail.MailConstants
 
PROTOCOL_IMAPS - Static variable in interface com.axelor.mail.MailConstants
 
PROTOCOL_POP3 - Static variable in interface com.axelor.mail.MailConstants
 
put(String, Object) - Method in class com.axelor.script.ScriptBindings
 
putAll(Map<? extends String, ? extends Object>) - Method in class com.axelor.script.ScriptBindings
 

Q

Query<T extends Model> - Class in com.axelor.db
The Query class allows filtering and fetching records quickly.
Query(Class<T>) - Constructor for class com.axelor.db.Query
Create a new instance of Query with given bean class.
Query.Selector - Class in com.axelor.db
A helper class to select specific field values.
QueryBinder - Class in com.axelor.db
The query binder class provides the helper methods to bind query parameters and mark the query cacheable.

R

rc - Variable in class com.axelor.common.VersionUtils.Version
 
readers - Variable in class com.axelor.data.ImportTask
 
Reflections - Class in com.axelor.common.reflections
The Reflections utilities provides fast and easy way to search for resources and types.
refresh(T) - Method in class com.axelor.db.JpaRepository
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh(T) - Method in interface com.axelor.db.Repository
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
registerAdapter(DataAdapter) - Method in class com.axelor.data.csv.CSVBinder
 
registerAdapter(DataAdapter) - Method in class com.axelor.data.xml.XMLBinder
 
remove(T) - Method in class com.axelor.db.JpaRepository
 
remove() - Method in class com.axelor.db.Query
Remove all the matched records.
remove(T) - Method in interface com.axelor.db.Repository
Remove the given entity.
remove(DMSFile) - Method in class com.axelor.dms.db.repo.DMSFileRepository
 
remove(MailMessage) - Method in class com.axelor.mail.db.repo.MailMessageRepository
 
removeFlag(MailFlags) - Method in class com.axelor.mail.db.MailMessage
Remove the given MailFlags item from the flags.
removeGroup(Group) - Method in class com.axelor.mail.db.MailGroup
Remove the given Group item from the groups.
removeGroup(Group) - Method in class com.axelor.meta.db.MetaMenu
Remove the given Group item from the groups.
removeGroup(Group) - Method in class com.axelor.meta.db.MetaView
Remove the given Group item from the groups.
removeItem(MetaSelectItem) - Method in class com.axelor.meta.db.MetaSelect
Remove the given MetaSelectItem item from the items.
removeMenu(MetaMenu) - Method in class com.axelor.auth.db.Group
Remove the given MetaMenu item from the menus.
removeMenu(MetaMenu) - Method in class com.axelor.auth.db.Role
Remove the given MetaMenu item from the menus.
removeMetaField(MetaField) - Method in class com.axelor.meta.db.MetaModel
Remove the given MetaField item from the metaFields.
removeMetaPermission(MetaPermission) - Method in class com.axelor.auth.db.Group
Remove the given MetaPermission item from the metaPermissions.
removeMetaPermission(MetaPermission) - Method in class com.axelor.auth.db.Role
Remove the given MetaPermission item from the metaPermissions.
removeMetaPermission(MetaPermission) - Method in class com.axelor.auth.db.User
Remove the given MetaPermission item from the metaPermissions.
removeParam(MetaScheduleParam) - Method in class com.axelor.meta.db.MetaSchedule
Remove the given MetaScheduleParam item from the params.
removePermission(Permission) - Method in class com.axelor.auth.db.Group
Remove the given Permission item from the permissions.
removePermission(Permission) - Method in class com.axelor.auth.db.Role
Remove the given Permission item from the permissions.
removePermission(Permission) - Method in class com.axelor.auth.db.User
Remove the given Permission item from the permissions.
removePermission(DMSPermission) - Method in class com.axelor.dms.db.DMSFile
Remove the given DMSPermission item from the permissions.
removeRecipient(MailAddress) - Method in class com.axelor.mail.db.MailMessage
Remove the given MailAddress item from the recipients.
removeReply(MailMessage) - Method in class com.axelor.mail.db.MailMessage
Remove the given MailMessage item from the replies.
removeRole(Role) - Method in class com.axelor.auth.db.Group
Remove the given Role item from the roles.
removeRole(Role) - Method in class com.axelor.auth.db.User
Remove the given Role item from the roles.
removeRole(Role) - Method in class com.axelor.meta.db.MetaMenu
Remove the given Role item from the roles.
removeRule(MetaPermissionRule) - Method in class com.axelor.meta.db.MetaPermission
Remove the given MetaPermissionRule item from the rules.
removeTag(DMSFileTag) - Method in class com.axelor.dms.db.DMSFile
Remove the given DMSFileTag item from the tags.
removeUser(User) - Method in class com.axelor.mail.db.MailGroup
Remove the given User item from the users.
removeView(MetaView) - Method in class com.axelor.auth.db.Group
Remove the given MetaView item from the views.
render() - Method in class com.axelor.text.Renderer
Render the template.
render(Writer) - Method in class com.axelor.text.Renderer
Render the template.
Renderer - Class in com.axelor.text
The Template renderer provides ways to render an encapsulated Template instance.
Renderer() - Constructor for class com.axelor.text.Renderer
 
replyTo(String...) - Method in class com.axelor.mail.MailBuilder
 
repo(Class<T>) - Static method in class com.axelor.script.ELScriptHelper.Helpers
 
ReportEngineProvider - Class in com.axelor.report
 
ReportEngineProvider() - Constructor for class com.axelor.report.ReportEngineProvider
 
ReportGenerator - Class in com.axelor.report
The report generator service.
ReportGenerator() - Constructor for class com.axelor.report.ReportGenerator
 
ReportResourceLocator - Class in com.axelor.report
This is a ResourceLocator that first searches external reports directory for the resources and fallbacks to module resources if not found.
ReportResourceLocator() - Constructor for class com.axelor.report.ReportResourceLocator
 
Repository<T extends Model> - Interface in com.axelor.db
The repository interface defines common data access methods.
Request - Class in com.axelor.rpc
 
Request() - Constructor for class com.axelor.rpc.Request
 
resolve(String) - Method in interface com.axelor.mail.service.MailService
Resolve the given email address to an associated entity.
ResourceFinder - Class in com.axelor.common.reflections
The ResourceFinder class provides fluent api to search for resources.
Response - Class in com.axelor.rpc
 
Response() - Constructor for class com.axelor.rpc.Response
 
restart() - Method in class com.axelor.quartz.JobRunner
Reconfigure the scheduler and restart.
Role - Class in com.axelor.auth.db
This object store the roles.
Role() - Constructor for class com.axelor.auth.db.Role
 
Role(String) - Constructor for class com.axelor.auth.db.Role
 
RoleRepository - Class in com.axelor.auth.db.repo
 
RoleRepository() - Constructor for class com.axelor.auth.db.repo.RoleRepository
 
run(Runnable) - Method in class com.axelor.auth.AuditableRunner
Run a batch job.
run(Callable<T>) - Method in class com.axelor.auth.AuditableRunner
Run a batch job.
run(ImportTask) - Method in class com.axelor.data.csv.CSVImporter
Run the task from the configured readers
run() - Method in class com.axelor.data.csv.CSVImporter
 
run() - Method in interface com.axelor.data.Importer
Run the data import task.
run(ImportTask) - Method in interface com.axelor.data.Importer
Run the specified import task.
run() - Method in class com.axelor.data.xml.XMLImporter
 
run(ImportTask) - Method in class com.axelor.data.xml.XMLImporter
 

S

save(T) - Method in class com.axelor.db.JpaRepository
 
save(T) - Method in interface com.axelor.db.Repository
Save the given entity.
save(DMSFile) - Method in class com.axelor.dms.db.repo.DMSFileRepository
 
save(DMSPermission) - Method in class com.axelor.dms.db.repo.DMSPermissionRepository
 
save(MailFlags) - Method in class com.axelor.mail.db.repo.MailFlagsRepository
 
save(MailMessage) - Method in class com.axelor.mail.db.repo.MailMessageRepository
 
scan(String) - Method in class com.axelor.db.JpaModule
 
SchedulerModule - Class in com.axelor.quartz
The default guice module for quartz scheduler.
SchedulerModule() - Constructor for class com.axelor.quartz.SchedulerModule
 
ScriptBindings - Class in com.axelor.script
 
ScriptBindings(Map<String, Object>) - Constructor for class com.axelor.script.ScriptBindings
 
ScriptHelper - Interface in com.axelor.script
The DataScriptHelper interface to implement dynamic script evaluation support.
select(String...) - Method in class com.axelor.db.Query
Return a selector to select records with specific fields only.
selectQuery() - Method in class com.axelor.db.Query
 
send(Date) - Method in class com.axelor.mail.MailBuilder
Send the message with given send date.
send() - Method in class com.axelor.mail.MailBuilder
Send the message.
send(Message) - Method in class com.axelor.mail.MailSender
Send a mail message.
send(String, String, String...) - Method in class com.axelor.mail.MailSender
Send a simple text message to the given recipients.

For better options, use MailSender.compose() method to compose a message using MailBuilder which can be retrieved or sent directly with MailBuilder.build() or MailBuilder.send() methods.
send(MailMessage) - Method in interface com.axelor.mail.service.MailService
Send a mail for the given MailMessage.
sender(String) - Method in class com.axelor.mail.MailBuilder
 
Sequence - Annotation Type in com.axelor.db.annotations
Mark the field to use a specified custom sequence.
set(Object, String, Object) - Method in class com.axelor.db.mapper.Mapper
Set the property of the given bean with the provided value.
set(Object, Object) - Method in class com.axelor.db.mapper.Property
Set the value for this property to the given bean instance.
setAction(MetaAction) - Method in class com.axelor.meta.db.MetaActionMenu
 
setAction(MetaAction) - Method in class com.axelor.meta.db.MetaMenu
 
setAction(String) - Method in class com.axelor.rpc.ActionRequest
 
setActivateOn(LocalDate) - Method in class com.axelor.auth.db.User
 
setActive(Boolean) - Method in class com.axelor.meta.db.MetaPermission
 
setActive(Boolean) - Method in class com.axelor.meta.db.MetaSchedule
 
SetAdapter - Class in com.axelor.db.mapper.types
 
SetAdapter() - Constructor for class com.axelor.db.mapper.types.SetAdapter
 
setAddress(String) - Method in class com.axelor.mail.db.MailAddress
 
setAlert(String) - Method in class com.axelor.rpc.ActionResponse
Set an alert message.
setArchived(Boolean) - Method in class com.axelor.db.Model
 
setAssociation(U, T) - Method in class com.axelor.db.mapper.Property
If this is a multi-valued field, ensure the proper parent-child relationship if association is bidirectional (marked with mappedBy attribute).
setAttr(String, String, Object) - Method in class com.axelor.rpc.ActionResponse
Set an attribute of a field.
setAttrs(Map<String, Map<String, Object>>) - Method in class com.axelor.rpc.ActionResponse
Set field attributes.
setAuthor(User) - Method in class com.axelor.mail.db.MailMessage
 
setBindings(List<CSVBind>) - Method in class com.axelor.data.csv.CSVInput
 
setBindings(ScriptBindings) - Method in class com.axelor.script.AbstractScriptHelper
 
setBindings(ScriptBindings) - Method in interface com.axelor.script.ScriptHelper
Set script bindings.
setBlocked(Boolean) - Method in class com.axelor.auth.db.User
 
setBody(String) - Method in class com.axelor.mail.db.MailMessage
 
setCacheable() - Method in class com.axelor.db.QueryBinder
Set the query cacheable.
setCacheable(boolean) - Method in class com.axelor.db.QueryBinder
Set whether to set the query cacheable or not.
setCallable(String) - Method in class com.axelor.data.csv.CSVInput
 
setCanClear(boolean) - Method in class com.axelor.data.xml.XMLImporter
 
setCanClose(boolean) - Method in class com.axelor.rpc.ActionResponse
Set the canClose flag.
setCanCreate(Boolean) - Method in class com.axelor.auth.db.Permission
 
setCanExport(Boolean) - Method in class com.axelor.auth.db.Permission
 
setCanExport(Boolean) - Method in class com.axelor.meta.db.MetaPermissionRule
 
setCanRead(Boolean) - Method in class com.axelor.auth.db.Permission
 
setCanRead(Boolean) - Method in class com.axelor.meta.db.MetaPermissionRule
 
setCanRemove(Boolean) - Method in class com.axelor.auth.db.Permission
 
setCanWrite(Boolean) - Method in class com.axelor.auth.db.Permission
 
setCanWrite(Boolean) - Method in class com.axelor.meta.db.MetaPermissionRule
 
setCategory(String) - Method in class com.axelor.meta.db.MetaActionMenu
 
setCode(String) - Method in class com.axelor.auth.db.Group
 
setCode(String) - Method in class com.axelor.auth.db.User
 
setCode(String) - Method in class com.axelor.dms.db.DMSFileTag
 
setColor(String, String) - Method in class com.axelor.rpc.ActionResponse
Set the color attribute for the given field.
setColumn(String) - Method in class com.axelor.data.csv.CSVBind
 
setCondition(String) - Method in class com.axelor.auth.db.Permission
 
setCondition(String) - Method in class com.axelor.data.csv.CSVBind
 
setConditionEmpty(Boolean) - Method in class com.axelor.data.csv.CSVBind
 
setConditionParams(String) - Method in class com.axelor.auth.db.Permission
 
setConnectionTimeout(int) - Method in class com.axelor.mail.AbstractMailAccount
 
setConnectionTimeout(int) - Method in interface com.axelor.mail.MailAccount
Socket connection timeout value in milliseconds.
setConnectionTimeout(int) - Method in class com.axelor.mail.SmtpAccount
 
setContent(String) - Method in class com.axelor.dms.db.DMSFile
 
setContentType(String) - Method in class com.axelor.dms.db.DMSFile
 
setContext(Map<String, Object>) - Method in class com.axelor.data.csv.CSVImporter
 
setContext(Map<String, Object>) - Method in interface com.axelor.data.Importer
Set global context.
setContext(Map<String, Object>) - Method in class com.axelor.data.xml.XMLImporter
 
setCron(String) - Method in class com.axelor.meta.db.MetaSchedule
 
setData(String) - Method in class com.axelor.meta.db.MetaSelectItem
 
setData(Map<String, Object>) - Method in class com.axelor.rpc.Request
 
setData(Object) - Method in class com.axelor.rpc.Response
 
setDepends(String) - Method in class com.axelor.meta.db.MetaModule
 
setDescription(String) - Method in class com.axelor.auth.db.Role
 
setDescription(String) - Method in class com.axelor.mail.db.MailGroup
 
setDescription(String) - Method in class com.axelor.meta.db.MetaField
 
setDescription(String) - Method in class com.axelor.meta.db.MetaFile
 
setDescription(String) - Method in class com.axelor.meta.db.MetaModule
 
setDescription(String) - Method in class com.axelor.meta.db.MetaSchedule
 
setEmail(String) - Method in class com.axelor.auth.db.User
 
setEmail(MailAddress) - Method in class com.axelor.mail.db.MailFollower
 
setError(String) - Method in class com.axelor.rpc.ActionResponse
Set an error message.
setErrors(Map<String, String>) - Method in class com.axelor.rpc.Response
 
setException(Throwable) - Method in class com.axelor.rpc.Response
 
setExpiresOn(LocalDate) - Method in class com.axelor.auth.db.User
 
setExportFile(String) - Method in class com.axelor.rpc.ActionResponse
Set the file path relative to the data export directory.
setExpression(String) - Method in class com.axelor.data.csv.CSVBind
 
setField(String) - Method in class com.axelor.data.csv.CSVBind
 
setField(String) - Method in class com.axelor.meta.db.MetaPermissionRule
 
setFields(List<String>) - Method in class com.axelor.rpc.Request
 
setFile(DMSFile) - Method in class com.axelor.dms.db.DMSPermission
 
setFileName(String) - Method in class com.axelor.data.csv.CSVInput
 
setFileName(String) - Method in class com.axelor.data.xml.XMLInput
 
setFileName(String) - Method in class com.axelor.dms.db.DMSFile
 
setFileName(String) - Method in class com.axelor.meta.db.MetaFile
 
setFilePath(String) - Method in class com.axelor.meta.db.MetaFile
 
setFileSize(Long) - Method in class com.axelor.meta.db.MetaFile
 
setFileType(String) - Method in class com.axelor.meta.db.MetaFile
 
setFilterCustom(String) - Method in class com.axelor.meta.db.MetaFilter
 
setFilters(String) - Method in class com.axelor.meta.db.MetaFilter
 
setFilterView(String) - Method in class com.axelor.meta.db.MetaFilter
 
setFlags(List<MailFlags>) - Method in class com.axelor.mail.db.MailMessage
 
setFlash(String) - Method in class com.axelor.rpc.ActionResponse
Set a flash message.
setFlushMode(FlushModeType) - Method in class com.axelor.db.QueryBinder
Set query flush mode.
setFrom(MailAddress) - Method in class com.axelor.mail.db.MailMessage
 
setFullName(String) - Method in class com.axelor.meta.db.MetaModel
 
setGroup(Group) - Method in class com.axelor.auth.db.User
 
setGroup(Group) - Method in class com.axelor.dms.db.DMSPermission
 
setGroups(Set<Group>) - Method in class com.axelor.mail.db.MailGroup
 
setGroups(Set<Group>) - Method in class com.axelor.meta.db.MetaMenu
 
setGroups(Set<Group>) - Method in class com.axelor.meta.db.MetaView
 
setHeader(String) - Method in class com.axelor.data.csv.CSVInput
 
setHelpLink(String) - Method in class com.axelor.meta.db.MetaView
 
setHidden(Boolean) - Method in class com.axelor.meta.db.MetaActionMenu
 
setHidden(Boolean) - Method in class com.axelor.meta.db.MetaMenu
 
setHidden(Boolean) - Method in class com.axelor.meta.db.MetaSelectItem
 
setHidden(String, boolean) - Method in class com.axelor.rpc.ActionResponse
Set the hidden attribute for the given field.
setHideIf(String) - Method in class com.axelor.meta.db.MetaPermissionRule
 
setHome(Boolean) - Method in class com.axelor.meta.db.MetaAction
 
setHomeAction(String) - Method in class com.axelor.auth.db.Group
 
setHomeAction(String) - Method in class com.axelor.auth.db.User
 
setIcon(String) - Method in class com.axelor.meta.db.MetaMenu
 
setIcon(String) - Method in class com.axelor.meta.db.MetaSelectItem
 
setIconBackground(String) - Method in class com.axelor.meta.db.MetaMenu
 
setId(Long) - Method in class com.axelor.auth.db.Group
 
setId(Long) - Method in class com.axelor.auth.db.Permission
 
setId(Long) - Method in class com.axelor.auth.db.Role
 
setId(Long) - Method in class com.axelor.auth.db.User
 
setId(Long) - Method in class com.axelor.db.JpaModel
 
setId(Long) - Method in class com.axelor.db.Model
 
setId(Long) - Method in class com.axelor.dms.db.DMSFile
 
setId(Long) - Method in class com.axelor.dms.db.DMSFileTag
 
setId(Long) - Method in class com.axelor.dms.db.DMSPermission
 
setId(Long) - Method in class com.axelor.mail.db.MailAddress
 
setId(Long) - Method in class com.axelor.mail.db.MailFlags
 
setId(Long) - Method in class com.axelor.mail.db.MailFollower
 
setId(Long) - Method in class com.axelor.mail.db.MailGroup
 
setId(Long) - Method in class com.axelor.mail.db.MailMessage
 
setId(Long) - Method in class com.axelor.meta.db.MetaAction
 
setId(Long) - Method in class com.axelor.meta.db.MetaActionMenu
 
setId(Long) - Method in class com.axelor.meta.db.MetaAttachment
 
setId(Long) - Method in class com.axelor.meta.db.MetaField
 
setId(Long) - Method in class com.axelor.meta.db.MetaFile
 
setId(Long) - Method in class com.axelor.meta.db.MetaFilter
 
setId(Long) - Method in class com.axelor.meta.db.MetaMenu
 
setId(Long) - Method in class com.axelor.meta.db.MetaModel
 
setId(Long) - Method in class com.axelor.meta.db.MetaModule
 
setId(Long) - Method in class com.axelor.meta.db.MetaPermission
 
setId(Long) - Method in class com.axelor.meta.db.MetaPermissionRule
 
setId(Long) - Method in class com.axelor.meta.db.MetaSchedule
 
setId(Long) - Method in class com.axelor.meta.db.MetaScheduleParam
 
setId(Long) - Method in class com.axelor.meta.db.MetaSelect
 
setId(Long) - Method in class com.axelor.meta.db.MetaSelectItem
 
setId(Long) - Method in class com.axelor.meta.db.MetaSequence
 
setId(Long) - Method in class com.axelor.meta.db.MetaTranslation
 
setId(Long) - Method in class com.axelor.meta.db.MetaView
 
setId(Long) - Method in class com.axelor.meta.db.MetaViewCustom
 
setImage(byte[]) - Method in class com.axelor.auth.db.User
 
setImage(byte[]) - Method in class com.axelor.mail.db.MailGroup
 
setIncrement(Integer) - Method in class com.axelor.meta.db.MetaSequence
 
setInitial(Long) - Method in class com.axelor.meta.db.MetaSequence
 
setInputs(List<CSVInput>) - Method in class com.axelor.data.csv.CSVConfig
setInstalled(Boolean) - Method in class com.axelor.meta.db.MetaModule
 
setIsArchived(Boolean) - Method in class com.axelor.mail.db.MailFlags
 
setIsDirectory(Boolean) - Method in class com.axelor.dms.db.DMSFile
 
setIsRead(Boolean) - Method in class com.axelor.mail.db.MailFlags
 
setIsStarred(Boolean) - Method in class com.axelor.mail.db.MailFlags
 
setItems(List<MetaSelectItem>) - Method in class com.axelor.meta.db.MetaSelect
 
setJob(String) - Method in class com.axelor.meta.db.MetaSchedule
 
setKey(String) - Method in class com.axelor.meta.db.MetaTranslation
 
setLabel(String) - Method in class com.axelor.meta.db.MetaField
 
setLanguage(String) - Method in class com.axelor.auth.db.User
 
setLanguage(String) - Method in class com.axelor.meta.db.MetaTranslation
 
setLeft(Boolean) - Method in class com.axelor.meta.db.MetaMenu
 
setLimit(int) - Method in class com.axelor.rpc.Request
 
setLink(String) - Method in class com.axelor.meta.db.MetaMenu
 
setMappedBy(String) - Method in class com.axelor.meta.db.MetaField
 
setMenus(Set<MetaMenu>) - Method in class com.axelor.auth.db.Group
 
setMenus(Set<MetaMenu>) - Method in class com.axelor.auth.db.Role
 
setMessage(MailMessage) - Method in class com.axelor.mail.db.MailFlags
 
setMessage(String) - Method in class com.axelor.meta.db.MetaTranslation
 
setMessageId(String) - Method in class com.axelor.mail.db.MailMessage
 
setMetaFields(List<MetaField>) - Method in class com.axelor.meta.db.MetaModel
 
setMetaFile(MetaFile) - Method in class com.axelor.dms.db.DMSFile
 
setMetaFile(MetaFile) - Method in class com.axelor.meta.db.MetaAttachment
 
setMetaModel(MetaModel) - Method in class com.axelor.meta.db.MetaField
 
setMetaPermission(MetaPermission) - Method in class com.axelor.meta.db.MetaPermissionRule
 
setMetaPermissions(Set<MetaPermission>) - Method in class com.axelor.auth.db.Group
 
setMetaPermissions(Set<MetaPermission>) - Method in class com.axelor.auth.db.Role
 
setMetaPermissions(Set<MetaPermission>) - Method in class com.axelor.auth.db.User
 
setMobile(Boolean) - Method in class com.axelor.meta.db.MetaMenu
 
setModel(String) - Method in class com.axelor.meta.db.MetaAction
 
setModel(String) - Method in class com.axelor.meta.db.MetaView
 
setModel(String) - Method in class com.axelor.meta.db.MetaViewCustom
 
setModel(String) - Method in class com.axelor.rpc.Request
Set the model class that represents the request Request.data.
setModule(String) - Method in class com.axelor.meta.db.MetaAction
 
setModule(String) - Method in class com.axelor.meta.db.MetaActionMenu
 
setModule(String) - Method in class com.axelor.meta.db.MetaMenu
 
setModule(String) - Method in class com.axelor.meta.db.MetaSelect
 
setModule(String) - Method in class com.axelor.meta.db.MetaView
 
setModuleVersion(String) - Method in class com.axelor.meta.db.MetaModule
 
setName(String) - Method in class com.axelor.auth.db.Group
 
setName(String) - Method in class com.axelor.auth.db.Permission
 
setName(String) - Method in class com.axelor.auth.db.Role
 
setName(String) - Method in class com.axelor.auth.db.User
 
setName(String) - Method in class com.axelor.dms.db.DMSFileTag
 
setName(String) - Method in class com.axelor.mail.db.MailGroup
 
setName(String) - Method in class com.axelor.meta.db.MetaAction
 
setName(String) - Method in class com.axelor.meta.db.MetaActionMenu
 
setName(String) - Method in class com.axelor.meta.db.MetaField
 
setName(String) - Method in class com.axelor.meta.db.MetaFilter
 
setName(String) - Method in class com.axelor.meta.db.MetaMenu
 
setName(String) - Method in class com.axelor.meta.db.MetaModel
 
setName(String) - Method in class com.axelor.meta.db.MetaModule
 
setName(String) - Method in class com.axelor.meta.db.MetaPermission
 
setName(String) - Method in class com.axelor.meta.db.MetaSchedule
 
setName(String) - Method in class com.axelor.meta.db.MetaScheduleParam
 
setName(String) - Method in class com.axelor.meta.db.MetaSelect
 
setName(String) - Method in class com.axelor.meta.db.MetaSequence
 
setName(String) - Method in class com.axelor.meta.db.MetaView
 
setName(String) - Method in class com.axelor.meta.db.MetaViewCustom
 
setNavigation(String) - Method in class com.axelor.auth.db.Group
 
setNext(Long) - Method in class com.axelor.meta.db.MetaSequence
 
setNoHelp(Boolean) - Method in class com.axelor.auth.db.User
 
setNotify(String) - Method in class com.axelor.rpc.ActionResponse
Set a notification message.
setObject(String) - Method in class com.axelor.auth.db.Permission
 
setObject(String) - Method in class com.axelor.meta.db.MetaPermission
 
setObjectId(Long) - Method in class com.axelor.meta.db.MetaAttachment
 
setObjectName(String) - Method in class com.axelor.meta.db.MetaAttachment
 
setOffline(DMSFile, boolean) - Method in class com.axelor.dms.db.repo.DMSFileRepository
 
setOffset(int) - Method in class com.axelor.rpc.Request
 
setOffset(int) - Method in class com.axelor.rpc.Response
 
setOptions(Properties) - Method in class com.axelor.data.adapter.Adapter
 
setOrder(Integer) - Method in class com.axelor.meta.db.MetaActionMenu
 
setOrder(Integer) - Method in class com.axelor.meta.db.MetaMenu
 
setOrder(Integer) - Method in class com.axelor.meta.db.MetaSelectItem
 
setPackageName(String) - Method in class com.axelor.meta.db.MetaField
 
setPackageName(String) - Method in class com.axelor.meta.db.MetaModel
 
setPadding(Integer) - Method in class com.axelor.meta.db.MetaSequence
 
setParams(List<MetaScheduleParam>) - Method in class com.axelor.meta.db.MetaSchedule
 
setParent(DMSFile) - Method in class com.axelor.dms.db.DMSFile
 
setParent(MailMessage) - Method in class com.axelor.mail.db.MailMessage
 
setParent(MetaActionMenu) - Method in class com.axelor.meta.db.MetaActionMenu
 
setParent(MetaMenu) - Method in class com.axelor.meta.db.MetaMenu
 
setPassword(String) - Method in class com.axelor.auth.db.User
 
setPending(Boolean) - Method in class com.axelor.meta.db.MetaModule
 
setPending(String) - Method in class com.axelor.rpc.ActionResponse
Set the comma separated list of pending actions.
setPermission(Permission) - Method in class com.axelor.dms.db.DMSPermission
 
setPermissions(Set<Permission>) - Method in class com.axelor.auth.db.Group
 
setPermissions(Set<Permission>) - Method in class com.axelor.auth.db.Role
 
setPermissions(Set<Permission>) - Method in class com.axelor.auth.db.User
 
setPermissions(List<DMSPermission>) - Method in class com.axelor.dms.db.DMSFile
 
setPersonal(String) - Method in class com.axelor.mail.db.MailAddress
 
setPrefix(String) - Method in class com.axelor.meta.db.MetaSequence
 
setPriority(Integer) - Method in class com.axelor.meta.db.MetaAction
 
setPriority(Integer) - Method in class com.axelor.meta.db.MetaActionMenu
 
setPriority(Integer) - Method in class com.axelor.meta.db.MetaMenu
 
setPriority(Integer) - Method in class com.axelor.meta.db.MetaSelect
 
setPriority(Integer) - Method in class com.axelor.meta.db.MetaView
 
setProperties(Properties) - Method in class com.axelor.mail.AbstractMailAccount
 
setProperties(Properties) - Method in interface com.axelor.mail.MailAccount
Set additional properties.
setProperties(Properties) - Method in class com.axelor.mail.SmtpAccount
 
setReadonly(String, boolean) - Method in class com.axelor.rpc.ActionResponse
Set the readonly attribute for the given field.
setReadonlyIf(String) - Method in class com.axelor.meta.db.MetaPermissionRule
 
setRecipients(Set<MailAddress>) - Method in class com.axelor.mail.db.MailMessage
 
setRecords(List<Object>) - Method in class com.axelor.rpc.Request
 
setRelated(Map<String, List<String>>) - Method in class com.axelor.rpc.Request
 
setRelatedId(Long) - Method in class com.axelor.dms.db.DMSFile
 
setRelatedId(Long) - Method in class com.axelor.mail.db.MailFollower
 
setRelatedId(Long) - Method in class com.axelor.mail.db.MailMessage
 
setRelatedModel(String) - Method in class com.axelor.dms.db.DMSFile
 
setRelatedModel(String) - Method in class com.axelor.mail.db.MailFollower
 
setRelatedModel(String) - Method in class com.axelor.mail.db.MailMessage
 
setRelatedName(String) - Method in class com.axelor.mail.db.MailMessage
 
setRelationship(String) - Method in class com.axelor.meta.db.MetaField
 
setReload(boolean) - Method in class com.axelor.rpc.ActionResponse
Set the reload flag.
setRemovable(Boolean) - Method in class com.axelor.meta.db.MetaModule
 
setReplies(List<MailMessage>) - Method in class com.axelor.mail.db.MailMessage
 
setRequired(String, boolean) - Method in class com.axelor.rpc.ActionResponse
Set the required attribute for the given field.
setRoles(Set<Role>) - Method in class com.axelor.auth.db.Group
 
setRoles(Set<Role>) - Method in class com.axelor.auth.db.User
 
setRoles(Set<Role>) - Method in class com.axelor.meta.db.MetaMenu
 
setRoot(MailMessage) - Method in class com.axelor.mail.db.MailMessage
 
setRules(List<MetaPermissionRule>) - Method in class com.axelor.meta.db.MetaPermission
 
setSchedule(MetaSchedule) - Method in class com.axelor.meta.db.MetaScheduleParam
 
setSearch(String) - Method in class com.axelor.data.csv.CSVInput
 
setSelect(MetaSelect) - Method in class com.axelor.meta.db.MetaSelectItem
 
setSelected(boolean) - Method in class com.axelor.db.Model
Set the selected state of the record.
setShared(Boolean) - Method in class com.axelor.meta.db.MetaFilter
 
setSignal(String, Object) - Method in class com.axelor.rpc.ActionResponse
Send an arbitrary signal to the client view with the specified data.
setSingleTab(Boolean) - Method in class com.axelor.auth.db.User
 
setSizeText(String) - Method in class com.axelor.meta.db.MetaFile
 
setSortBy(List<String>) - Method in class com.axelor.rpc.Request
 
setStatus(int) - Method in class com.axelor.rpc.Response
 
setStyle(String) - Method in class com.axelor.dms.db.DMSFileTag
 
setSubject(String) - Method in class com.axelor.mail.db.MailMessage
 
setSuffix(String) - Method in class com.axelor.meta.db.MetaSequence
 
setSummary(String) - Method in class com.axelor.mail.db.MailMessage
 
setTableName(String) - Method in class com.axelor.meta.db.MetaModel
 
setTag(String) - Method in class com.axelor.meta.db.MetaMenu
 
setTagCount(Boolean) - Method in class com.axelor.meta.db.MetaMenu
 
setTagGet(String) - Method in class com.axelor.meta.db.MetaMenu
 
setTags(Set<DMSFileTag>) - Method in class com.axelor.dms.db.DMSFile
 
setTagStyle(String) - Method in class com.axelor.meta.db.MetaMenu
 
setTechnicalStaff(Boolean) - Method in class com.axelor.auth.db.Group
 
setTheme(String) - Method in class com.axelor.auth.db.User
 
setTimeout(int) - Method in class com.axelor.mail.AbstractMailAccount
 
setTimeout(int) - Method in interface com.axelor.mail.MailAccount
Socket read timeout value in milliseconds.
setTimeout(int) - Method in class com.axelor.mail.SmtpAccount
 
setTitle(String) - Method in class com.axelor.meta.db.MetaActionMenu
 
setTitle(String) - Method in class com.axelor.meta.db.MetaFilter
 
setTitle(String) - Method in class com.axelor.meta.db.MetaMenu
 
setTitle(String) - Method in class com.axelor.meta.db.MetaModule
 
setTitle(String) - Method in class com.axelor.meta.db.MetaSelectItem
 
setTitle(String) - Method in class com.axelor.meta.db.MetaView
 
setTitle(String) - Method in class com.axelor.meta.db.MetaViewCustom
 
setTop(Boolean) - Method in class com.axelor.meta.db.MetaMenu
 
setTotal(long) - Method in class com.axelor.rpc.Response
 
setType(String) - Method in class com.axelor.mail.db.MailMessage
 
setType(String) - Method in class com.axelor.meta.db.MetaAction
 
setType(String) - Method in class com.axelor.meta.db.MetaView
 
setType(String) - Method in class com.axelor.meta.db.MetaViewCustom
 
setTypeName(String) - Method in class com.axelor.data.csv.CSVInput
 
setTypeName(String) - Method in class com.axelor.meta.db.MetaField
 
setUser(User) - Method in class com.axelor.dms.db.DMSPermission
 
setUser(User) - Method in class com.axelor.mail.db.MailFlags
 
setUser(User) - Method in class com.axelor.mail.db.MailFollower
 
setUser(User) - Method in class com.axelor.meta.db.MetaFilter
 
setUser(User) - Method in class com.axelor.meta.db.MetaMenu
 
setUser(User) - Method in class com.axelor.meta.db.MetaViewCustom
 
setUsers(Set<User>) - Method in class com.axelor.mail.db.MailGroup
 
setValue(String) - Method in class com.axelor.dms.db.DMSPermission
 
setValue(String) - Method in class com.axelor.meta.db.MetaScheduleParam
 
setValue(String) - Method in class com.axelor.meta.db.MetaSelectItem
 
setValue(String, Object) - Method in class com.axelor.rpc.ActionResponse
Set value for the given field.
setValues(Object) - Method in class com.axelor.rpc.ActionResponse
Set record values.
setVersion(Integer) - Method in class com.axelor.db.Model
 
setView(Map<String, Object>) - Method in class com.axelor.rpc.ActionResponse
Inform the client to open the given view.
setView(String, String, String, String) - Method in class com.axelor.rpc.ActionResponse
Inform the client to open a view for the given model.
setViews(Set<MetaView>) - Method in class com.axelor.auth.db.Group
 
setXml(String) - Method in class com.axelor.meta.db.MetaAction
 
setXml(String) - Method in class com.axelor.meta.db.MetaView
 
setXml(String) - Method in class com.axelor.meta.db.MetaViewCustom
 
setXmlId(String) - Method in class com.axelor.meta.db.MetaAction
 
setXmlId(String) - Method in class com.axelor.meta.db.MetaActionMenu
 
setXmlId(String) - Method in class com.axelor.meta.db.MetaMenu
 
setXmlId(String) - Method in class com.axelor.meta.db.MetaSelect
 
setXmlId(String) - Method in class com.axelor.meta.db.MetaView
 
SimpleAdapter - Class in com.axelor.db.mapper.types
 
SimpleAdapter() - Constructor for class com.axelor.db.mapper.types.SimpleAdapter
 
simplify(String) - Method in class com.axelor.common.Inflector
Simplify the text to its unaccented version.
singular(String, String) - Method in class com.axelor.common.Inflections
Add rule for converting plurals to singular.
singularize(String) - Method in class com.axelor.common.Inflections
Convert the given word to it's singular form.
singularize(String) - Method in class com.axelor.common.Inflector
Returns the singular form of the word in the given string.
SmtpAccount - Class in com.axelor.mail
The default implementation of MailAccount for SMPT accounts.
SmtpAccount(String, String) - Constructor for class com.axelor.mail.SmtpAccount
Create a non-authenticating SMTP account.
SmtpAccount(String, String, String, String) - Constructor for class com.axelor.mail.SmtpAccount
Create an authenticating SMTP account.
SmtpAccount(String, String, String, String, String) - Constructor for class com.axelor.mail.SmtpAccount
Create an authenticating SMTP account.
start() - Method in class com.axelor.quartz.JobRunner
Start the scheduler.
STATUS_FAILURE - Static variable in class com.axelor.rpc.Response
 
STATUS_LOGIN_INCORRECT - Static variable in class com.axelor.rpc.Response
 
STATUS_LOGIN_REQUIRED - Static variable in class com.axelor.rpc.Response
 
STATUS_LOGIN_SUCCESS - Static variable in class com.axelor.rpc.Response
 
STATUS_MAX_LOGIN_ATTEMPTS_EXCEEDED - Static variable in class com.axelor.rpc.Response
 
STATUS_SERVER_TIMEOUT - Static variable in class com.axelor.rpc.Response
 
STATUS_SUCCESS - Static variable in class com.axelor.rpc.Response
 
STATUS_TRANSPORT_ERROR - Static variable in class com.axelor.rpc.Response
 
STATUS_VALIDATION_ERROR - Static variable in class com.axelor.rpc.Response
 
stop() - Method in class com.axelor.quartz.JobRunner
Stop the scheduler.
StringTemplates - Class in com.axelor.text
The implementation of Templates for the StringTemplate (ST4) support.
StringTemplates() - Constructor for class com.axelor.text.StringTemplates
 
StringTemplates(char, char) - Constructor for class com.axelor.text.StringTemplates
 
StringUtils - Class in com.axelor.common
This class provides static helper methods for String.
StringUtils() - Constructor for class com.axelor.common.StringUtils
 
stripIndent(String) - Static method in class com.axelor.common.StringUtils
Strip the leading indentation from the given text.
subject(String) - Method in class com.axelor.mail.MailBuilder
 

T

tableize(String) - Method in class com.axelor.common.Inflector
Convert the given word to table name.
Template - Interface in com.axelor.text
The Template interface defines methods to render the template.
Templates - Interface in com.axelor.text
This interface defines API for template engine integration.
test(String) - Method in class com.axelor.script.AbstractScriptHelper
 
test(String) - Method in interface com.axelor.script.ScriptHelper
Evaluate a boolean expression.
text(String) - Method in class com.axelor.mail.MailBuilder
 
text(Object) - Static method in class com.axelor.script.ELScriptHelper.Helpers
 
titleize(String) - Method in class com.axelor.common.Inflector
Convert the given string to nicer looking title string.
to(String...) - Method in class com.axelor.mail.MailBuilder
 
toBean(Class<T>, Map<String, Object>) - Static method in class com.axelor.db.mapper.Mapper
Create an object of the given class mapping the given value map to it's properties.
toInt(Object) - Static method in class com.axelor.script.ELScriptHelper.Helpers
 
toMap(Object) - Static method in class com.axelor.db.mapper.Mapper
Create a map from the given bean instance with property names are keys and their respective values are map values.
toMap() - Method in class com.axelor.db.mapper.Property
Create a Map of property attributes.
toString() - Method in class com.axelor.auth.db.Group
 
toString() - Method in class com.axelor.auth.db.Permission
 
toString() - Method in class com.axelor.auth.db.Role
 
toString() - Method in class com.axelor.auth.db.User
 
toString() - Method in class com.axelor.common.VersionUtils.Version
 
toString() - Method in class com.axelor.data.csv.CSVBind
 
toString() - Method in class com.axelor.data.csv.CSVInput
 
toString() - Method in class com.axelor.data.xml.XMLBind
 
toString() - Method in class com.axelor.data.xml.XMLInput
 
toString(T) - Static method in class com.axelor.db.EntityHelper
The toString helper method.
toString() - Method in class com.axelor.db.mapper.Property
 
toString() - Method in class com.axelor.db.Query.Selector
 
toString() - Method in class com.axelor.db.Query
 
toString() - Method in class com.axelor.dms.db.DMSFile
 
toString() - Method in class com.axelor.dms.db.DMSFileTag
 
toString() - Method in class com.axelor.dms.db.DMSPermission
 
toString() - Method in class com.axelor.mail.db.MailAddress
 
toString() - Method in class com.axelor.mail.db.MailFlags
 
toString() - Method in class com.axelor.mail.db.MailFollower
 
toString() - Method in class com.axelor.mail.db.MailGroup
 
toString() - Method in class com.axelor.mail.db.MailMessage
 
toString() - Method in class com.axelor.meta.db.MetaAction
 
toString() - Method in class com.axelor.meta.db.MetaActionMenu
 
toString() - Method in class com.axelor.meta.db.MetaAttachment
 
toString() - Method in class com.axelor.meta.db.MetaField
 
toString() - Method in class com.axelor.meta.db.MetaFile
 
toString() - Method in class com.axelor.meta.db.MetaFilter
 
toString() - Method in class com.axelor.meta.db.MetaMenu
 
toString() - Method in class com.axelor.meta.db.MetaModel
 
toString() - Method in class com.axelor.meta.db.MetaModule
 
toString() - Method in class com.axelor.meta.db.MetaPermission
 
toString() - Method in class com.axelor.meta.db.MetaPermissionRule
 
toString() - Method in class com.axelor.meta.db.MetaSchedule
 
toString() - Method in class com.axelor.meta.db.MetaScheduleParam
 
toString() - Method in class com.axelor.meta.db.MetaSelect
 
toString() - Method in class com.axelor.meta.db.MetaSelectItem
 
toString() - Method in class com.axelor.meta.db.MetaSequence
 
toString() - Method in class com.axelor.meta.db.MetaTranslation
 
toString() - Method in class com.axelor.meta.db.MetaView
 
toString() - Method in class com.axelor.meta.db.MetaViewCustom
 
toString() - Method in class com.axelor.rpc.Criteria
 
toString() - Method in class com.axelor.rpc.filter.Filter
 
toString() - Method in enum com.axelor.rpc.filter.Operator
 
Track - Annotation Type in com.axelor.db.annotations
This annotation can be used on AuditableModel classes to provide change track details.
TrackEvent - Enum in com.axelor.db.annotations
The change track event types.
TrackField - Annotation Type in com.axelor.db.annotations
This annotation can be used to specify details about field for change tracking.
TrackMessage - Annotation Type in com.axelor.db.annotations
This annotation can be used to specify custom change tracking messages.
TypeAdapter<T> - Interface in com.axelor.db.mapper
 

U

underscore(String) - Method in class com.axelor.common.Inflector
Convert the given string to underscored, lowercase form.
unfollow(Model, User) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
unfollow(MailFollower) - Method in class com.axelor.mail.db.repo.MailFollowerRepository
 
update(Map<String, Object>) - Method in class com.axelor.db.Query
Perform mass update on the matched records with the given values.
update(String, Object) - Method in class com.axelor.db.Query
This is similar to Query.update(Map) but updates only single field.
update(String, Object) - Method in class com.axelor.rpc.Context
Update the context with the specified key and value.
Use this method instead of HashMap.put(K, V) to propagate the value to the underlying context object.
update(Map<String, Object>) - Method in class com.axelor.rpc.Context
Update the context object with the given values.
Use this method instead of HashMap.putAll(Map) to propagate the values to the underlying context object.
updateQuery(Map<String, Object>) - Method in class com.axelor.db.Query
 
upload(InputStream, long, long, String) - Method in class com.axelor.meta.MetaFiles
Upload the given chunk of file data to a temporary file identified by the given file id.
upload(File) - Method in class com.axelor.meta.MetaFiles
Upload the given file to the file upload directory and create an instance of MetaFile for the given file.
upload(File, MetaFile) - Method in class com.axelor.meta.MetaFiles
Upload the given File to the upload directory and link it to the to given MetaFile.
upload(InputStream, MetaFile) - Method in class com.axelor.meta.MetaFiles
Upload the given stream to the upload directory and link it to the to given MetaFile.
upload(InputStream, String) - Method in class com.axelor.meta.MetaFiles
Upload the given stream to the upload directory.
User - Class in com.axelor.auth.db
This object store the users.
User() - Constructor for class com.axelor.auth.db.User
 
User(String, String) - Constructor for class com.axelor.auth.db.User
 
UserRepository - Class in com.axelor.auth.db.repo
 
UserRepository() - Constructor for class com.axelor.auth.db.repo.UserRepository
 
using(ClassLoader) - Method in class com.axelor.common.reflections.ClassFinder
Search using the given class loader.

V

validate(ActionRequest, ActionResponse) - Method in class com.axelor.auth.AuthService
A helper method used to encrypt user password when the user record is saved with user interface.
validate(Map<String, Object>) - Method in class com.axelor.data.csv.CSVBind
 
validate(Map<String, Object>) - Method in class com.axelor.data.xml.XMLBind
 
validate(Map<String, Object>, Map<String, Object>) - Method in class com.axelor.db.JpaRepository
 
validate(Map<String, Object>, Map<String, Object>) - Method in interface com.axelor.db.Repository
Validate the given json map before persisting.
validate(Map<String, Object>, Map<String, Object>) - Method in class com.axelor.dms.db.repo.DMSFileRepository
 
validate(String) - Method in class com.axelor.quartz.JobRunner
Validate the given cron string.
valueChanged(Object, Object) - Method in class com.axelor.db.mapper.Property
Check whether the property value in the given bean is changed.
valueOf(String) - Static method in enum com.axelor.db.annotations.TrackEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.axelor.db.JpaSecurity.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.axelor.db.mapper.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.axelor.rpc.filter.Operator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.axelor.db.annotations.TrackEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.axelor.db.JpaSecurity.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.axelor.db.mapper.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values(int, int) - Method in class com.axelor.db.Query.Selector
 
values() - Static method in enum com.axelor.rpc.filter.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.axelor.common.VersionUtils.Version
 
VERSION - Static variable in class com.axelor.data.csv.CSVConfig
 
VersionUtils - Class in com.axelor.common
Provides helper methods to find version information of axelor projects.
VersionUtils() - Constructor for class com.axelor.common.VersionUtils
 
VersionUtils.Version - Class in com.axelor.common
This class stores version details of axelor modules.
VirtualColumn - Annotation Type in com.axelor.db.annotations
This annotation should be used to mark computed fields.

W

Widget - Annotation Type in com.axelor.db.annotations
Provides information about UI widget representing this field.
within(String) - Method in class com.axelor.common.reflections.ClassFinder
Only search within the given package name.

X

XMLBind - Class in com.axelor.data.xml
 
XMLBind() - Constructor for class com.axelor.data.xml.XMLBind
 
XMLBinder - Class in com.axelor.data.xml
 
XMLBinder(XMLInput, Map<String, Object>) - Constructor for class com.axelor.data.xml.XMLBinder
 
XMLConfig - Class in com.axelor.data.xml
 
XMLConfig() - Constructor for class com.axelor.data.xml.XMLConfig
 
XMLImporter - Class in com.axelor.data.xml
XML data importer.
XMLImporter(String, String) - Constructor for class com.axelor.data.xml.XMLImporter
 
XMLImporter(String) - Constructor for class com.axelor.data.xml.XMLImporter
 
XMLInput - Class in com.axelor.data.xml
 
XMLInput() - Constructor for class com.axelor.data.xml.XMLInput
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links