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
c50f17d7
Commit
c50f17d7
authored
Jul 01, 2019
by
nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S41184876 # Client - Incoming Issues (raised by Client) #Add Casual
parent
aea7a944
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
JobType.java
cmsWebApp/src/performa/orm/types/JobType.java
+3
-1
JobType.xml
cmsWebApp/src/performa/orm/types/JobType.xml
+1
-0
No files found.
cmsWebApp/src/performa/orm/types/JobType.java
View file @
c50f17d7
...
...
@@ -20,6 +20,8 @@ public class JobType extends AbstractEnumerated
public
static
final
EnumeratedFactory
FACTORY_JobType
=
new
JobTypeFactory
();
public
static
final
JobType
CASUAL
=
new
JobType
(
"CASUAL"
,
"CASUAL"
,
"Casual"
,
false
);
public
static
final
JobType
FULL_TIME
=
new
JobType
(
"FULL_TIME"
,
"FULL_TIME"
,
"Full Time"
,
false
);
public
static
final
JobType
PART_TIME
=
new
JobType
(
"PART_TIME"
,
"PART_TIME"
,
"Part Time"
,
false
);
...
...
@@ -27,7 +29,7 @@ public class JobType extends AbstractEnumerated
public
static
final
JobType
CONTRACT
=
new
JobType
(
"CONTRACT"
,
"CONTRACT"
,
"Contract"
,
false
);
private
static
final
JobType
[]
allJobTypes
=
new
JobType
[]
{
FULL_TIME
,
PART_TIME
,
CONTRACT
};
new
JobType
[]
{
CASUAL
,
FULL_TIME
,
PART_TIME
,
CONTRACT
};
private
static
JobType
[]
getAllJobTypes
()
...
...
cmsWebApp/src/performa/orm/types/JobType.xml
View file @
c50f17d7
...
...
@@ -3,6 +3,7 @@
<ROOT>
<CONSTANT
package=
"performa.orm.types"
name=
"JobType"
>
<VALUE
name=
"CASUAL"
value=
"CASUAL"
description=
"Casual"
/>
<VALUE
name=
"FULL_TIME"
value=
"FULL_TIME"
description=
"Full Time"
/>
<VALUE
name=
"PART_TIME"
value=
"PART_TIME"
description=
"Part Time"
/>
<VALUE
name=
"CONTRACT"
value=
"CONTRACT"
description=
"Contract"
/>
...
...
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