@ProviderType
public interface AssetTagPropertyFinder
| Modifier and Type | Method and Description |
|---|---|
int |
countByG_K(long groupId,
java.lang.String key) |
java.util.List<AssetTagProperty> |
findByG_K(long groupId,
java.lang.String key) |
java.util.List<AssetTagProperty> |
findByG_K(long groupId,
java.lang.String key,
int start,
int end) |
int countByG_K(long groupId,
java.lang.String key)
throws SystemException
SystemExceptionjava.util.List<AssetTagProperty> findByG_K(long groupId, java.lang.String key) throws SystemException
SystemExceptionjava.util.List<AssetTagProperty> findByG_K(long groupId, java.lang.String key, int start, int end) throws SystemException
SystemException