- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BsFavoriteLogCQ (0.08 sec)
-
src/main/java/org/codelibs/fess/es/log/cbean/cq/FavoriteLogCQ.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.log.cbean.cq; import org.codelibs.fess.es.log.cbean.cq.bs.BsFavoriteLogCQ; /** * @author ESFlute (using FreeGen) */ public class FavoriteLogCQ extends BsFavoriteLogCQ {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 825 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/bs/BsFavoriteLogCB.java
public BsFavoriteLogCQ query() { assertQueryPurpose(); return doGetConditionQuery(); } protected BsFavoriteLogCQ doGetConditionQuery() { if (_conditionQuery == null) { _conditionQuery = createLocalCQ(); } return _conditionQuery; } protected BsFavoriteLogCQ createLocalCQ() { return new FavoriteLogCQ();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.7K bytes - Viewed (0)