Wiki source code of TQL - metody (funkce)

Version 1.1 by Jan Šimeček on 2024/07/16 13:09

Show last authors
1 {{{ String workTypeName();
2
3 String workMedium();
4
5 Integer workMediumNumeric();
6
7 String workLocMark();
8
9 Long workTypeId();
10
11 Long workId();
12
13 Long itemThematicGroupId();
14
15 Long itemBorrowCategoryId();
16
17 Long itemBookBindingId();
18
19 boolean itemProposalToWriteOff();
20
21 String workTitleShow();
22
23 String workAuthorShow();
24
25 Date workExternalVersion();
26
27 Date workDateCreated();
28
29 Date workDateModified();
30
31 String workPublisherPlaceShow();
32
33 Long workHarvestedSourceId();
34
35 String workSpecialString1();
36 String workSpecialString2();
37 String workSpecialString3();
38 String workSpecialString4();
39 String workSpecialString5();
40 String workSpecialString6();
41
42 Boolean workIsPeriodical();
43
44 boolean workHasSubfieldValueInSubfieldIds(String value, Integer... ids);
45
46 boolean workHasSubfieldNameWithValue(String subfield, String value);
47
48 boolean userHasSubfieldValueInSubfieldId(String value, int id);
49
50 Integer userElectronicBorrowingsCount(int dayCount, int harvestedSourceId);
51
52 String itemBorrowCategoryExternalId();
53 boolean itemHasSubfieldNameWithValue(String subfield, String value);
54 String itemIncrementalNumberValueShow();
55
56 String itemIncrementalNumberRoot();
57
58 Long itemIncrementalNumberValue();
59
60 String itemType();
61
62 Date itemDateCreated();
63
64 Boolean itemActive();
65
66 Boolean itemCompound();
67
68 String itemBarcode();
69
70 Long itemLocationId();
71
72 String itemLocationName();
73
74 String itemLocationCode();
75
76 String itemLocationExternalId();
77
78 String itemLocationOwnerExternalId();
79
80 Long itemSublocationId();
81
82 Long itemLocationOwnerId();
83
84 String itemPeriodicalYear();
85
86 String itemPeriodicalRow();
87
88 String itemLocMarkValueShow();
89
90 String itemStoreMarkValueShow();
91
92 Long itemAcquisitionTypeId();
93
94 Long itemLibraryId();
95
96 String itemImportId();
97
98 String itemReceiptNumber();
99
100 Long itemId();
101
102 Long itemLibraryOwnerId();
103
104 Long itemWriteOffListId();
105
106 Long itemWriteOffReasonId();
107
108 Double userAge();
109
110 Double userAgeInCurrentYear();
111
112 Long userCategoryId();
113
114 Long userId();
115
116 String userIdentityCardNumber();
117 Long userDefaultDepartmentId();
118 Long userProfessionId();
119
120 String userEducationLevelCode();
121
122 Long userLocationForExchangesId();
123
124 Long userReaderNumberValue();
125 String userDefaultDepartmentShortcut();
126
127 boolean userIsSingle();
128
129 boolean userIsLibrary();
130
131 boolean userIsPartnerWithValidRegistration();
132
133 boolean userIsPartner();
134
135 boolean userIsFamily();
136
137 boolean userIsFamilyWithValidRegistration();
138
139 Integer userElectronicBorrowingsCurrentMonthCount(int harvestedSourceId);
140 String userCategoryCode();
141 String userFullname();
142
143 String userLastname();
144
145 String userUsername();
146
147 String userFirstname();
148
149 String authorityHeadingType();
150
151 Date nowAddMonths(int count);
152
153 Date currentDate();
154
155 Date currentTime();
156
157 Long linkageRelationId();
158
159 Long orderItemThematicGroupId();
160
161 Long orderItemAcquisitionTypeId();
162
163 Long orderItemInLocationLocationId();
164
165 Double itemPrice();
166
167 String userProfessionKey();
168
169 String itemBorrowCategoryName();
170
171 Long userSchoolId();
172
173 String userEmail();
174
175 String userPhone();
176
177 String userNote();
178
179 String workLanguage();
180
181 Long userDefaultGroupId();
182
183 String userBeforeAddressPermanent();
184
185 String userStreetNumberPermanent();
186
187 String userCityPermanent();
188
189 String userPostNumberPermanent();
190
191 String itemNote();
192
193 String userCategoryType();
194
195 String userCautionNote();
196
197 Integer workSpecialInt1();
198
199 Integer workSpecialInt2();
200
201 Integer workSpecialInt3();
202
203 Long itemWorkId();
204
205 String userProfessionCode();
206
207 String itemThematicGroupExternalId();
208
209 Long itemUserDeletedId();
210
211 Long loggedUserId();
212
213 boolean isUserVisitCountLimitExceed();
214
215 boolean hasUserNoActiveRegistrationInHisDefaultDepartment(int departmentId);
216
217 boolean isFamilyOrPartnerOfSizeWithChildCount(boolean orPartner, int minFamilySize, int maxFamilySize, int maxChildCount);
218
219 boolean isShowUserVisitCountWarning();
220
221 boolean existsReservation();
222
223 boolean hasUserActiveRegistrationInCurrentDepartment();
224
225 boolean isAfterInCurrentYear(int day, int month);
226
227 boolean isBeforeInCurrentYear(int day, int month);
228
229 boolean isAfter(int day, int month, int year);
230
231 boolean isBefore(int day, int month, int year);
232
233 Long periodicalSheetId();
234
235 Long invoiceItemId();
236
237 Long invoiceItemDefinitionId();
238
239 Double userDebt(long departmentId);
240 }}}