Interface MicroblogsEntryFinder


@ProviderType public interface MicroblogsEntryFinder
Generated:
  • Method Details

    • countByC_U

      int countByC_U(long companyId, long userId)
    • countByU_MU

      int countByU_MU(long userId, long microblogsEntryUserId)
    • countByC_U_ATN

      int countByC_U_ATN(long companyId, long userId, String assetTagName)
    • countByC_CCNI_ATN

      int countByC_CCNI_ATN(long companyId, long creatorClassNameId, String assetTagName)
    • 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

      List<MicroblogsEntry> findByC_U(long companyId, long userId, int start, int end)
    • findByU_MU

      List<MicroblogsEntry> findByU_MU(long userId, long microblogsEntryUserId, int start, int end)
    • 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)