Class MicroblogsEntryUtil
com.liferay.microblogs.service.persistence.impl.MicroblogsEntryPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(MicroblogsEntry microblogsEntry) Caches the microblogs entry in the entity cache if it is enabled.static voidcacheResult(List<MicroblogsEntry> microblogsEntries) Caches the microblogs entries in the entity cache if it is enabled.static voidstatic voidclearCache(MicroblogsEntry microblogsEntry) static intcountAll()Returns the number of microblogs entries.static intcountByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK) Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.static intcountByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs) Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.static intcountByC_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 = ?.static intcountByC_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 = ?.static intcountByC_CCNI_T(long companyId, long creatorClassNameId, int type) Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.static intcountByCCNI_CCPK(long creatorClassNameId, long creatorClassPK) Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.static intcountByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs) Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.static intcountByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type) Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.static intcountByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type) Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.static intcountByCCNI_T(long creatorClassNameId, int type) Returns the number of microblogs entries where creatorClassNameId = ? and type = ?.static intcountByCompanyId(long companyId) Returns the number of microblogs entries where companyId = ?.static intcountByT_P(int type, long parentMicroblogsEntryId) Returns the number of microblogs entries where type = ? and parentMicroblogsEntryId = ?.static intcountByU_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 = ?.static intcountByU_T(long userId, int type) Returns the number of microblogs entries where userId = ? and type = ?.static intcountByUserId(long userId) Returns the number of microblogs entries where userId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static MicroblogsEntrycreate(long microblogsEntryId) Creates a new microblogs entry with the primary key.static MicroblogsEntryfetchByC_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 = ?.static MicroblogsEntryfetchByC_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 = ?.static MicroblogsEntryfetchByC_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 = ?.static MicroblogsEntryfetchByC_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 = ?.static MicroblogsEntryfetchByC_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 = ?.static MicroblogsEntryfetchByC_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 = ?.static MicroblogsEntryfetchByCCNI_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 = ?.static MicroblogsEntryfetchByCCNI_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 = ?.static MicroblogsEntryfetchByCCNI_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 = ?.static MicroblogsEntryfetchByCCNI_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 = ?.static MicroblogsEntryfetchByCCNI_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 = ?.static MicroblogsEntryfetchByCCNI_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 = ?.static MicroblogsEntryfetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) Returns the first microblogs entry in the ordered set where companyId = ?.static MicroblogsEntryfetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) Returns the last microblogs entry in the ordered set where companyId = ?.static MicroblogsEntryfetchByPrimaryKey(long microblogsEntryId) Returns the microblogs entry with the primary key or returnsnullif it could not be found.static Map<Serializable,MicroblogsEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static MicroblogsEntryfetchByT_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 = ?.static MicroblogsEntryfetchByT_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 = ?.static MicroblogsEntryfetchByU_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 = ?.static MicroblogsEntryfetchByU_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 = ?.static MicroblogsEntryfetchByU_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 = ?.static MicroblogsEntryfetchByU_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 = ?.static MicroblogsEntryfetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) Returns the first microblogs entry in the ordered set where userId = ?.static MicroblogsEntryfetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) Returns the last microblogs entry in the ordered set where userId = ?.static intfilterCountByC_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 = ?.static intfilterCountByC_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 ?.static intfilterCountByC_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 = ?.static intfilterCountByC_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 = ?.static intfilterCountByC_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 = ?.static intfilterCountByCCNI_CCPK(long creatorClassNameId, long creatorClassPK) Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.static intfilterCountByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs) Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = any ?.static intfilterCountByCCNI_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 = ?.static intfilterCountByCCNI_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 = ?.static intfilterCountByCCNI_T(long creatorClassNameId, int type) Returns the number of microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.static intfilterCountByCompanyId(long companyId) Returns the number of microblogs entries that the user has permission to view where companyId = ?.static intfilterCountByT_P(int type, long parentMicroblogsEntryId) Returns the number of microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.static intfilterCountByU_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 = ?.static intfilterCountByU_T(long userId, int type) Returns the number of microblogs entries that the user has permission to view where userId = ? and type = ?.static intfilterCountByUserId(long userId) Returns the number of microblogs entries that the user has permission to view where userId = ?.static 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 = ?.static 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 ?.static 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 ?.static 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 ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>filterFindByCCNI_CCPK(long creatorClassNameId, long creatorClassPK) Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and creatorClassPK = ?.static 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 ?.static 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 ?.static 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 ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>filterFindByCCNI_T(long creatorClassNameId, int type) Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>filterFindByCompanyId(long companyId) Returns all the microblogs entries that the user has permission to view where companyId = ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>filterFindByT_P(int type, long parentMicroblogsEntryId) Returns all the microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>filterFindByU_T(long userId, int type) Returns all the microblogs entries that the user has permission to view where userId = ? and type = ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>filterFindByUserId(long userId) Returns all the microblogs entries that the user has permission to view where userId = ?.static 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 = ?.static 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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>findAll()Returns all the microblogs entries.static List<MicroblogsEntry>findAll(int start, int end) Returns a range of all the microblogs entries.static List<MicroblogsEntry>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) Returns an ordered range of all the microblogs entries.static 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.static List<MicroblogsEntry>findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK) Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.static List<MicroblogsEntry>findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs) Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.static 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 ?.static 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 ?.static 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.static 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 = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByC_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 = ?.static MicroblogsEntryfindByC_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 = ?.static MicroblogsEntry[]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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByC_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 = ?.static MicroblogsEntryfindByC_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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>findByC_CCNI_T(long companyId, long creatorClassNameId, int type) Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.static 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 = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByC_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 = ?.static MicroblogsEntryfindByC_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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK) Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.static List<MicroblogsEntry>findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs) Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.static 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 ?.static 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 ?.static 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.static List<MicroblogsEntry>findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end) Returns a range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByCCNI_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 = ?.static MicroblogsEntryfindByCCNI_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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type) Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.static 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 = ?.static 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 = ?.static 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.static List<MicroblogsEntry>findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type) Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.static 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 = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByCCNI_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 = ?.static MicroblogsEntryfindByCCNI_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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>findByCCNI_T(long creatorClassNameId, int type) Returns all the microblogs entries where creatorClassNameId = ? and type = ?.static List<MicroblogsEntry>findByCCNI_T(long creatorClassNameId, int type, int start, int end) Returns a range of all the microblogs entries where creatorClassNameId = ? and type = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByCCNI_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 = ?.static MicroblogsEntryfindByCCNI_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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>findByCompanyId(long companyId) Returns all the microblogs entries where companyId = ?.static List<MicroblogsEntry>findByCompanyId(long companyId, int start, int end) Returns a range of all the microblogs entries where companyId = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) Returns the first microblogs entry in the ordered set where companyId = ?.static MicroblogsEntryfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) Returns the last microblogs entry in the ordered set where companyId = ?.static MicroblogsEntry[]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 = ?.static MicroblogsEntryfindByPrimaryKey(long microblogsEntryId) Returns the microblogs entry with the primary key or throws aNoSuchEntryExceptionif it could not be found.static List<MicroblogsEntry>findByT_P(int type, long parentMicroblogsEntryId) Returns all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.static List<MicroblogsEntry>findByT_P(int type, long parentMicroblogsEntryId, int start, int end) Returns a range of all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByT_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 = ?.static MicroblogsEntryfindByT_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 = ?.static MicroblogsEntry[]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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByU_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 = ?.static MicroblogsEntryfindByU_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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>findByU_T(long userId, int type) Returns all the microblogs entries where userId = ? and type = ?.static List<MicroblogsEntry>findByU_T(long userId, int type, int start, int end) Returns a range of all the microblogs entries where userId = ? and type = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByU_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 = ?.static MicroblogsEntryfindByU_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 = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>findByUserId(long userId) Returns all the microblogs entries where userId = ?.static List<MicroblogsEntry>findByUserId(long userId, int start, int end) Returns a range of all the microblogs entries where userId = ?.static 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 = ?.static 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 = ?.static MicroblogsEntryfindByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) Returns the first microblogs entry in the ordered set where userId = ?.static MicroblogsEntryfindByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) Returns the last microblogs entry in the ordered set where userId = ?.static MicroblogsEntry[]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 = ?.static List<MicroblogsEntry>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<MicroblogsEntry>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<MicroblogsEntry>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) static MicroblogsEntryPersistencestatic MicroblogsEntryremove(long microblogsEntryId) Removes the microblogs entry with the primary key from the database.static voidRemoves all the microblogs entries from the database.static voidremoveByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK) Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? from the database.static voidremoveByC_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.static voidremoveByC_CCNI_T(long companyId, long creatorClassNameId, int type) Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ? from the database.static voidremoveByCCNI_CCPK(long creatorClassNameId, long creatorClassPK) Removes all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? from the database.static voidremoveByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type) Removes all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ? from the database.static voidremoveByCCNI_T(long creatorClassNameId, int type) Removes all the microblogs entries where creatorClassNameId = ? and type = ? from the database.static voidremoveByCompanyId(long companyId) Removes all the microblogs entries where companyId = ? from the database.static voidremoveByT_P(int type, long parentMicroblogsEntryId) Removes all the microblogs entries where type = ? and parentMicroblogsEntryId = ? from the database.static voidremoveByU_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.static voidremoveByU_T(long userId, int type) Removes all the microblogs entries where userId = ? and type = ? from the database.static voidremoveByUserId(long userId) Removes all the microblogs entries where userId = ? from the database.static voidsetPersistence(MicroblogsEntryPersistence persistence) static MicroblogsEntryupdate(MicroblogsEntry microblogsEntry) static MicroblogsEntryupdate(MicroblogsEntry microblogsEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) static MicroblogsEntryupdateImpl(MicroblogsEntry microblogsEntry)
-
Constructor Details
-
MicroblogsEntryUtil
public MicroblogsEntryUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<MicroblogsEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<MicroblogsEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<MicroblogsEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static MicroblogsEntry update(MicroblogsEntry microblogsEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByCompanyId
Returns all the microblogs entries where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching microblogs entries
-
findByCompanyId
Returns a range of all the microblogs entries where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByCompanyId
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByCompanyId
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByCompanyId_First
public static 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByCompanyId_First
public static 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByCompanyId_Last
public static 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByCompanyId_Last
public static 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByCompanyId_PrevAndNext
public static 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 entrycompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByCompanyId
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
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByCompanyId_PrevAndNext
public static 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 entrycompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the microblogs entries where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
public static 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
public static 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
Returns all the microblogs entries where userId = ?.- Parameters:
userId- the user ID- Returns:
- the matching microblogs entries
-
findByUserId
Returns a range of all the microblogs entries where userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByUserId
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByUserId
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByUserId_First
public static 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByUserId_First
public static 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByUserId_Last
public static 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByUserId_Last
public static 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByUserId_PrevAndNext
public static 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 entryuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByUserId
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
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByUserId_PrevAndNext
public static 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 entryuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
removeByUserId
public static void removeByUserId(long userId) Removes all the microblogs entries where userId = ? from the database.- Parameters:
userId- the user ID
-
countByUserId
public static 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
public static 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
Returns all the microblogs entries where userId = ? and type = ?.- Parameters:
userId- the user IDtype- the type- Returns:
- the matching microblogs entries
-
findByU_T
Returns a range of all the microblogs entries where userId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByU_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByU_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByU_T_First
public static 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 IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByU_T_First
public static 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 IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByU_T_Last
public static 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 IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByU_T_Last
public static 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 IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByU_T_PrevAndNext
public static 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 entryuserId- the user IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByU_T
Returns all the microblogs entries that the user has permission to view where userId = ? and type = ?.- Parameters:
userId- the user IDtype- the type- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByU_T
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDtype- the typestart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByU_T_PrevAndNext
public static 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 entryuserId- the user IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
removeByU_T
public static void removeByU_T(long userId, int type) Removes all the microblogs entries where userId = ? and type = ? from the database.- Parameters:
userId- the user IDtype- the type
-
countByU_T
public static int countByU_T(long userId, int type) Returns the number of microblogs entries where userId = ? and type = ?.- Parameters:
userId- the user IDtype- the type- Returns:
- the number of matching microblogs entries
-
filterCountByU_T
public static 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 IDtype- the type- Returns:
- the number of matching microblogs entries that the user has permission to view
-
findByCCNI_CCPK
Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pk- Returns:
- the matching microblogs entries
-
findByCCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByCCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByCCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByCCNI_CCPK_First
public static 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 IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByCCNI_CCPK_First
public static 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 IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByCCNI_CCPK_Last
public static 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 IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByCCNI_CCPK_Last
public static 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 IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByCCNI_CCPK_PrevAndNext
public static 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 entrycreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByCCNI_CCPK
public static 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 IDcreatorClassPK- the creator class pk- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByCCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByCCNI_CCPK_PrevAndNext
public static 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 entrycreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByCCNI_CCPK
public static 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 IDcreatorClassPKs- the creator class pks- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByCCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
findByCCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pks- Returns:
- the matching microblogs entries
-
findByCCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByCCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByCCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
removeByCCNI_CCPK
public static 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 IDcreatorClassPK- the creator class pk
-
countByCCNI_CCPK
public static int countByCCNI_CCPK(long creatorClassNameId, long creatorClassPK) Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pk- Returns:
- the number of matching microblogs entries
-
countByCCNI_CCPK
public static int countByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs) Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pks- Returns:
- the number of matching microblogs entries
-
filterCountByCCNI_CCPK
public static 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 IDcreatorClassPK- the creator class pk- Returns:
- the number of matching microblogs entries that the user has permission to view
-
filterCountByCCNI_CCPK
public static 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 IDcreatorClassPKs- the creator class pks- Returns:
- the number of matching microblogs entries that the user has permission to view
-
findByCCNI_T
Returns all the microblogs entries where creatorClassNameId = ? and type = ?.- Parameters:
creatorClassNameId- the creator class name IDtype- the type- Returns:
- the matching microblogs entries
-
findByCCNI_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByCCNI_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByCCNI_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByCCNI_T_First
public static 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 IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByCCNI_T_First
public static 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 IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByCCNI_T_Last
public static 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 IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByCCNI_T_Last
public static 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 IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByCCNI_T_PrevAndNext
public static 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 entrycreatorClassNameId- the creator class name IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByCCNI_T
Returns all the microblogs entries that the user has permission to view where creatorClassNameId = ? and type = ?.- Parameters:
creatorClassNameId- the creator class name IDtype- the type- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByCCNI_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByCCNI_T_PrevAndNext
public static 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 entrycreatorClassNameId- the creator class name IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
removeByCCNI_T
public static 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 IDtype- the type
-
countByCCNI_T
public static int countByCCNI_T(long creatorClassNameId, int type) Returns the number of microblogs entries where creatorClassNameId = ? and type = ?.- Parameters:
creatorClassNameId- the creator class name IDtype- the type- Returns:
- the number of matching microblogs entries
-
filterCountByCCNI_T
public static 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 IDtype- the type- Returns:
- the number of matching microblogs entries that the user has permission to view
-
findByT_P
Returns all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.- Parameters:
type- the typeparentMicroblogsEntryId- the parent microblogs entry ID- Returns:
- the matching microblogs entries
-
findByT_P
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
type- the typeparentMicroblogsEntryId- the parent microblogs entry IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByT_P
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
type- the typeparentMicroblogsEntryId- the parent microblogs entry IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByT_P
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
type- the typeparentMicroblogsEntryId- the parent microblogs entry IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByT_P_First
public static 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 typeparentMicroblogsEntryId- the parent microblogs entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByT_P_First
public static 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 typeparentMicroblogsEntryId- the parent microblogs entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByT_P_Last
public static 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 typeparentMicroblogsEntryId- the parent microblogs entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByT_P_Last
public static 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 typeparentMicroblogsEntryId- the parent microblogs entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByT_P_PrevAndNext
public static 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 entrytype- the typeparentMicroblogsEntryId- the parent microblogs entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByT_P
Returns all the microblogs entries that the user has permission to view where type = ? and parentMicroblogsEntryId = ?.- Parameters:
type- the typeparentMicroblogsEntryId- the parent microblogs entry ID- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByT_P
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
type- the typeparentMicroblogsEntryId- the parent microblogs entry IDstart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
type- the typeparentMicroblogsEntryId- the parent microblogs entry IDstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByT_P_PrevAndNext
public static 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 entrytype- the typeparentMicroblogsEntryId- the parent microblogs entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
removeByT_P
public static void removeByT_P(int type, long parentMicroblogsEntryId) Removes all the microblogs entries where type = ? and parentMicroblogsEntryId = ? from the database.- Parameters:
type- the typeparentMicroblogsEntryId- the parent microblogs entry ID
-
countByT_P
public static int countByT_P(int type, long parentMicroblogsEntryId) Returns the number of microblogs entries where type = ? and parentMicroblogsEntryId = ?.- Parameters:
type- the typeparentMicroblogsEntryId- the parent microblogs entry ID- Returns:
- the number of matching microblogs entries
-
filterCountByT_P
public static 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 typeparentMicroblogsEntryId- the parent microblogs entry ID- Returns:
- the number of matching microblogs entries that the user has permission to view
-
findByC_CCNI_CCPK
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pk- Returns:
- the matching microblogs entries
-
findByC_CCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByC_CCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByC_CCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByC_CCNI_CCPK_First
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByC_CCNI_CCPK_First
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByC_CCNI_CCPK_Last
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByC_CCNI_CCPK_Last
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByC_CCNI_CCPK_PrevAndNext
public static 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 entrycompanyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByC_CCNI_CCPK
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pk- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByC_CCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByC_CCNI_CCPK_PrevAndNext
public static 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 entrycompanyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByC_CCNI_CCPK
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pks- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByC_CCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
findByC_CCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pks- Returns:
- the matching microblogs entries
-
findByC_CCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByC_CCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByC_CCNI_CCPK
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pksstart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
removeByC_CCNI_CCPK
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pk
-
countByC_CCNI_CCPK
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pk- Returns:
- the number of matching microblogs entries
-
countByC_CCNI_CCPK
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pks- Returns:
- the number of matching microblogs entries
-
filterCountByC_CCNI_CCPK
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pk- Returns:
- the number of matching microblogs entries that the user has permission to view
-
filterCountByC_CCNI_CCPK
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pks- Returns:
- the number of matching microblogs entries that the user has permission to view
-
findByC_CCNI_T
public static 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 IDcreatorClassNameId- the creator class name IDtype- the type- Returns:
- the matching microblogs entries
-
findByC_CCNI_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByC_CCNI_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByC_CCNI_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByC_CCNI_T_First
public static 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 IDcreatorClassNameId- the creator class name IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByC_CCNI_T_First
public static 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 IDcreatorClassNameId- the creator class name IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByC_CCNI_T_Last
public static 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 IDcreatorClassNameId- the creator class name IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByC_CCNI_T_Last
public static 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 IDcreatorClassNameId- the creator class name IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByC_CCNI_T_PrevAndNext
public static 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 entrycompanyId- the company IDcreatorClassNameId- the creator class name IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByC_CCNI_T
public static 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 IDcreatorClassNameId- the creator class name IDtype- the type- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByC_CCNI_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDtype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByC_CCNI_T_PrevAndNext
public static 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 entrycompanyId- the company IDcreatorClassNameId- the creator class name IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
removeByC_CCNI_T
public static 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 IDcreatorClassNameId- the creator class name IDtype- the type
-
countByC_CCNI_T
public static 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 IDcreatorClassNameId- the creator class name IDtype- the type- Returns:
- the number of matching microblogs entries
-
filterCountByC_CCNI_T
public static 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 IDcreatorClassNameId- the creator class name IDtype- the type- Returns:
- the number of matching microblogs entries that the user has permission to view
-
findByCCNI_CCPK_T
public static 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 IDcreatorClassPK- the creator class pktype- the type- Returns:
- the matching microblogs entries
-
findByCCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByCCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByCCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByCCNI_CCPK_T_First
public static 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 IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByCCNI_CCPK_T_First
public static 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 IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByCCNI_CCPK_T_Last
public static 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 IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByCCNI_CCPK_T_Last
public static 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 IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByCCNI_CCPK_T_PrevAndNext
public static 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 entrycreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByCCNI_CCPK_T
public static 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 IDcreatorClassPK- the creator class pktype- the type- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByCCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByCCNI_CCPK_T_PrevAndNext
public static 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 entrycreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByCCNI_CCPK_T
public static 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 IDcreatorClassPKs- the creator class pkstype- the type- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByCCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
findByCCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the type- Returns:
- the matching microblogs entries
-
findByCCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByCCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByCCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
creatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
removeByCCNI_CCPK_T
public static 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 IDcreatorClassPK- the creator class pktype- the type
-
countByCCNI_CCPK_T
public static 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 IDcreatorClassPK- the creator class pktype- the type- Returns:
- the number of matching microblogs entries
-
countByCCNI_CCPK_T
public static 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 IDcreatorClassPKs- the creator class pkstype- the type- Returns:
- the number of matching microblogs entries
-
filterCountByCCNI_CCPK_T
public static 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 IDcreatorClassPK- the creator class pktype- the type- Returns:
- the number of matching microblogs entries that the user has permission to view
-
filterCountByCCNI_CCPK_T
public static 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 IDcreatorClassPKs- the creator class pkstype- the type- Returns:
- the number of matching microblogs entries that the user has permission to view
-
findByC_CCNI_CCPK_T
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the type- Returns:
- the matching microblogs entries
-
findByC_CCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByC_CCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByC_CCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByC_CCNI_CCPK_T_First
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByC_CCNI_CCPK_T_First
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByC_CCNI_CCPK_T_Last
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByC_CCNI_CCPK_T_Last
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByC_CCNI_CCPK_T_PrevAndNext
public static 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 entrycompanyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByC_CCNI_CCPK_T
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the type- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByC_CCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByC_CCNI_CCPK_T_PrevAndNext
public static 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 entrycompanyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByC_CCNI_CCPK_T
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the type- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByC_CCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
findByC_CCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the type- Returns:
- the matching microblogs entries
-
findByC_CCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByC_CCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByC_CCNI_CCPK_T
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
companyId- the company IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
removeByC_CCNI_CCPK_T
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the type
-
countByC_CCNI_CCPK_T
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the type- Returns:
- the number of matching microblogs entries
-
countByC_CCNI_CCPK_T
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the type- Returns:
- the number of matching microblogs entries
-
filterCountByC_CCNI_CCPK_T
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPK- the creator class pktype- the type- Returns:
- the number of matching microblogs entries that the user has permission to view
-
filterCountByC_CCNI_CCPK_T
public static 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 IDcreatorClassNameId- the creator class name IDcreatorClassPKs- the creator class pkstype- the type- Returns:
- the number of matching microblogs entries that the user has permission to view
-
findByU_C_T_S
public static 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 IDcreateDate- the create datetype- the typesocialRelationType- the social relation type- Returns:
- the matching microblogs entries
-
findByU_C_T_S
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDcreateDate- the create datetype- the typesocialRelationType- the social relation typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of matching microblogs entries
-
findByU_C_T_S
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDcreateDate- the create datetype- the typesocialRelationType- the social relation typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries
-
findByU_C_T_S
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDcreateDate- the create datetype- the typesocialRelationType- the social relation typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching microblogs entries
-
findByU_C_T_S_First
public static 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 IDcreateDate- the create datetype- the typesocialRelationType- the social relation typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByU_C_T_S_First
public static 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 IDcreateDate- the create datetype- the typesocialRelationType- the social relation typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByU_C_T_S_Last
public static 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 IDcreateDate- the create datetype- the typesocialRelationType- the social relation typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry
- Throws:
NoSuchEntryException- if a matching microblogs entry could not be foundNoSuchEntryException
-
fetchByU_C_T_S_Last
public static 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 IDcreateDate- the create datetype- the typesocialRelationType- the social relation typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching microblogs entry, or
nullif a matching microblogs entry could not be found
-
findByU_C_T_S_PrevAndNext
public static 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 entryuserId- the user IDcreateDate- the create datetype- the typesocialRelationType- the social relation typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByU_C_T_S
public static 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 IDcreateDate- the create datetype- the typesocialRelationType- the social relation type- Returns:
- the matching microblogs entries that the user has permission to view
-
filterFindByU_C_T_S
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDcreateDate- the create datetype- the typesocialRelationType- the social relation typestart- the lower bound of the range of microblogs entriesend- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
userId- the user IDcreateDate- the create datetype- the typesocialRelationType- the social relation typestart- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching microblogs entries that the user has permission to view
-
filterFindByU_C_T_S_PrevAndNext
public static 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 entryuserId- the user IDcreateDate- the create datetype- the typesocialRelationType- the social relation typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next microblogs entry
- Throws:
NoSuchEntryException- if a microblogs entry with the primary key could not be foundNoSuchEntryException
-
removeByU_C_T_S
Removes all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ? from the database.- Parameters:
userId- the user IDcreateDate- the create datetype- the typesocialRelationType- the social relation type
-
countByU_C_T_S
Returns the number of microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.- Parameters:
userId- the user IDcreateDate- the create datetype- the typesocialRelationType- the social relation type- Returns:
- the number of matching microblogs entries
-
filterCountByU_C_T_S
public static 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 IDcreateDate- the create datetype- the typesocialRelationType- the social relation type- Returns:
- the number of matching microblogs entries that the user has permission to view
-
cacheResult
Caches the microblogs entry in the entity cache if it is enabled.- Parameters:
microblogsEntry- the microblogs entry
-
cacheResult
Caches the microblogs entries in the entity cache if it is enabled.- Parameters:
microblogsEntries- the microblogs entries
-
create
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
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 foundNoSuchEntryException
-
updateImpl
-
findByPrimaryKey
Returns the microblogs entry with the primary key or throws aNoSuchEntryExceptionif 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 foundNoSuchEntryException
-
fetchByPrimaryKey
Returns the microblogs entry with the primary key or returnsnullif it could not be found.- Parameters:
microblogsEntryId- the primary key of the microblogs entry- Returns:
- the microblogs entry, or
nullif a microblogs entry with the primary key could not be found
-
findAll
Returns all the microblogs entries.- Returns:
- the microblogs entries
-
findAll
Returns a range of all the microblogs entries.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
start- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)- Returns:
- the range of microblogs entries
-
findAll
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
start- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of microblogs entries
-
findAll
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMicroblogsEntryModelImpl.- Parameters:
start- the lower bound of the range of microblogs entriesend- the upper bound of the range of microblogs entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of microblogs entries
-
removeAll
public static void removeAll()Removes all the microblogs entries from the database. -
countAll
public static int countAll()Returns the number of microblogs entries.- Returns:
- the number of microblogs entries
-
getPersistence
-
setPersistence
-