Changes for page TQL - metody (funkce)
Last modified by Jan Šimeček on 2026/03/26 09:49
From version 5.1
edited by Jan Šimeček
on 2026/03/26 09:49
on 2026/03/26 09:49
Change comment:
There is no comment for this version
To version 4.1
edited by Jiří Gazárek
on 2025/02/04 09:44
on 2025/02/04 09:44
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. simecek1 +XWiki.gazarek - Content
-
... ... @@ -16,7 +16,7 @@ 16 16 17 17 Long itemBookBindingId(); 18 18 19 - Boolean itemProposalToWriteOff();19 + boolean itemProposalToWriteOff(); 20 20 21 21 String workTitleShow(); 22 22 ... ... @@ -39,8 +39,6 @@ 39 39 String workSpecialString5(); 40 40 String workSpecialString6(); 41 41 42 - String workRules(); 43 - 44 44 Boolean workIsPeriodical(); 45 45 46 46 boolean workHasSubfieldValueInSubfieldIds(String value, Integer... ids); ... ... @@ -47,32 +47,16 @@ 47 47 48 48 boolean workHasSubfieldNameWithValue(String subfield, String value); 49 49 50 - boolean workHasAnyLabelIds(Integer... ids); 51 - 52 - boolean workHasNotAnyLabelIds(Integer... ids); 53 - 54 - boolean workHasAllLabelIds(Integer... ids); 55 - 56 56 boolean userHasSubfieldValueInSubfieldId(String value, int id); 57 57 58 - Integer userElectronicBorrowingsCount(int dayCount, Integer...harvestedSourceId);50 + Integer userElectronicBorrowingsCount(int dayCount, int harvestedSourceId); 59 59 60 60 String itemBorrowCategoryExternalId(); 61 - 62 62 boolean itemHasSubfieldNameWithValue(String subfield, String value); 63 - 64 - boolean itemHasAnyLabelIds(Integer... ids); 65 - 66 - boolean itemHasAllLabelIds(Integer... ids); 67 - 68 68 String itemIncrementalNumberValueShow(); 69 69 70 70 String itemIncrementalNumberRoot(); 71 71 72 - String itemSpecialString1(); 73 - String itemSpecialString2(); 74 - String itemSpecialString3(); 75 - 76 76 Long itemIncrementalNumberValue(); 77 77 78 78 String itemType(); ... ... @@ -99,8 +99,6 @@ 99 99 100 100 Long itemSublocationId(); 101 101 102 - Long itemSupplierId(); 103 - 104 104 Long itemLocationOwnerId(); 105 105 106 106 String itemPeriodicalYear(); ... ... @@ -136,12 +136,9 @@ 136 136 Long userId(); 137 137 138 138 String userIdentityCardNumber(); 139 - Date userIdentityCardNumberValidityDate(); 140 140 Long userDefaultDepartmentId(); 141 141 Long userProfessionId(); 142 142 143 - Long userEducationLevelId(); 144 - 145 145 String userEducationLevelCode(); 146 146 147 147 Long userLocationForExchangesId(); ... ... @@ -161,10 +161,8 @@ 161 161 162 162 boolean userIsFamilyWithValidRegistration(); 163 163 164 - Integer userElectronicBorrowingsCurrentMonthCount(Integer... harvestedSourceId); 165 - 141 + Integer userElectronicBorrowingsCurrentMonthCount(int harvestedSourceId); 166 166 String userCategoryCode(); 167 - 168 168 String userFullname(); 169 169 170 170 String userLastname(); ... ... @@ -235,8 +235,6 @@ 235 235 236 236 Long itemUserDeletedId(); 237 237 238 - Long itemUserCreatedId(); 239 - 240 240 Long loggedUserId(); 241 241 242 242 boolean isUserVisitCountLimitExceed(); ... ... @@ -243,16 +243,12 @@ 243 243 244 244 boolean hasUserNoActiveRegistrationInHisDefaultDepartment(int departmentId); 245 245 246 - boolean isFamilyOrPartnerOfSizeWithChildCount(boolean isFamily, boolean isPartner, int minFamilySize, int maxFamilySize, int minAdultCount, int maxAdultCount);219 + boolean isFamilyOrPartnerOfSizeWithChildCount(boolean orPartner, int minFamilySize, int maxFamilySize, int maxChildCount); 247 247 248 248 boolean isShowUserVisitCountWarning(); 249 249 250 250 boolean existsReservation(); 251 251 252 - boolean existsReservationOnRelatedDepartments(); 253 - 254 - boolean hasWaitingWemiRequest(Integer... departmentIds); 255 - 256 256 boolean hasUserActiveRegistrationInCurrentDepartment(); 257 257 258 258 boolean isAfterInCurrentYear(int day, int month); ... ... @@ -269,7 +269,12 @@ 269 269 270 270 Long invoiceItemDefinitionId(); 271 271 241 + boolean workHasAnyLabelIds(int ... labelIds); 242 + 243 + boolean workHasNotAnyLabelIds(int ... labelIds); 244 + 272 272 Double userDebt(long departmentId); 273 273 }}} 274 274 248 + 275 275