com.liferay.portlet.asset.service.persistence
Class AssetTagFinderUtil
java.lang.Object
com.liferay.portlet.asset.service.persistence.AssetTagFinderUtil
@ProviderType
public class AssetTagFinderUtil
- extends Object
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
static int |
countByG_C_N(long groupId,
long classNameId,
String name)
|
static int |
countByG_N(long groupId,
String name)
|
static List<AssetTag> |
findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
findByG_N_S_E(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
|
static AssetTagFinder |
getFinder()
|
void |
setFinder(AssetTagFinder finder)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagFinderUtil
public AssetTagFinderUtil()
countByG_N
public static int countByG_N(long groupId,
String name)
countByG_C_N
public static int countByG_C_N(long groupId,
long classNameId,
String name)
findByG_C_N
public static List<AssetTag> findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
findByG_N_S_E
public static List<AssetTag> findByG_N_S_E(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
getFinder
public static AssetTagFinder getFinder()
setFinder
public void setFinder(AssetTagFinder finder)