Class AssetTagFinderUtil
Object
com.liferay.asset.kernel.service.persistence.AssetTagFinderUtil
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
countByG_C_N
(long groupId, long classNameId, String name) findByG_C_N
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) static AssetTagFinder
void
setFinder
(AssetTagFinder finder)
-
Constructor Details
-
AssetTagFinderUtil
public AssetTagFinderUtil()
-
-
Method Details
-
countByG_C_N
-
findByG_C_N
public static List<AssetTag> findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) -
getFinder
-
setFinder
-