Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
dfe98ab4
Commit
dfe98ab4
authored
Sep 01, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Data for TimeZone and HiringTeamType enums.
parent
687a78f4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
HiringTeamType.java
cmsWebApp/src/performa/orm/types/HiringTeamType.java
+6
-2
HiringTeamType.xml
cmsWebApp/src/performa/orm/types/HiringTeamType.xml
+3
-1
TimeZone.java
cmsWebApp/src/performa/orm/types/TimeZone.java
+0
-0
TimeZone.xml
cmsWebApp/src/performa/orm/types/TimeZone.xml
+0
-0
No files found.
cmsWebApp/src/performa/orm/types/HiringTeamType.java
View file @
dfe98ab4
...
...
@@ -21,10 +21,14 @@ public class HiringTeamType extends AbstractEnumerated
public
static
final
EnumeratedFactory
FACTORY_HiringTeamType
=
new
HiringTeamTypeFactory
();
public
static
final
HiringTeamType
T1
=
new
HiringTeamType
(
"T1"
,
"T1"
,
"T1"
,
false
);
public
static
final
HiringTeamType
SMB
=
new
HiringTeamType
(
"SMB"
,
"SMB"
,
"Small or medium business that hires occassionally"
,
false
);
public
static
final
HiringTeamType
HR
=
new
HiringTeamType
(
"HR"
,
"HR"
,
"Hiring / HR department within a large organisation"
,
false
);
public
static
final
HiringTeamType
AGENCY
=
new
HiringTeamType
(
"AGENCY"
,
"AGENCY"
,
"Agency recruiting on behalf of clients"
,
false
);
private
static
final
HiringTeamType
[]
allHiringTeamTypes
=
new
HiringTeamType
[]
{
T1
};
new
HiringTeamType
[]
{
SMB
,
HR
,
AGENCY
};
private
static
HiringTeamType
[]
getAllHiringTeamTypes
()
...
...
cmsWebApp/src/performa/orm/types/HiringTeamType.xml
View file @
dfe98ab4
...
...
@@ -4,7 +4,9 @@
<CONSTANT
package=
"performa.orm.types"
name=
"HiringTeamType"
>
<VALUE
name=
"T1"
value=
"T1"
description=
"T1"
/>
<VALUE
name=
"SMB"
value=
"SMB"
description=
"Small or medium business that hires occassionally"
/>
<VALUE
name=
"HR"
value=
"HR"
description=
"Hiring / HR department within a large organisation"
/>
<VALUE
name=
"AGENCY"
value=
"AGENCY"
description=
"Agency recruiting on behalf of clients"
/>
</CONSTANT>
...
...
cmsWebApp/src/performa/orm/types/TimeZone.java
View file @
dfe98ab4
This diff is collapsed.
Click to expand it.
cmsWebApp/src/performa/orm/types/TimeZone.xml
View file @
dfe98ab4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment