public class AssetLinkFinderUtil
extends Object
Constructor and Description |
---|
AssetLinkFinderUtil() |
Modifier and Type | Method and Description |
---|---|
static List<AssetLink> |
findByAssetEntryGroupId(long groupId,
int start,
int end) |
static List<AssetLink> |
findByC_C(long classNameId,
long classPK) |
static List<AssetLink> |
findByG_C(long groupId,
Date startDate,
Date endDate,
int start,
int end) |
static AssetLinkFinder |
getFinder() |
void |
setFinder(AssetLinkFinder finder) |
public static List<AssetLink> findByAssetEntryGroupId(long groupId, int start, int end)
public static List<AssetLink> findByG_C(long groupId, Date startDate, Date endDate, int start, int end)
public static List<AssetLink> findByC_C(long classNameId, long classPK)
public static AssetLinkFinder getFinder()
public void setFinder(AssetLinkFinder finder)