@ProviderType
public interface MicroblogsEntryFinder
Modifier and Type | Method and Description |
---|---|
int |
countByC_CCNI_ATN(long companyId,
long creatorClassNameId,
java.lang.String assetTagName) |
int |
countByC_CCNI_CCPK_ATN(long companyId,
long creatorClassNameId,
long creatorClassPK,
java.lang.String assetTagName,
boolean andOperator) |
int |
countByC_U_ATN(long companyId,
long userId,
java.lang.String assetTagName) |
int |
countByC_U(long companyId,
long userId) |
int |
countByCCNI_ATN(long creatorClassNameId,
java.lang.String assetTagName) |
int |
countByCCNI_CCPK_ATN(long creatorClassNameId,
long creatorClassPK,
java.lang.String assetTagName,
boolean andOperator) |
int |
countByU_ATN(long userId,
java.lang.String assetTagName) |
int |
countByU_MU(long userId,
long microblogsEntryUserId) |
int |
countByU_T_MU(long userId,
int type,
long microblogsEntryUserId) |
int |
countByUserId(long userId) |
java.util.List<MicroblogsEntry> |
findByC_CCNI_ATN(long companyId,
long creatorClassNameId,
java.lang.String assetTagName,
int start,
int end) |
java.util.List<MicroblogsEntry> |
findByC_CCNI_CCPK_ATN(long companyId,
long creatorClassNameId,
long creatorClassPK,
java.lang.String assetTagName,
boolean andOperator,
int start,
int end) |
java.util.List<MicroblogsEntry> |
findByC_U_ATN(long companyId,
long userId,
java.lang.String assetTagName,
int start,
int end) |
java.util.List<MicroblogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end) |
java.util.List<MicroblogsEntry> |
findByCCNI_ATN(long creatorClassNameId,
java.lang.String assetTagName,
int start,
int end) |
java.util.List<MicroblogsEntry> |
findByCCNI_CCPK_ATN(long creatorClassNameId,
long creatorClassPK,
java.lang.String assetTagName,
boolean andOperator,
int start,
int end) |
java.util.List<MicroblogsEntry> |
findByU_ATN(long userId,
java.lang.String assetTagName,
int start,
int end) |
java.util.List<MicroblogsEntry> |
findByU_MU(long userId,
long microblogsEntryUserId,
int start,
int end) |
java.util.List<MicroblogsEntry> |
findByU_T_MU(long userId,
int type,
long microblogsEntryUserId,
int start,
int end) |
java.util.List<MicroblogsEntry> |
findByUserId(long userId,
int start,
int end) |
int countByUserId(long userId)
int countByC_U(long companyId, long userId)
int countByU_MU(long userId, long microblogsEntryUserId)
int countByU_ATN(long userId, java.lang.String assetTagName)
int countByCCNI_ATN(long creatorClassNameId, java.lang.String assetTagName)
int countByC_U_ATN(long companyId, long userId, java.lang.String assetTagName)
int countByC_CCNI_ATN(long companyId, long creatorClassNameId, java.lang.String assetTagName)
int countByU_T_MU(long userId, int type, long microblogsEntryUserId)
int countByCCNI_CCPK_ATN(long creatorClassNameId, long creatorClassPK, java.lang.String assetTagName, boolean andOperator)
int countByC_CCNI_CCPK_ATN(long companyId, long creatorClassNameId, long creatorClassPK, java.lang.String assetTagName, boolean andOperator)
java.util.List<MicroblogsEntry> findByUserId(long userId, int start, int end)
java.util.List<MicroblogsEntry> findByC_U(long companyId, long userId, int start, int end)
java.util.List<MicroblogsEntry> findByU_MU(long userId, long microblogsEntryUserId, int start, int end)
java.util.List<MicroblogsEntry> findByU_ATN(long userId, java.lang.String assetTagName, int start, int end)
java.util.List<MicroblogsEntry> findByCCNI_ATN(long creatorClassNameId, java.lang.String assetTagName, int start, int end)
java.util.List<MicroblogsEntry> findByC_U_ATN(long companyId, long userId, java.lang.String assetTagName, int start, int end)
java.util.List<MicroblogsEntry> findByC_CCNI_ATN(long companyId, long creatorClassNameId, java.lang.String assetTagName, int start, int end)
java.util.List<MicroblogsEntry> findByU_T_MU(long userId, int type, long microblogsEntryUserId, int start, int end)
java.util.List<MicroblogsEntry> findByCCNI_CCPK_ATN(long creatorClassNameId, long creatorClassPK, java.lang.String assetTagName, boolean andOperator, int start, int end)
java.util.List<MicroblogsEntry> findByC_CCNI_CCPK_ATN(long companyId, long creatorClassNameId, long creatorClassPK, java.lang.String assetTagName, boolean andOperator, int start, int end)