|
|
@ -196,13 +196,18 @@ public class IntPraticaIndexer extends BaseIndexer { |
|
|
|
document.addKeyword(PortosIndexField.ISTRUTTORE_USERNAME, |
|
|
|
document.addKeyword(PortosIndexField.ISTRUTTORE_USERNAME, |
|
|
|
UserLocalServiceUtil.getUser(intPraticaFromDB.getStatusByUserId()).getScreenName() |
|
|
|
UserLocalServiceUtil.getUser(intPraticaFromDB.getStatusByUserId()).getScreenName() |
|
|
|
.toUpperCase()); |
|
|
|
.toUpperCase()); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
if (intPratica.getStatusByUserId() != 0L) { |
|
|
|
if (intPratica.getStatusByUserId() != 0L) { |
|
|
|
User userIstruttore = UserLocalServiceUtil.fetchUser(intPratica.getStatusByUserId()); |
|
|
|
User userIstruttore = UserLocalServiceUtil.fetchUser(intPratica.getStatusByUserId()); |
|
|
|
if (userIstruttore != null) { |
|
|
|
if (userIstruttore != null) { |
|
|
|
document.addText(PortosIndexField.ISTRUTTORE_FULL_NAME, userIstruttore.getFullName()); |
|
|
|
document.addText(PortosIndexField.ISTRUTTORE_FULL_NAME, userIstruttore.getFullName()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
document.addKeyword(PortosIndexField.ASSEGNATA_AD_ISTRUTTORE, 1L); |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
document.addKeyword(PortosIndexField.ASSEGNATA_AD_ISTRUTTORE, 0L); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (intPratica.getUserId() != 0L) { |
|
|
|
if (intPratica.getUserId() != 0L) { |
|
|
|
User proprietarioDigitale = UserLocalServiceUtil.fetchUser(intPratica.getUserId()); |
|
|
|
User proprietarioDigitale = UserLocalServiceUtil.fetchUser(intPratica.getUserId()); |
|
|
|
if (proprietarioDigitale != null) { |
|
|
|
if (proprietarioDigitale != null) { |
|
|
|