@ProviderType
public class MicroblogsEntryUtil
extends java.lang.Object
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
MicroblogsEntryPersistence
,
com.liferay.microblogs.service.persistence.impl.MicroblogsEntryPersistenceImpl
Constructor and Description |
---|
MicroblogsEntryUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(java.util.List<MicroblogsEntry> microblogsEntries)
Caches the microblogs entries in the entity cache if it is enabled.
|
static void |
cacheResult(MicroblogsEntry microblogsEntry)
Caches the microblogs entry in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(MicroblogsEntry microblogsEntry) |
static int |
countAll()
Returns the number of microblogs entries.
|
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 = ?.
|
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 = ?.
|
static int |
countByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long creatorClassPK)
Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
|
static int |
countByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long[] creatorClassPKs)
Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
|
static int |
countByC_CCNI_T(long companyId,
long creatorClassNameId,
int type)
Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
|
static int |
countByCCNI_CCPK_T(long creatorClassNameId,
long[] creatorClassPKs,
int type)
Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
|
static int |
countByCCNI_CCPK_T(long creatorClassNameId,
long creatorClassPK,
int type)
Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
static int |
countByCCNI_CCPK(long creatorClassNameId,
long creatorClassPK)
Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
|
static int |
countByCCNI_CCPK(long creatorClassNameId,
long[] creatorClassPKs)
Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.
|
static int |
countByCCNI_T(long creatorClassNameId,
int type)
Returns the number of microblogs entries where creatorClassNameId = ? and type = ?.
|
static int |
countByCompanyId(long companyId)
Returns the number of microblogs entries where companyId = ?.
|
static int |
countByT_P(int type,
long parentMicroblogsEntryId)
Returns the number of microblogs entries where type = ? and parentMicroblogsEntryId = ?.
|
static int |
countByU_C_T_S(long userId,
java.util.Date createDate,
int type,
int socialRelationType)
Returns the number of microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
|
static int |
countByU_T(long userId,
int type)
Returns the number of microblogs entries where userId = ? and type = ?.
|
static int |
countByUserId(long userId)
Returns the number of microblogs entries where userId = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static MicroblogsEntry |
create(long microblogsEntryId)
Creates a new microblogs entry with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
static MicroblogsEntry |
fetchByPrimaryKey(long microblogsEntryId)
Returns the microblogs entry with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,MicroblogsEntry> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
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 = ?.
|
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 = ?.
|
static MicroblogsEntry |
fetchByU_C_T_S_First(long userId,
java.util.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 MicroblogsEntry |
fetchByU_C_T_S_Last(long userId,
java.util.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 |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
static java.util.List<MicroblogsEntry> |
findAll()
Returns all the microblogs entries.
|
static java.util.List<MicroblogsEntry> |
findAll(int start,
int end)
Returns a range of all the microblogs entries.
|
static java.util.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 java.util.List<MicroblogsEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries.
|
static MicroblogsEntry |
findByC_CCNI_CCPK_First(long companyId,
long creatorClassNameId,
long creatorClassPK,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
|
static MicroblogsEntry |
findByC_CCNI_CCPK_Last(long companyId,
long creatorClassNameId,
long creatorClassPK,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
|
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 MicroblogsEntry |
findByC_CCNI_CCPK_T_First(long companyId,
long creatorClassNameId,
long creatorClassPK,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
static MicroblogsEntry |
findByC_CCNI_CCPK_T_Last(long companyId,
long creatorClassNameId,
long creatorClassPK,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
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 java.util.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 java.util.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 java.util.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 java.util.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 retrieveFromCache)
Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?, optionally using the finder cache.
|
static java.util.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 java.util.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 java.util.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 java.util.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 retrieveFromCache)
Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
static java.util.List<MicroblogsEntry> |
findByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long creatorClassPK)
Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
|
static java.util.List<MicroblogsEntry> |
findByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long[] creatorClassPKs)
Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long[] creatorClassPKs,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?, optionally using the finder cache.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long creatorClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
|
static MicroblogsEntry |
findByC_CCNI_T_First(long companyId,
long creatorClassNameId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
|
static MicroblogsEntry |
findByC_CCNI_T_Last(long companyId,
long creatorClassNameId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where companyId = ? and creatorClassNameId = ? and type = ?.
|
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 java.util.List<MicroblogsEntry> |
findByC_CCNI_T(long companyId,
long creatorClassNameId,
int type)
Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByC_CCNI_T(long companyId,
long creatorClassNameId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
|
static MicroblogsEntry |
findByCCNI_CCPK_First(long creatorClassNameId,
long creatorClassPK,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
|
static MicroblogsEntry |
findByCCNI_CCPK_Last(long creatorClassNameId,
long creatorClassPK,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ?.
|
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 MicroblogsEntry |
findByCCNI_CCPK_T_First(long creatorClassNameId,
long creatorClassPK,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
static MicroblogsEntry |
findByCCNI_CCPK_T_Last(long creatorClassNameId,
long creatorClassPK,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
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 java.util.List<MicroblogsEntry> |
findByCCNI_CCPK_T(long creatorClassNameId,
long[] creatorClassPKs,
int type)
Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByCCNI_CCPK_T(long creatorClassNameId,
long[] creatorClassPKs,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?, optionally using the finder cache.
|
static java.util.List<MicroblogsEntry> |
findByCCNI_CCPK_T(long creatorClassNameId,
long creatorClassPK,
int type)
Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByCCNI_CCPK_T(long creatorClassNameId,
long creatorClassPK,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
static java.util.List<MicroblogsEntry> |
findByCCNI_CCPK(long creatorClassNameId,
long creatorClassPK)
Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
|
static java.util.List<MicroblogsEntry> |
findByCCNI_CCPK(long creatorClassNameId,
long[] creatorClassPKs)
Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByCCNI_CCPK(long creatorClassNameId,
long[] creatorClassPKs,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?, optionally using the finder cache.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByCCNI_CCPK(long creatorClassNameId,
long creatorClassPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
|
static MicroblogsEntry |
findByCCNI_T_First(long creatorClassNameId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
|
static MicroblogsEntry |
findByCCNI_T_Last(long creatorClassNameId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where creatorClassNameId = ? and type = ?.
|
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 java.util.List<MicroblogsEntry> |
findByCCNI_T(long creatorClassNameId,
int type)
Returns all the microblogs entries where creatorClassNameId = ? and type = ?.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByCCNI_T(long creatorClassNameId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where creatorClassNameId = ? and type = ?.
|
static MicroblogsEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where companyId = ?.
|
static MicroblogsEntry |
findByCompanyId_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 java.util.List<MicroblogsEntry> |
findByCompanyId(long companyId)
Returns all the microblogs entries where companyId = ?.
|
static java.util.List<MicroblogsEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the microblogs entries where companyId = ?.
|
static java.util.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 java.util.List<MicroblogsEntry> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where companyId = ?.
|
static MicroblogsEntry |
findByPrimaryKey(long microblogsEntryId)
Returns the microblogs entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
static MicroblogsEntry |
findByT_P_First(int type,
long parentMicroblogsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
|
static MicroblogsEntry |
findByT_P_Last(int type,
long parentMicroblogsEntryId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where type = ? and parentMicroblogsEntryId = ?.
|
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 java.util.List<MicroblogsEntry> |
findByT_P(int type,
long parentMicroblogsEntryId)
Returns all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByT_P(int type,
long parentMicroblogsEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.
|
static MicroblogsEntry |
findByU_C_T_S_First(long userId,
java.util.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 MicroblogsEntry |
findByU_C_T_S_Last(long userId,
java.util.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,
java.util.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 java.util.List<MicroblogsEntry> |
findByU_C_T_S(long userId,
java.util.Date createDate,
int type,
int socialRelationType)
Returns all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
|
static java.util.List<MicroblogsEntry> |
findByU_C_T_S(long userId,
java.util.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 java.util.List<MicroblogsEntry> |
findByU_C_T_S(long userId,
java.util.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 java.util.List<MicroblogsEntry> |
findByU_C_T_S(long userId,
java.util.Date createDate,
int type,
int socialRelationType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
|
static MicroblogsEntry |
findByU_T_First(long userId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where userId = ? and type = ?.
|
static MicroblogsEntry |
findByU_T_Last(long userId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where userId = ? and type = ?.
|
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 java.util.List<MicroblogsEntry> |
findByU_T(long userId,
int type)
Returns all the microblogs entries where userId = ? and type = ?.
|
static java.util.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 java.util.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 java.util.List<MicroblogsEntry> |
findByU_T(long userId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where userId = ? and type = ?.
|
static MicroblogsEntry |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where userId = ?.
|
static MicroblogsEntry |
findByUserId_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 java.util.List<MicroblogsEntry> |
findByUserId(long userId)
Returns all the microblogs entries where userId = ?.
|
static java.util.List<MicroblogsEntry> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the microblogs entries where userId = ?.
|
static java.util.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 java.util.List<MicroblogsEntry> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the microblogs entries where userId = ?.
|
static java.util.List<MicroblogsEntry> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<MicroblogsEntry> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<MicroblogsEntry> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) |
static java.util.Set<java.lang.String> |
getBadColumnNames() |
static MicroblogsEntryPersistence |
getPersistence() |
static MicroblogsEntry |
remove(long microblogsEntryId)
Removes the microblogs entry with the primary key from the database.
|
static void |
removeAll()
Removes all the microblogs entries from the database.
|
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.
|
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.
|
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.
|
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.
|
static void |
removeByCCNI_CCPK(long creatorClassNameId,
long creatorClassPK)
Removes all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? from the database.
|
static void |
removeByCCNI_T(long creatorClassNameId,
int type)
Removes all the microblogs entries where creatorClassNameId = ? and type = ? from the database.
|
static void |
removeByCompanyId(long companyId)
Removes all the microblogs entries where companyId = ? from the database.
|
static void |
removeByT_P(int type,
long parentMicroblogsEntryId)
Removes all the microblogs entries where type = ? and parentMicroblogsEntryId = ? from the database.
|
static void |
removeByU_C_T_S(long userId,
java.util.Date createDate,
int type,
int socialRelationType)
Removes all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ? from the database.
|
static void |
removeByU_T(long userId,
int type)
Removes all the microblogs entries where userId = ? and type = ? from the database.
|
static void |
removeByUserId(long userId)
Removes all the microblogs entries where userId = ? from the database.
|
static MicroblogsEntry |
update(MicroblogsEntry microblogsEntry) |
static MicroblogsEntry |
update(MicroblogsEntry microblogsEntry,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static MicroblogsEntry |
updateImpl(MicroblogsEntry microblogsEntry) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(MicroblogsEntry microblogsEntry)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.List<MicroblogsEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<MicroblogsEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<MicroblogsEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static MicroblogsEntry update(MicroblogsEntry microblogsEntry)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static MicroblogsEntry update(MicroblogsEntry microblogsEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<MicroblogsEntry> findByCompanyId(long companyId)
companyId
- the company IDpublic static java.util.List<MicroblogsEntry> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of microblogs entriesend
- the upper bound of the range of microblogs entries (not inclusive)public static java.util.List<MicroblogsEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByCompanyId_PrevAndNext(long microblogsEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
microblogsEntryId
- the primary key of the current microblogs entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static void removeByCompanyId(long companyId)
companyId
- the company IDpublic static int countByCompanyId(long companyId)
companyId
- the company IDpublic static java.util.List<MicroblogsEntry> findByUserId(long userId)
userId
- the user IDpublic static java.util.List<MicroblogsEntry> findByUserId(long userId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDstart
- the lower bound of the range of microblogs entriesend
- the upper bound of the range of microblogs entries (not inclusive)public static java.util.List<MicroblogsEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByUserId_PrevAndNext(long microblogsEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
microblogsEntryId
- the primary key of the current microblogs entryuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static void removeByUserId(long userId)
userId
- the user IDpublic static int countByUserId(long userId)
userId
- the user IDpublic static java.util.List<MicroblogsEntry> findByU_T(long userId, int type)
userId
- the user IDtype
- the typepublic static java.util.List<MicroblogsEntry> findByU_T(long userId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByU_T(long userId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByU_T(long userId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByU_T_First(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
userId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByU_T_First(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
userId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByU_T_Last(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
userId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByU_T_Last(long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
userId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByU_T_PrevAndNext(long microblogsEntryId, long userId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
microblogsEntryId
- the primary key of the current microblogs entryuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static void removeByU_T(long userId, int type)
userId
- the user IDtype
- the typepublic static int countByU_T(long userId, int type)
userId
- the user IDtype
- the typepublic static java.util.List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkpublic static java.util.List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByCCNI_CCPK_First(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByCCNI_CCPK_First(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByCCNI_CCPK_Last(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByCCNI_CCPK_Last(long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByCCNI_CCPK_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static java.util.List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
creatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pkspublic static java.util.List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkpublic static int countByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkpublic static int countByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
creatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pkspublic static java.util.List<MicroblogsEntry> findByCCNI_T(long creatorClassNameId, int type)
creatorClassNameId
- the creator class name IDtype
- the typepublic static java.util.List<MicroblogsEntry> findByCCNI_T(long creatorClassNameId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByCCNI_T(long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByCCNI_T(long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByCCNI_T_First(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
creatorClassNameId
- the creator class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByCCNI_T_First(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
creatorClassNameId
- the creator class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByCCNI_T_Last(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
creatorClassNameId
- the creator class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByCCNI_T_Last(long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
creatorClassNameId
- the creator class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByCCNI_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
microblogsEntryId
- the primary key of the current microblogs entrycreatorClassNameId
- the creator class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static void removeByCCNI_T(long creatorClassNameId, int type)
creatorClassNameId
- the creator class name IDtype
- the typepublic static int countByCCNI_T(long creatorClassNameId, int type)
creatorClassNameId
- the creator class name IDtype
- the typepublic static java.util.List<MicroblogsEntry> findByT_P(int type, long parentMicroblogsEntryId)
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDpublic static java.util.List<MicroblogsEntry> findByT_P(int type, long parentMicroblogsEntryId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByT_P(int type, long parentMicroblogsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByT_P(int type, long parentMicroblogsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByT_P_First(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByT_P_First(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByT_P_Last(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByT_P_Last(int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByT_P_PrevAndNext(long microblogsEntryId, int type, long parentMicroblogsEntryId, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
microblogsEntryId
- the primary key of the current microblogs entrytype
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static void removeByT_P(int type, long parentMicroblogsEntryId)
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDpublic static int countByT_P(int type, long parentMicroblogsEntryId)
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDpublic static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkpublic static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByC_CCNI_CCPK_First(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByC_CCNI_CCPK_First(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByC_CCNI_CCPK_Last(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByC_CCNI_CCPK_Last(long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByC_CCNI_CCPK_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, long creatorClassPK, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pkspublic static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkpublic static int countByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkpublic static int countByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pkspublic static java.util.List<MicroblogsEntry> findByC_CCNI_T(long companyId, long creatorClassNameId, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typepublic static java.util.List<MicroblogsEntry> findByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByC_CCNI_T(long companyId, long creatorClassNameId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByC_CCNI_T_First(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByC_CCNI_T_First(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByC_CCNI_T_Last(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByC_CCNI_T_Last(long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByC_CCNI_T_PrevAndNext(long microblogsEntryId, long companyId, long creatorClassNameId, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static void removeByC_CCNI_T(long companyId, long creatorClassNameId, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typepublic static int countByC_CCNI_T(long companyId, long creatorClassNameId, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typepublic static java.util.List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typepublic static java.util.List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByCCNI_CCPK_T_First(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByCCNI_CCPK_T_First(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByCCNI_CCPK_T_Last(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByCCNI_CCPK_T_Last(long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByCCNI_CCPK_T_PrevAndNext(long microblogsEntryId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static java.util.List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
creatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pkstype
- the typepublic static java.util.List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typepublic static int countByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typepublic static int countByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
creatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pkstype
- the typepublic static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typepublic static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.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 retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic 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
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByC_CCNI_CCPK_T_First(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic 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
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByC_CCNI_CCPK_T_Last(long companyId, long creatorClassNameId, long creatorClassPK, int type, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic 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
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 (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pkstype
- the typepublic static java.util.List<MicroblogsEntry> findByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.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 retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typepublic static int countByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long creatorClassPK, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typepublic static int countByC_CCNI_CCPK_T(long companyId, long creatorClassNameId, long[] creatorClassPKs, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pkstype
- the typepublic static java.util.List<MicroblogsEntry> findByU_C_T_S(long userId, java.util.Date createDate, int type, int socialRelationType)
userId
- the user IDcreateDate
- the create datetype
- the typesocialRelationType
- the social relation typepublic static java.util.List<MicroblogsEntry> findByU_C_T_S(long userId, java.util.Date createDate, int type, int socialRelationType, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<MicroblogsEntry> findByU_C_T_S(long userId, java.util.Date createDate, int type, int socialRelationType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findByU_C_T_S(long userId, java.util.Date createDate, int type, int socialRelationType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static MicroblogsEntry findByU_C_T_S_First(long userId, java.util.Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
userId
- the user IDcreateDate
- the create datetype
- the typesocialRelationType
- the social relation typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByU_C_T_S_First(long userId, java.util.Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
userId
- the user IDcreateDate
- the create datetype
- the typesocialRelationType
- the social relation typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry findByU_C_T_S_Last(long userId, java.util.Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
userId
- the user IDcreateDate
- the create datetype
- the typesocialRelationType
- the social relation typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching microblogs entry could not be foundpublic static MicroblogsEntry fetchByU_C_T_S_Last(long userId, java.util.Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
userId
- the user IDcreateDate
- the create datetype
- the typesocialRelationType
- the social relation typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching microblogs entry could not be foundpublic static MicroblogsEntry[] findByU_C_T_S_PrevAndNext(long microblogsEntryId, long userId, java.util.Date createDate, int type, int socialRelationType, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static void removeByU_C_T_S(long userId, java.util.Date createDate, int type, int socialRelationType)
userId
- the user IDcreateDate
- the create datetype
- the typesocialRelationType
- the social relation typepublic static int countByU_C_T_S(long userId, java.util.Date createDate, int type, int socialRelationType)
userId
- the user IDcreateDate
- the create datetype
- the typesocialRelationType
- the social relation typepublic static void cacheResult(MicroblogsEntry microblogsEntry)
microblogsEntry
- the microblogs entrypublic static void cacheResult(java.util.List<MicroblogsEntry> microblogsEntries)
microblogsEntries
- the microblogs entriespublic static MicroblogsEntry create(long microblogsEntryId)
microblogsEntryId
- the primary key for the new microblogs entrypublic static MicroblogsEntry remove(long microblogsEntryId) throws NoSuchEntryException
microblogsEntryId
- the primary key of the microblogs entryNoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static MicroblogsEntry updateImpl(MicroblogsEntry microblogsEntry)
public static MicroblogsEntry findByPrimaryKey(long microblogsEntryId) throws NoSuchEntryException
NoSuchEntryException
if it could not be found.microblogsEntryId
- the primary key of the microblogs entryNoSuchEntryException
- if a microblogs entry with the primary key could not be foundpublic static MicroblogsEntry fetchByPrimaryKey(long microblogsEntryId)
null
if it could not be found.microblogsEntryId
- the primary key of the microblogs entrynull
if a microblogs entry with the primary key could not be foundpublic static java.util.Map<java.io.Serializable,MicroblogsEntry> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
public static java.util.List<MicroblogsEntry> findAll()
public static java.util.List<MicroblogsEntry> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of microblogs entriesend
- the upper bound of the range of microblogs entries (not inclusive)public static java.util.List<MicroblogsEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<MicroblogsEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MicroblogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static java.util.Set<java.lang.String> getBadColumnNames()
public static MicroblogsEntryPersistence getPersistence()