| Line 156... |
Line 156... |
| 156 |
}
|
156 |
}
|
| 157 |
|
157 |
|
| 158 |
public List<Activity> getActivities(SearchFilter searchFilter)
|
158 |
public List<Activity> getActivities(SearchFilter searchFilter)
|
| 159 |
throws TException {
|
159 |
throws TException {
|
| 160 |
List<Activity> tactivities = new ArrayList<Activity>();
|
160 |
List<Activity> tactivities = new ArrayList<Activity>();
|
| - |
|
161 |
log.info("Search Filter..."+searchFilter.isNotShowPmTickets());
|
| 161 |
in.shop2020.crm.domain.SearchFilter filter_to_check =in.shop2020.crm.domain.SearchFilter.create(searchFilter);
|
162 |
in.shop2020.crm.domain.SearchFilter filter_to_check =in.shop2020.crm.domain.SearchFilter.create(searchFilter);
|
| - |
|
163 |
log.info("Search Filter after conversion..."+filter_to_check.getNotShowPmTickets());
|
| 162 |
List<in.shop2020.crm.domain.Activity> activities = activityHandler
|
164 |
List<in.shop2020.crm.domain.Activity> activities = activityHandler
|
| 163 |
.getActivities(filter_to_check);
|
165 |
.getActivities(filter_to_check);
|
| 164 |
in.shop2020.crm.domain.SearchFilter new_searchFilter = new in.shop2020.crm.domain.SearchFilter();
|
166 |
in.shop2020.crm.domain.SearchFilter new_searchFilter = new in.shop2020.crm.domain.SearchFilter();
|
| 165 |
|
167 |
|
| 166 |
if (activities != null) {
|
168 |
if (activities != null) {
|