dolibarr 21.0.0-alpha
ModeleNumRefRecruitmentCandidature Class Reference

Parent class to manage numbering of RecruitmentCandidature. More...

Inheritance diagram for ModeleNumRefRecruitmentCandidature:
Collaboration diagram for ModeleNumRefRecruitmentCandidature:

Public Member Functions

 getNextValue ($object)
 Return next free value.
 
 getExample ()
 Return an example of numbering.
 
- Public Member Functions inherited from CommonNumRefGenerator
 getNom ($langs)
 Return model name.
 
 getName ($langs)
 Return model name.
 
 isEnabled ()
 Return if a module can be used or not.
 
 info ($langs)
 Returns the default description of the numbering template.
 
 canBeActivated ($object)
 Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
 
 getVersion ()
 Returns version of numbering module.
 

Detailed Description

Parent class to manage numbering of RecruitmentCandidature.

Definition at line 68 of file modules_recruitmentcandidature.php.

Member Function Documentation

◆ getExample()

ModeleNumRefRecruitmentCandidature::getExample ( )
abstract

Return an example of numbering.

Returns
string Example

Reimplemented in mod_recruitmentcandidature_advanced, and mod_recruitmentcandidature_standard.

◆ getNextValue()

ModeleNumRefRecruitmentCandidature::getNextValue ( $object)
abstract

Return next free value.

Parameters
RecruitmentCandidature$objectObject we need next value for
Returns
string|int<-1,0> Next value if OK, <=0 if KO

Reimplemented in mod_recruitmentcandidature_advanced, and mod_recruitmentcandidature_standard.


The documentation for this class was generated from the following file: