Liferay 7.0-ce-b4

com.liferay.portlet.asset.service.persistence
Interface AssetTagFinder

All Known Implementing Classes:
AssetTagFinderImpl

@ProviderType
public interface AssetTagFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)
           
 

Method Detail

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)

Liferay 7.0-ce-b4