Interface MicroblogsEntryFinder
@ProviderType
public interface MicroblogsEntryFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countByC_CCNI_ATN
(long companyId, long creatorClassNameId, String assetTagName) int
countByC_CCNI_CCPK_ATN
(long companyId, long creatorClassNameId, long creatorClassPK, String assetTagName, boolean andOperator) int
countByC_U
(long companyId, long userId) int
countByC_U_ATN
(long companyId, long userId, String assetTagName) int
countByU_MU
(long userId, long microblogsEntryUserId) int
countByU_T_MU
(long userId, int type, long microblogsEntryUserId) findByC_CCNI_ATN
(long companyId, long creatorClassNameId, String assetTagName, int start, int end) findByC_CCNI_CCPK_ATN
(long companyId, long creatorClassNameId, long creatorClassPK, String assetTagName, boolean andOperator, int start, int end) findByC_U
(long companyId, long userId, int start, int end) findByC_U_ATN
(long companyId, long userId, String assetTagName, int start, int end) findByU_MU
(long userId, long microblogsEntryUserId, int start, int end) findByU_T_MU
(long userId, int type, long microblogsEntryUserId, int start, int end)
-
Method Details
-
countByC_U
int countByC_U(long companyId, long userId) -
countByU_MU
int countByU_MU(long userId, long microblogsEntryUserId) -
countByC_U_ATN
-
countByC_CCNI_ATN
-
countByU_T_MU
int countByU_T_MU(long userId, int type, long microblogsEntryUserId) -
countByC_CCNI_CCPK_ATN
int countByC_CCNI_CCPK_ATN(long companyId, long creatorClassNameId, long creatorClassPK, String assetTagName, boolean andOperator) -
findByC_U
-
findByU_MU
-
findByC_U_ATN
List<MicroblogsEntry> findByC_U_ATN(long companyId, long userId, String assetTagName, int start, int end) -
findByC_CCNI_ATN
List<MicroblogsEntry> findByC_CCNI_ATN(long companyId, long creatorClassNameId, String assetTagName, int start, int end) -
findByU_T_MU
List<MicroblogsEntry> findByU_T_MU(long userId, int type, long microblogsEntryUserId, int start, int end) -
findByC_CCNI_CCPK_ATN
List<MicroblogsEntry> findByC_CCNI_CCPK_ATN(long companyId, long creatorClassNameId, long creatorClassPK, String assetTagName, boolean andOperator, int start, int end)
-