@ProviderType
public interface StatusFinder
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object[]> |
findByModifiedDate(long companyId,
long userId,
long modifiedDate,
int start,
int end) |
java.util.List<java.lang.Object[]> |
findBySocialRelationTypes(long userId,
int[] types,
long modifiedDate,
int start,
int end) |
java.util.List<java.lang.Object[]> |
findByUsersGroups(long userId,
long modifiedDate,
java.lang.String[] groupNames,
int start,
int end) |
java.util.List<java.lang.Object[]> findByModifiedDate(long companyId,
long userId,
long modifiedDate,
int start,
int end)
java.util.List<java.lang.Object[]> findBySocialRelationTypes(long userId,
int[] types,
long modifiedDate,
int start,
int end)
java.util.List<java.lang.Object[]> findByUsersGroups(long userId,
long modifiedDate,
java.lang.String[] groupNames,
int start,
int end)