@ProviderType
public interface AssetLinkFinder
Modifier and Type | Method and Description |
---|---|
List<AssetLink> |
findByAssetEntryGroupId(long groupId,
int start,
int end) |
List<AssetLink> |
findByC_C(long classNameId,
long classPK) |
List<AssetLink> |
findByG_C(long groupId,
Date startDate,
Date endDate,
int start,
int end) |