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
f82ec8ea
Commit
f82ec8ea
authored
Nov 11, 2019
by
nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes to webservices
parent
cd74befe
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
SearchMessageTemplate.java
cmsWebApp/src/performa/search/SearchMessageTemplate.java
+9
-2
SearchWorkFlowTemplate.java
cmsWebApp/src/performa/search/SearchWorkFlowTemplate.java
+6
-1
GeneralConfig_performa.xml
...pp/webroot/extensions/performa/GeneralConfig_performa.xml
+5
-3
No files found.
cmsWebApp/src/performa/search/SearchMessageTemplate.java
View file @
f82ec8ea
...
...
@@ -24,9 +24,15 @@ public class SearchMessageTemplate extends BaseSearchMessageTemplate
if
(
isTrue
(
getOnlyGlobalTemplate
()))
{
return
searchByAll
.
andHiringTeam
(
new
IsNullFilter
<>()).
andRelatedToJob
(
new
EqualsFilter
<>(
Boolean
.
FALSE
)).
search
(
getTransaction
());
return
searchByAll
.
andHiringTeam
(
new
IsNullFilter
<>())
.
andRelatedToJob
(
new
EqualsFilter
<>(
Boolean
.
FALSE
))
.
andIsSystemGenerated
(
new
EqualsFilter
<>(
Boolean
.
FALSE
))
.
search
(
getTransaction
());
}
return
searchByAll
.
andHiringTeam
(
new
EqualsFilter
<>(
companyUser
.
getSelectedTeam
())).
andRelatedToJob
(
new
EqualsFilter
<>(
Boolean
.
FALSE
)).
search
(
getTransaction
());
return
searchByAll
.
andHiringTeam
(
new
EqualsFilter
<>(
companyUser
.
getSelectedTeam
()))
.
andRelatedToJob
(
new
EqualsFilter
<>(
Boolean
.
FALSE
))
.
andIsSystemGenerated
(
new
EqualsFilter
<>(
Boolean
.
FALSE
))
.
search
(
getTransaction
());
}
}
\ No newline at end of file
cmsWebApp/src/performa/search/SearchWorkFlowTemplate.java
View file @
f82ec8ea
...
...
@@ -25,11 +25,15 @@ public class SearchWorkFlowTemplate extends BaseSearchWorkFlowTemplate
if
(
isTrue
(
getOnlyGlobalTemplates
()))
{
return
searchByAll
.
andHiringTeam
(
new
IsNullFilter
<>()).
andRelatedToJob
(
new
EqualsFilter
<>(
Boolean
.
FALSE
)).
search
(
getTransaction
());
return
searchByAll
.
andHiringTeam
(
new
IsNullFilter
<>())
.
andRelatedToJob
(
new
EqualsFilter
<>(
Boolean
.
FALSE
))
.
andIsSystemGenerated
(
new
EqualsFilter
<>(
Boolean
.
FALSE
))
.
search
(
getTransaction
());
}
return
searchByAll
.
andHiringTeam
(
new
EqualsFilter
<>(
companyUser
.
getSelectedTeam
()))
.
andRelatedToJob
(
new
EqualsFilter
<>(
Boolean
.
FALSE
))
.
andIsSystemGenerated
(
new
EqualsFilter
<>(
Boolean
.
FALSE
))
.
search
(
getTransaction
());
}
}
\ No newline at end of file
cmsWebApp/webroot/extensions/performa/GeneralConfig_performa.xml
View file @
f82ec8ea
...
...
@@ -119,11 +119,13 @@
</NODE>
<!-- Enum services -->
<NODE
name=
"ResponseAction
"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.ResponseAction"
privilege=
"*"
/>
<NODE
name=
"StageType
"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.StageType"
privilege=
"*"
/>
<NODE
name=
"TemplateType
"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.TemplateType"
privilege=
"*"
/>
<NODE
name=
"ResponseAction
s"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.ResponseAction"
privilege=
"*"
/>
<NODE
name=
"StageType
s"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.StageType"
privilege=
"*"
/>
<NODE
name=
"TemplateType
s"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.TemplateType"
privilege=
"*"
/>
<NODE
name=
"SentVia"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.SentVia"
privilege=
"*"
/>
<NODE
name=
"PlaceholderOptions"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.PlaceholderOptions"
privilege=
"*"
/>
<NODE
name=
"ApplicantSources"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.ApplicantSource"
privilege=
"*"
/>
<NODE
name=
"StepTypes"
factory=
"Participant"
class=
"oneit.appservices.ws.services.EnumJSONService"
enumClass=
"performa.orm.types.StepType"
privilege=
"*"
/>
</NODE>
...
...
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