com.liferay.portlet.asset.service.persistence
Interface AssetTagFinder
@ProviderType
public interface AssetTagFinder
|
Method Summary |
int |
countByG_C_N(long groupId,
long classNameId,
String name)
|
int |
countByG_N(long groupId,
String name)
|
List<AssetTag> |
findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
findByG_N_S_E(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
|
countByG_N
int countByG_N(long groupId,
String name)
countByG_C_N
int countByG_C_N(long groupId,
long classNameId,
String name)
findByG_C_N
List<AssetTag> findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
findByG_N_S_E
List<AssetTag> findByG_N_S_E(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)