Interface MicroblogsEntryPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<MicroblogsEntry>

@ProviderType public interface MicroblogsEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<MicroblogsEntry>
The persistence interface for the microblogs entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(MicroblogsEntry microblogsEntry)
    Caches the microblogs entry in the entity cache if it is enabled.
    void
    cacheResult(List<MicroblogsEntry> microblogsEntries)
    Caches the microblogs entries in the entity cache if it is enabled.
    int
    Returns the number of microblogs entries.
    int
    countByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
    Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    int
    countByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
    Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
    int
    countByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
    Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    int
    countByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
    Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    int
    countByC_CCNI_T(long companyId, long creatorClassNameId, int type)
    Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
    int
    countByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
    Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
    int
    countByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
    Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.
    int
    countByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
    Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    int
    countByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
    Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    int
    countByCCNI_T(long creatorClassNameId, int type)
    Returns the number of microblogs entries where creatorClassNameId = ? and type = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of microblogs entries where companyId = ?.
    int
    countByT_P(int type, long parentMicroblogsEntryId)
    Returns the number of microblogs entries where type = ? and parentMicroblogsEntryId = ?.
    int
    countByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
    Returns the number of microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    int
    countByU_T(long userId, int type)
    Returns the number of microblogs entries where userId = ? and type = ?.
    int
    countByUserId(long userId)
    Returns the number of microblogs entries where userId = ?.
    create(long microblogsEntryId)
    Creates a new microblogs entry with the primary key.
    fetchByC_CCNI_CCPK_First(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    fetchByC_CCNI_CCPK_Last(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    fetchByC_CCNI_CCPK_T_First(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    fetchByC_CCNI_CCPK_T_Last(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    fetchByC_CCNI_T_First(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
    fetchByC_CCNI_T_Last(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
    fetchByCCNI_CCPK_First(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
    fetchByCCNI_CCPK_Last(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
    fetchByCCNI_CCPK_T_First(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    fetchByCCNI_CCPK_T_Last(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    fetchByCCNI_T_First(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
    fetchByCCNI_T_Last(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where companyId = ?.
    fetchByPrimaryKey(long microblogsEntryId)
    Returns the microblogs entry with the primary key or returns null if it could not be found.
    fetchByT_P_First(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
    fetchByT_P_Last(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
    fetchByU_C_T_S_First(long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    fetchByU_C_T_S_Last(long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    fetchByU_T_First(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where userId = ? and type = ?.
    fetchByU_T_Last(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where userId = ? and type = ?.
    fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where userId = ?.
    fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where userId = ?.
    int
    filterCountByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
    Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    int
    filterCountByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
    Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
    int
    filterCountByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
    Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    int
    filterCountByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
    Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    int
    filterCountByC_CCNI_T(long companyId, long creatorClassNameId, int type)
    Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and type = ?.
    int
    filterCountByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
    Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.
    int
    filterCountByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
    Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ?.
    int
    filterCountByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
    Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    int
    filterCountByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
    Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    int
    filterCountByCCNI_T(long creatorClassNameId, int type)
    Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.
    int
    filterCountByCompanyId(long companyId)
    Returns the number of microblogs entries that the user has permission to view where companyId = ?.
    int
    filterCountByT_P(int type, long parentMicroblogsEntryId)
    Returns the number of microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.
    int
    filterCountByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
    Returns the number of microblogs entries that the user has permission to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    int
    filterCountByU_T(long userId, int type)
    Returns the number of microblogs entries that the user has permission to view where userId = ? and type = ?.
    int
    filterCountByUserId(long userId)
    Returns the number of microblogs entries that the user has permission to view where userId = ?.
    filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
    Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
    Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
    filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
    filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
    filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    filterFindByC_CCNI_CCPK_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
    Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
    Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    filterFindByC_CCNI_CCPK_T_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    filterFindByC_CCNI_T(long companyId, long creatorClassNameId, int type)
    Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and type = ?.
    filterFindByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and type = ?.
    filterFindByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where companyId = ? and creatorClassNameId = ? and type = ?.
    filterFindByC_CCNI_T_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and type = ?.
    filterFindByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
    Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.
    filterFindByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
    Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ?.
    filterFindByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ?.
    filterFindByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ?.
    filterFindByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.
    filterFindByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where creatorClassNameId = ? and creatorClassPK = ?.
    filterFindByCCNI_CCPK_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.
    filterFindByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
    Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    filterFindByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    filterFindByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    filterFindByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
    Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    filterFindByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    filterFindByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    filterFindByCCNI_CCPK_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    filterFindByCCNI_T(long creatorClassNameId, int type)
    Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.
    filterFindByCCNI_T(long creatorClassNameId, int type, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.
    filterFindByCCNI_T(long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where creatorClassNameId = ? and type = ?.
    filterFindByCCNI_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.
    filterFindByCompanyId(long companyId)
    Returns all the microblogs entries that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where companyId = ?.
    filterFindByCompanyId_PrevAndNext(long microblogsEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where companyId = ?.
    filterFindByT_P(int type, long parentMicroblogsEntryId)
    Returns all the microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.
    filterFindByT_P(int type, long parentMicroblogsEntryId, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.
    filterFindByT_P(int type, long parentMicroblogsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where type = ? and parentMicroblogsEntryId = ?.
    filterFindByT_P_PrevAndNext(long microblogsEntryId, int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.
    filterFindByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
    Returns all the microblogs entries that the user has permission to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    filterFindByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    filterFindByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    filterFindByU_C_T_S_PrevAndNext(long microblogsEntryId, long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    filterFindByU_T(long userId, int type)
    Returns all the microblogs entries that the user has permission to view where userId = ? and type = ?.
    filterFindByU_T(long userId, int type, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where userId = ? and type = ?.
    filterFindByU_T(long userId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where userId = ? and type = ?.
    filterFindByU_T_PrevAndNext(long microblogsEntryId, long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where userId = ? and type = ?.
    filterFindByUserId(long userId)
    Returns all the microblogs entries that the user has permission to view where userId = ?.
    filterFindByUserId(long userId, int start, int end)
    Returns a range of all the microblogs entries that the user has permission to view where userId = ?.
    filterFindByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries that the user has permissions to view where userId = ?.
    filterFindByUserId_PrevAndNext(long microblogsEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where userId = ?.
    Returns all the microblogs entries.
    findAll(int start, int end)
    Returns a range of all the microblogs entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries.
    findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
    Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
    Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
    findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end)
    Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
    findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
    findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?, optionally using the finder cache.
    findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end)
    Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    findByC_CCNI_CCPK_First(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    findByC_CCNI_CCPK_Last(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    findByC_CCNI_CCPK_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
    findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
    Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
    Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?, optionally using the finder cache.
    findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
    Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end)
    Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByC_CCNI_CCPK_T_First(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByC_CCNI_CCPK_T_Last(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByC_CCNI_CCPK_T_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByC_CCNI_T(long companyId, long creatorClassNameId, int type)
    Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
    findByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end)
    Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
    findByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
    findByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
    findByC_CCNI_T_First(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
    findByC_CCNI_T_Last(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
    findByC_CCNI_T_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
    findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
    Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
    findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
    Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.
    findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end)
    Returns a range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.
    findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.
    findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?, optionally using the finder cache.
    findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end)
    Returns a range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
    findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
    findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
    findByCCNI_CCPK_First(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
    findByCCNI_CCPK_Last(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
    findByCCNI_CCPK_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
    findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
    Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
    Returns a range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
    findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?, optionally using the finder cache.
    findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
    Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end)
    Returns a range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByCCNI_CCPK_T_First(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByCCNI_CCPK_T_Last(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByCCNI_CCPK_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
    findByCCNI_T(long creatorClassNameId, int type)
    Returns all the microblogs entries where creatorClassNameId = ? and type = ?.
    findByCCNI_T(long creatorClassNameId, int type, int start, int end)
    Returns a range of all the microblogs entries where creatorClassNameId = ? and type = ?.
    findByCCNI_T(long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and type = ?.
    findByCCNI_T(long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and type = ?.
    findByCCNI_T_First(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
    findByCCNI_T_Last(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
    findByCCNI_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
    findByCompanyId(long companyId)
    Returns all the microblogs entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the microblogs entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long microblogsEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where companyId = ?.
    findByPrimaryKey(long microblogsEntryId)
    Returns the microblogs entry with the primary key or throws a NoSuchEntryException if it could not be found.
    findByT_P(int type, long parentMicroblogsEntryId)
    Returns all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.
    findByT_P(int type, long parentMicroblogsEntryId, int start, int end)
    Returns a range of all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.
    findByT_P(int type, long parentMicroblogsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.
    findByT_P(int type, long parentMicroblogsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.
    findByT_P_First(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
    findByT_P_Last(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
    findByT_P_PrevAndNext(long microblogsEntryId, int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
    findByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
    Returns all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    findByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end)
    Returns a range of all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    findByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    findByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    findByU_C_T_S_First(long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    findByU_C_T_S_Last(long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    findByU_C_T_S_PrevAndNext(long microblogsEntryId, long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
    findByU_T(long userId, int type)
    Returns all the microblogs entries where userId = ? and type = ?.
    findByU_T(long userId, int type, int start, int end)
    Returns a range of all the microblogs entries where userId = ? and type = ?.
    findByU_T(long userId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where userId = ? and type = ?.
    findByU_T(long userId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where userId = ? and type = ?.
    findByU_T_First(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where userId = ? and type = ?.
    findByU_T_Last(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where userId = ? and type = ?.
    findByU_T_PrevAndNext(long microblogsEntryId, long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where userId = ? and type = ?.
    findByUserId(long userId)
    Returns all the microblogs entries where userId = ?.
    findByUserId(long userId, int start, int end)
    Returns a range of all the microblogs entries where userId = ?.
    findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns an ordered range of all the microblogs entries where userId = ?.
    findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the microblogs entries where userId = ?.
    findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the first microblogs entry in the ordered set where userId = ?.
    findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the last microblogs entry in the ordered set where userId = ?.
    findByUserId_PrevAndNext(long microblogsEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
    Returns the microblogs entries before and after the current microblogs entry in the ordered set where userId = ?.
    remove(long microblogsEntryId)
    Removes the microblogs entry with the primary key from the database.
    void
    Removes all the microblogs entries from the database.
    void
    removeByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
    Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? from the database.
    void
    removeByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
    Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ? from the database.
    void
    removeByC_CCNI_T(long companyId, long creatorClassNameId, int type)
    Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ? from the database.
    void
    removeByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
    Removes all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? from the database.
    void
    removeByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
    Removes all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ? from the database.
    void
    removeByCCNI_T(long creatorClassNameId, int type)
    Removes all the microblogs entries where creatorClassNameId = ? and type = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the microblogs entries where companyId = ? from the database.
    void
    removeByT_P(int type, long parentMicroblogsEntryId)
    Removes all the microblogs entries where type = ? and parentMicroblogsEntryId = ? from the database.
    void
    removeByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
    Removes all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ? from the database.
    void
    removeByU_T(long userId, int type)
    Removes all the microblogs entries where userId = ? and type = ? from the database.
    void
    removeByUserId(long userId)
    Removes all the microblogs entries where userId = ? from the database.
    updateImpl(MicroblogsEntry microblogsEntry)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
  • Method Details

    • findByCompanyId

      List<MicroblogsEntry> findByCompanyId(long companyId)
      Returns all the microblogs entries where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching microblogs entries
    • findByCompanyId

      List<MicroblogsEntry> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the microblogs entries where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByCompanyId

      List<MicroblogsEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByCompanyId

      List<MicroblogsEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByCompanyId_First

      MicroblogsEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByCompanyId_First

      MicroblogsEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByCompanyId_Last

      MicroblogsEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByCompanyId_Last

      MicroblogsEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByCompanyId_PrevAndNext

      MicroblogsEntry[] findByCompanyId_PrevAndNext(long microblogsEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where companyId = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByCompanyId

      List<MicroblogsEntry> filterFindByCompanyId(long companyId)
      Returns all the microblogs entries that the user has permission to view where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByCompanyId

      List<MicroblogsEntry> filterFindByCompanyId(long companyId, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByCompanyId

      List<MicroblogsEntry> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByCompanyId_PrevAndNext

      MicroblogsEntry[] filterFindByCompanyId_PrevAndNext(long microblogsEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where companyId = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the microblogs entries where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of microblogs entries where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching microblogs entries
    • filterCountByCompanyId

      int filterCountByCompanyId(long companyId)
      Returns the number of microblogs entries that the user has permission to view where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByUserId

      List<MicroblogsEntry> findByUserId(long userId)
      Returns all the microblogs entries where userId = ?.
      Parameters:
      userId - the user ID
      Returns:
      the matching microblogs entries
    • findByUserId

      List<MicroblogsEntry> findByUserId(long userId, int start, int end)
      Returns a range of all the microblogs entries where userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByUserId

      List<MicroblogsEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByUserId

      List<MicroblogsEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByUserId_First

      MicroblogsEntry findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByUserId_First

      MicroblogsEntry fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByUserId_Last

      MicroblogsEntry findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByUserId_Last

      MicroblogsEntry fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByUserId_PrevAndNext

      MicroblogsEntry[] findByUserId_PrevAndNext(long microblogsEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where userId = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByUserId

      List<MicroblogsEntry> filterFindByUserId(long userId)
      Returns all the microblogs entries that the user has permission to view where userId = ?.
      Parameters:
      userId - the user ID
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByUserId

      List<MicroblogsEntry> filterFindByUserId(long userId, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByUserId

      List<MicroblogsEntry> filterFindByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByUserId_PrevAndNext

      MicroblogsEntry[] filterFindByUserId_PrevAndNext(long microblogsEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where userId = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • removeByUserId

      void removeByUserId(long userId)
      Removes all the microblogs entries where userId = ? from the database.
      Parameters:
      userId - the user ID
    • countByUserId

      int countByUserId(long userId)
      Returns the number of microblogs entries where userId = ?.
      Parameters:
      userId - the user ID
      Returns:
      the number of matching microblogs entries
    • filterCountByUserId

      int filterCountByUserId(long userId)
      Returns the number of microblogs entries that the user has permission to view where userId = ?.
      Parameters:
      userId - the user ID
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByU_T

      List<MicroblogsEntry> findByU_T(long userId, int type)
      Returns all the microblogs entries where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      Returns:
      the matching microblogs entries
    • findByU_T

      List<MicroblogsEntry> findByU_T(long userId, int type, int start, int end)
      Returns a range of all the microblogs entries where userId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByU_T

      List<MicroblogsEntry> findByU_T(long userId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where userId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByU_T

      List<MicroblogsEntry> findByU_T(long userId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where userId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByU_T_First

      MicroblogsEntry findByU_T_First(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByU_T_First

      MicroblogsEntry fetchByU_T_First(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByU_T_Last

      MicroblogsEntry findByU_T_Last(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByU_T_Last

      MicroblogsEntry fetchByU_T_Last(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByU_T_PrevAndNext

      MicroblogsEntry[] findByU_T_PrevAndNext(long microblogsEntryId, long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where userId = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByU_T

      List<MicroblogsEntry> filterFindByU_T(long userId, int type)
      Returns all the microblogs entries that the user has permission to view where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByU_T

      List<MicroblogsEntry> filterFindByU_T(long userId, int type, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where userId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByU_T

      List<MicroblogsEntry> filterFindByU_T(long userId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where userId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByU_T_PrevAndNext

      MicroblogsEntry[] filterFindByU_T_PrevAndNext(long microblogsEntryId, long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where userId = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • removeByU_T

      void removeByU_T(long userId, int type)
      Removes all the microblogs entries where userId = ? and type = ? from the database.
      Parameters:
      userId - the user ID
      type - the type
    • countByU_T

      int countByU_T(long userId, int type)
      Returns the number of microblogs entries where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      Returns:
      the number of matching microblogs entries
    • filterCountByU_T

      int filterCountByU_T(long userId, int type)
      Returns the number of microblogs entries that the user has permission to view where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByCCNI_CCPK

      List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
      Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      Returns:
      the matching microblogs entries
    • findByCCNI_CCPK

      List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end)
      Returns a range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByCCNI_CCPK

      List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByCCNI_CCPK

      List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByCCNI_CCPK_First

      MicroblogsEntry findByCCNI_CCPK_First(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByCCNI_CCPK_First

      MicroblogsEntry fetchByCCNI_CCPK_First(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByCCNI_CCPK_Last

      MicroblogsEntry findByCCNI_CCPK_Last(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByCCNI_CCPK_Last

      MicroblogsEntry fetchByCCNI_CCPK_Last(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByCCNI_CCPK_PrevAndNext

      MicroblogsEntry[] findByCCNI_CCPK_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByCCNI_CCPK

      List<MicroblogsEntry> filterFindByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
      Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK

      List<MicroblogsEntry> filterFindByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK

      List<MicroblogsEntry> filterFindByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK_PrevAndNext

      MicroblogsEntry[] filterFindByCCNI_CCPK_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByCCNI_CCPK

      List<MicroblogsEntry> filterFindByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
      Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK

      List<MicroblogsEntry> filterFindByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK

      List<MicroblogsEntry> filterFindByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • findByCCNI_CCPK

      List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
      Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      Returns:
      the matching microblogs entries
    • findByCCNI_CCPK

      List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end)
      Returns a range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByCCNI_CCPK

      List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByCCNI_CCPK

      List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • removeByCCNI_CCPK

      void removeByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
      Removes all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? from the database.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
    • countByCCNI_CCPK

      int countByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
      Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      Returns:
      the number of matching microblogs entries
    • countByCCNI_CCPK

      int countByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
      Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      Returns:
      the number of matching microblogs entries
    • filterCountByCCNI_CCPK

      int filterCountByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
      Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • filterCountByCCNI_CCPK

      int filterCountByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
      Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByCCNI_T

      List<MicroblogsEntry> findByCCNI_T(long creatorClassNameId, int type)
      Returns all the microblogs entries where creatorClassNameId = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      Returns:
      the matching microblogs entries
    • findByCCNI_T

      List<MicroblogsEntry> findByCCNI_T(long creatorClassNameId, int type, int start, int end)
      Returns a range of all the microblogs entries where creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByCCNI_T

      List<MicroblogsEntry> findByCCNI_T(long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByCCNI_T

      List<MicroblogsEntry> findByCCNI_T(long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByCCNI_T_First

      MicroblogsEntry findByCCNI_T_First(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByCCNI_T_First

      MicroblogsEntry fetchByCCNI_T_First(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByCCNI_T_Last

      MicroblogsEntry findByCCNI_T_Last(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByCCNI_T_Last

      MicroblogsEntry fetchByCCNI_T_Last(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByCCNI_T_PrevAndNext

      MicroblogsEntry[] findByCCNI_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByCCNI_T

      List<MicroblogsEntry> filterFindByCCNI_T(long creatorClassNameId, int type)
      Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByCCNI_T

      List<MicroblogsEntry> filterFindByCCNI_T(long creatorClassNameId, int type, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByCCNI_T

      List<MicroblogsEntry> filterFindByCCNI_T(long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByCCNI_T_PrevAndNext

      MicroblogsEntry[] filterFindByCCNI_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • removeByCCNI_T

      void removeByCCNI_T(long creatorClassNameId, int type)
      Removes all the microblogs entries where creatorClassNameId = ? and type = ? from the database.
      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
    • countByCCNI_T

      int countByCCNI_T(long creatorClassNameId, int type)
      Returns the number of microblogs entries where creatorClassNameId = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      Returns:
      the number of matching microblogs entries
    • filterCountByCCNI_T

      int filterCountByCCNI_T(long creatorClassNameId, int type)
      Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      type - the type
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByT_P

      List<MicroblogsEntry> findByT_P(int type, long parentMicroblogsEntryId)
      Returns all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      Returns:
      the matching microblogs entries
    • findByT_P

      List<MicroblogsEntry> findByT_P(int type, long parentMicroblogsEntryId, int start, int end)
      Returns a range of all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByT_P

      List<MicroblogsEntry> findByT_P(int type, long parentMicroblogsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByT_P

      List<MicroblogsEntry> findByT_P(int type, long parentMicroblogsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByT_P_First

      MicroblogsEntry findByT_P_First(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByT_P_First

      MicroblogsEntry fetchByT_P_First(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByT_P_Last

      MicroblogsEntry findByT_P_Last(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByT_P_Last

      MicroblogsEntry fetchByT_P_Last(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByT_P_PrevAndNext

      MicroblogsEntry[] findByT_P_PrevAndNext(long microblogsEntryId, int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByT_P

      List<MicroblogsEntry> filterFindByT_P(int type, long parentMicroblogsEntryId)
      Returns all the microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByT_P

      List<MicroblogsEntry> filterFindByT_P(int type, long parentMicroblogsEntryId, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByT_P

      List<MicroblogsEntry> filterFindByT_P(int type, long parentMicroblogsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where type = ? and parentMicroblogsEntryId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByT_P_PrevAndNext

      MicroblogsEntry[] filterFindByT_P_PrevAndNext(long microblogsEntryId, int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • removeByT_P

      void removeByT_P(int type, long parentMicroblogsEntryId)
      Removes all the microblogs entries where type = ? and parentMicroblogsEntryId = ? from the database.
      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
    • countByT_P

      int countByT_P(int type, long parentMicroblogsEntryId)
      Returns the number of microblogs entries where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      Returns:
      the number of matching microblogs entries
    • filterCountByT_P

      int filterCountByT_P(int type, long parentMicroblogsEntryId)
      Returns the number of microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.
      Parameters:
      type - the type
      parentMicroblogsEntryId - the parent microblogs entry ID
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByC_CCNI_CCPK

      List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
      Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      Returns:
      the matching microblogs entries
    • findByC_CCNI_CCPK

      List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end)
      Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByC_CCNI_CCPK

      List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByC_CCNI_CCPK

      List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByC_CCNI_CCPK_First

      MicroblogsEntry findByC_CCNI_CCPK_First(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByC_CCNI_CCPK_First

      MicroblogsEntry fetchByC_CCNI_CCPK_First(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByC_CCNI_CCPK_Last

      MicroblogsEntry findByC_CCNI_CCPK_Last(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByC_CCNI_CCPK_Last

      MicroblogsEntry fetchByC_CCNI_CCPK_Last(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByC_CCNI_CCPK_PrevAndNext

      MicroblogsEntry[] findByC_CCNI_CCPK_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByC_CCNI_CCPK

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
      Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK_PrevAndNext

      MicroblogsEntry[] filterFindByC_CCNI_CCPK_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByC_CCNI_CCPK

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
      Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • findByC_CCNI_CCPK

      List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
      Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      Returns:
      the matching microblogs entries
    • findByC_CCNI_CCPK

      List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end)
      Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByC_CCNI_CCPK

      List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByC_CCNI_CCPK

      List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • removeByC_CCNI_CCPK

      void removeByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
      Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? from the database.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
    • countByC_CCNI_CCPK

      int countByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
      Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      Returns:
      the number of matching microblogs entries
    • countByC_CCNI_CCPK

      int countByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
      Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      Returns:
      the number of matching microblogs entries
    • filterCountByC_CCNI_CCPK

      int filterCountByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
      Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • filterCountByC_CCNI_CCPK

      int filterCountByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
      Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByC_CCNI_T

      List<MicroblogsEntry> findByC_CCNI_T(long companyId, long creatorClassNameId, int type)
      Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      Returns:
      the matching microblogs entries
    • findByC_CCNI_T

      List<MicroblogsEntry> findByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end)
      Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByC_CCNI_T

      List<MicroblogsEntry> findByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByC_CCNI_T

      List<MicroblogsEntry> findByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByC_CCNI_T_First

      MicroblogsEntry findByC_CCNI_T_First(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByC_CCNI_T_First

      MicroblogsEntry fetchByC_CCNI_T_First(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByC_CCNI_T_Last

      MicroblogsEntry findByC_CCNI_T_Last(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByC_CCNI_T_Last

      MicroblogsEntry fetchByC_CCNI_T_Last(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByC_CCNI_T_PrevAndNext

      MicroblogsEntry[] findByC_CCNI_T_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByC_CCNI_T

      List<MicroblogsEntry> filterFindByC_CCNI_T(long companyId, long creatorClassNameId, int type)
      Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_T

      List<MicroblogsEntry> filterFindByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_T

      List<MicroblogsEntry> filterFindByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where companyId = ? and creatorClassNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_T_PrevAndNext

      MicroblogsEntry[] filterFindByC_CCNI_T_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • removeByC_CCNI_T

      void removeByC_CCNI_T(long companyId, long creatorClassNameId, int type)
      Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ? from the database.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
    • countByC_CCNI_T

      int countByC_CCNI_T(long companyId, long creatorClassNameId, int type)
      Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      Returns:
      the number of matching microblogs entries
    • filterCountByC_CCNI_T

      int filterCountByC_CCNI_T(long companyId, long creatorClassNameId, int type)
      Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      type - the type
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByCCNI_CCPK_T

      List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
      Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      Returns:
      the matching microblogs entries
    • findByCCNI_CCPK_T

      List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end)
      Returns a range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByCCNI_CCPK_T

      List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByCCNI_CCPK_T

      List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByCCNI_CCPK_T_First

      MicroblogsEntry findByCCNI_CCPK_T_First(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByCCNI_CCPK_T_First

      MicroblogsEntry fetchByCCNI_CCPK_T_First(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByCCNI_CCPK_T_Last

      MicroblogsEntry findByCCNI_CCPK_T_Last(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByCCNI_CCPK_T_Last

      MicroblogsEntry fetchByCCNI_CCPK_T_Last(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByCCNI_CCPK_T_PrevAndNext

      MicroblogsEntry[] findByCCNI_CCPK_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByCCNI_CCPK_T

      List<MicroblogsEntry> filterFindByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
      Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK_T

      List<MicroblogsEntry> filterFindByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK_T

      List<MicroblogsEntry> filterFindByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK_T_PrevAndNext

      MicroblogsEntry[] filterFindByCCNI_CCPK_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByCCNI_CCPK_T

      List<MicroblogsEntry> filterFindByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
      Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK_T

      List<MicroblogsEntry> filterFindByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByCCNI_CCPK_T

      List<MicroblogsEntry> filterFindByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • findByCCNI_CCPK_T

      List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
      Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      Returns:
      the matching microblogs entries
    • findByCCNI_CCPK_T

      List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
      Returns a range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByCCNI_CCPK_T

      List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByCCNI_CCPK_T

      List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • removeByCCNI_CCPK_T

      void removeByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
      Removes all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ? from the database.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
    • countByCCNI_CCPK_T

      int countByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
      Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      Returns:
      the number of matching microblogs entries
    • countByCCNI_CCPK_T

      int countByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
      Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      Returns:
      the number of matching microblogs entries
    • filterCountByCCNI_CCPK_T

      int filterCountByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
      Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • filterCountByCCNI_CCPK_T

      int filterCountByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
      Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
      Parameters:
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByC_CCNI_CCPK_T

      List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
      Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      Returns:
      the matching microblogs entries
    • findByC_CCNI_CCPK_T

      List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end)
      Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByC_CCNI_CCPK_T

      List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByC_CCNI_CCPK_T

      List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByC_CCNI_CCPK_T_First

      MicroblogsEntry findByC_CCNI_CCPK_T_First(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByC_CCNI_CCPK_T_First

      MicroblogsEntry fetchByC_CCNI_CCPK_T_First(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByC_CCNI_CCPK_T_Last

      MicroblogsEntry findByC_CCNI_CCPK_T_Last(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByC_CCNI_CCPK_T_Last

      MicroblogsEntry fetchByC_CCNI_CCPK_T_Last(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByC_CCNI_CCPK_T_PrevAndNext

      MicroblogsEntry[] findByC_CCNI_CCPK_T_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByC_CCNI_CCPK_T

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
      Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK_T

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK_T

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK_T_PrevAndNext

      MicroblogsEntry[] filterFindByC_CCNI_CCPK_T_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByC_CCNI_CCPK_T

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
      Returns all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK_T

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByC_CCNI_CCPK_T

      List<MicroblogsEntry> filterFindByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • findByC_CCNI_CCPK_T

      List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
      Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      Returns:
      the matching microblogs entries
    • findByC_CCNI_CCPK_T

      List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
      Returns a range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByC_CCNI_CCPK_T

      List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByC_CCNI_CCPK_T

      List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • removeByC_CCNI_CCPK_T

      void removeByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
      Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ? from the database.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
    • countByC_CCNI_CCPK_T

      int countByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
      Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      Returns:
      the number of matching microblogs entries
    • countByC_CCNI_CCPK_T

      int countByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
      Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      Returns:
      the number of matching microblogs entries
    • filterCountByC_CCNI_CCPK_T

      int filterCountByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
      Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPK - the creator class pk
      type - the type
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • filterCountByC_CCNI_CCPK_T

      int filterCountByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
      Returns the number of microblogs entries that the user has permission to view where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
      Parameters:
      companyId - the company ID
      creatorClassNameId - the creator class name ID
      creatorClassPKs - the creator class pks
      type - the type
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • findByU_C_T_S

      List<MicroblogsEntry> findByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
      Returns all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      Returns:
      the matching microblogs entries
    • findByU_C_T_S

      List<MicroblogsEntry> findByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end)
      Returns a range of all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries
    • findByU_C_T_S

      List<MicroblogsEntry> findByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries
    • findByU_C_T_S

      List<MicroblogsEntry> findByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching microblogs entries
    • findByU_C_T_S_First

      MicroblogsEntry findByU_C_T_S_First(long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByU_C_T_S_First

      MicroblogsEntry fetchByU_C_T_S_First(long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the first microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByU_C_T_S_Last

      MicroblogsEntry findByU_C_T_S_Last(long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry
      Throws:
      NoSuchEntryException - if a matching microblogs entry could not be found
    • fetchByU_C_T_S_Last

      MicroblogsEntry fetchByU_C_T_S_Last(long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns the last microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching microblogs entry, or null if a matching microblogs entry could not be found
    • findByU_C_T_S_PrevAndNext

      MicroblogsEntry[] findByU_C_T_S_PrevAndNext(long microblogsEntryId, long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • filterFindByU_C_T_S

      List<MicroblogsEntry> filterFindByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
      Returns all the microblogs entries that the user has permission to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      Returns:
      the matching microblogs entries that the user has permission to view
    • filterFindByU_C_T_S

      List<MicroblogsEntry> filterFindByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end)
      Returns a range of all the microblogs entries that the user has permission to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of matching microblogs entries that the user has permission to view
    • filterFindByU_C_T_S

      List<MicroblogsEntry> filterFindByU_C_T_S(long userId, Date createDate, int type, int socialRelationType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries that the user has permissions to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching microblogs entries that the user has permission to view
    • filterFindByU_C_T_S_PrevAndNext

      MicroblogsEntry[] filterFindByU_C_T_S_PrevAndNext(long microblogsEntryId, long userId, Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
      Returns the microblogs entries before and after the current microblogs entry in the ordered set of microblogs entries that the user has permission to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      microblogsEntryId - the primary key of the current microblogs entry
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • removeByU_C_T_S

      void removeByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
      Removes all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ? from the database.
      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
    • countByU_C_T_S

      int countByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
      Returns the number of microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      Returns:
      the number of matching microblogs entries
    • filterCountByU_C_T_S

      int filterCountByU_C_T_S(long userId, Date createDate, int type, int socialRelationType)
      Returns the number of microblogs entries that the user has permission to view where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
      Parameters:
      userId - the user ID
      createDate - the create date
      type - the type
      socialRelationType - the social relation type
      Returns:
      the number of matching microblogs entries that the user has permission to view
    • cacheResult

      void cacheResult(MicroblogsEntry microblogsEntry)
      Caches the microblogs entry in the entity cache if it is enabled.
      Parameters:
      microblogsEntry - the microblogs entry
    • cacheResult

      void cacheResult(List<MicroblogsEntry> microblogsEntries)
      Caches the microblogs entries in the entity cache if it is enabled.
      Parameters:
      microblogsEntries - the microblogs entries
    • create

      MicroblogsEntry create(long microblogsEntryId)
      Creates a new microblogs entry with the primary key. Does not add the microblogs entry to the database.
      Parameters:
      microblogsEntryId - the primary key for the new microblogs entry
      Returns:
      the new microblogs entry
    • remove

      MicroblogsEntry remove(long microblogsEntryId) throws NoSuchEntryException
      Removes the microblogs entry with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      microblogsEntryId - the primary key of the microblogs entry
      Returns:
      the microblogs entry that was removed
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • updateImpl

      MicroblogsEntry updateImpl(MicroblogsEntry microblogsEntry)
    • findByPrimaryKey

      MicroblogsEntry findByPrimaryKey(long microblogsEntryId) throws NoSuchEntryException
      Returns the microblogs entry with the primary key or throws a NoSuchEntryException if it could not be found.
      Parameters:
      microblogsEntryId - the primary key of the microblogs entry
      Returns:
      the microblogs entry
      Throws:
      NoSuchEntryException - if a microblogs entry with the primary key could not be found
    • fetchByPrimaryKey

      MicroblogsEntry fetchByPrimaryKey(long microblogsEntryId)
      Returns the microblogs entry with the primary key or returns null if it could not be found.
      Parameters:
      microblogsEntryId - the primary key of the microblogs entry
      Returns:
      the microblogs entry, or null if a microblogs entry with the primary key could not be found
    • findAll

      List<MicroblogsEntry> findAll()
      Returns all the microblogs entries.
      Returns:
      the microblogs entries
    • findAll

      List<MicroblogsEntry> findAll(int start, int end)
      Returns a range of all the microblogs entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      Returns:
      the range of microblogs entries
    • findAll

      List<MicroblogsEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
      Returns an ordered range of all the microblogs entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of microblogs entries
    • findAll

      List<MicroblogsEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the microblogs entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl.

      Parameters:
      start - the lower bound of the range of microblogs entries
      end - the upper bound of the range of microblogs entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of microblogs entries
    • removeAll

      void removeAll()
      Removes all the microblogs entries from the database.
    • countAll

      int countAll()
      Returns the number of microblogs entries.
      Returns:
      the number of microblogs entries