@ProviderType
public class AssetTagPropertyFinderUtil
extends java.lang.Object
| Constructor and Description |
|---|
AssetTagPropertyFinderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countByG_K(long groupId,
java.lang.String key) |
static java.util.List<AssetTagProperty> |
findByG_K(long groupId,
java.lang.String key) |
static java.util.List<AssetTagProperty> |
findByG_K(long groupId,
java.lang.String key,
int start,
int end) |
static AssetTagPropertyFinder |
getFinder() |
void |
setFinder(AssetTagPropertyFinder finder) |
public static int countByG_K(long groupId,
java.lang.String key)
throws SystemException
SystemExceptionpublic static java.util.List<AssetTagProperty> findByG_K(long groupId, java.lang.String key) throws SystemException
SystemExceptionpublic static java.util.List<AssetTagProperty> findByG_K(long groupId, java.lang.String key, int start, int end) throws SystemException
SystemExceptionpublic static AssetTagPropertyFinder getFinder()
public void setFinder(AssetTagPropertyFinder finder)