@ProviderType public interface MicroblogsEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<MicroblogsEntry>
Caching information and settings can be found in portal.properties
com.liferay.microblogs.service.persistence.impl.MicroblogsEntryPersistenceImpl
,
MicroblogsEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<MicroblogsEntry> microblogsEntries)
Caches the microblogs entries in the entity cache if it is enabled.
|
void |
cacheResult(MicroblogsEntry microblogsEntry)
Caches the microblogs entry in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of microblogs entries.
|
int |
countByC_CCNI_CCPK_T(long companyId,
long creatorClassNameId,
long[] creatorClassPKs,
int type)
Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
|
int |
countByC_CCNI_CCPK_T(long companyId,
long creatorClassNameId,
long creatorClassPK,
int type)
Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
int |
countByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long creatorClassPK)
Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
|
int |
countByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long[] creatorClassPKs)
Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = any ?.
|
int |
countByC_CCNI_T(long companyId,
long creatorClassNameId,
int type)
Returns the number of microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
|
int |
countByCCNI_CCPK_T(long creatorClassNameId,
long[] creatorClassPKs,
int type)
Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ? and type = ?.
|
int |
countByCCNI_CCPK_T(long creatorClassNameId,
long creatorClassPK,
int type)
Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
int |
countByCCNI_CCPK(long creatorClassNameId,
long creatorClassPK)
Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
|
int |
countByCCNI_CCPK(long creatorClassNameId,
long[] creatorClassPKs)
Returns the number of microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.
|
int |
countByCCNI_T(long creatorClassNameId,
int type)
Returns the number of microblogs entries where creatorClassNameId = ? and type = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of microblogs entries where companyId = ?.
|
int |
countByT_P(int type,
long parentMicroblogsEntryId)
Returns the number of microblogs entries where type = ? and parentMicroblogsEntryId = ?.
|
int |
countByU_C_T_S(long userId,
java.util.Date createDate,
int type,
int socialRelationType)
Returns the number of microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ?.
|
int |
countByU_T(long userId,
int type)
Returns the number of microblogs entries where userId = ? and type = ?.
|
int |
countByUserId(long userId)
Returns the number of microblogs entries where userId = ?.
|
MicroblogsEntry |
create(long microblogsEntryId)
Creates a new microblogs entry with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
MicroblogsEntry |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where companyId = ?.
|
MicroblogsEntry |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where companyId = ?.
|
MicroblogsEntry |
fetchByPrimaryKey(long microblogsEntryId)
Returns the microblogs entry with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,MicroblogsEntry> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
MicroblogsEntry |
fetchByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where userId = ?.
|
MicroblogsEntry |
fetchByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where userId = ?.
|
java.util.List<MicroblogsEntry> |
findAll()
Returns all the microblogs entries.
|
java.util.List<MicroblogsEntry> |
findAll(int start,
int end)
Returns a range of all the microblogs entries.
|
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.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<MicroblogsEntry> |
findByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long creatorClassPK)
Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ?.
|
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 ?.
|
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 ?.
|
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 ?.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<MicroblogsEntry> |
findByC_CCNI_T(long companyId,
long creatorClassNameId,
int type)
Returns all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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.
|
java.util.List<MicroblogsEntry> |
findByCCNI_CCPK_T(long creatorClassNameId,
long creatorClassPK,
int type)
Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<MicroblogsEntry> |
findByCCNI_CCPK(long creatorClassNameId,
long creatorClassPK)
Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ?.
|
java.util.List<MicroblogsEntry> |
findByCCNI_CCPK(long creatorClassNameId,
long[] creatorClassPKs)
Returns all the microblogs entries where creatorClassNameId = ? and creatorClassPK = any ?.
|
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 ?.
|
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 ?.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<MicroblogsEntry> |
findByCCNI_T(long creatorClassNameId,
int type)
Returns all the microblogs entries where creatorClassNameId = ? and type = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
MicroblogsEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where companyId = ?.
|
MicroblogsEntry |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where companyId = ?.
|
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 = ?.
|
java.util.List<MicroblogsEntry> |
findByCompanyId(long companyId)
Returns all the microblogs entries where companyId = ?.
|
java.util.List<MicroblogsEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the microblogs entries where companyId = ?.
|
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 = ?.
|
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 = ?.
|
MicroblogsEntry |
findByPrimaryKey(long microblogsEntryId)
Returns the microblogs entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<MicroblogsEntry> |
findByT_P(int type,
long parentMicroblogsEntryId)
Returns all the microblogs entries where type = ? and parentMicroblogsEntryId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<MicroblogsEntry> |
findByU_T(long userId,
int type)
Returns all the microblogs entries where userId = ? and type = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
MicroblogsEntry |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the first microblogs entry in the ordered set where userId = ?.
|
MicroblogsEntry |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator<MicroblogsEntry> orderByComparator)
Returns the last microblogs entry in the ordered set where userId = ?.
|
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 = ?.
|
java.util.List<MicroblogsEntry> |
findByUserId(long userId)
Returns all the microblogs entries where userId = ?.
|
java.util.List<MicroblogsEntry> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the microblogs entries where userId = ?.
|
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 = ?.
|
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 = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
MicroblogsEntry |
remove(long microblogsEntryId)
Removes the microblogs entry with the primary key from the database.
|
void |
removeAll()
Removes all the microblogs entries from the database.
|
void |
removeByC_CCNI_CCPK_T(long companyId,
long creatorClassNameId,
long creatorClassPK,
int type)
Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? and type = ? from the database.
|
void |
removeByC_CCNI_CCPK(long companyId,
long creatorClassNameId,
long creatorClassPK)
Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and creatorClassPK = ? from the database.
|
void |
removeByC_CCNI_T(long companyId,
long creatorClassNameId,
int type)
Removes all the microblogs entries where companyId = ? and creatorClassNameId = ? and type = ? from the database.
|
void |
removeByCCNI_CCPK_T(long creatorClassNameId,
long creatorClassPK,
int type)
Removes all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? and type = ? from the database.
|
void |
removeByCCNI_CCPK(long creatorClassNameId,
long creatorClassPK)
Removes all the microblogs entries where creatorClassNameId = ? and creatorClassPK = ? from the database.
|
void |
removeByCCNI_T(long creatorClassNameId,
int type)
Removes all the microblogs entries where creatorClassNameId = ? and type = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the microblogs entries where companyId = ? from the database.
|
void |
removeByT_P(int type,
long parentMicroblogsEntryId)
Removes all the microblogs entries where type = ? and parentMicroblogsEntryId = ? from the database.
|
void |
removeByU_C_T_S(long userId,
java.util.Date createDate,
int type,
int socialRelationType)
Removes all the microblogs entries where userId = ? and createDate = ? and type = ? and socialRelationType = ? from the database.
|
void |
removeByU_T(long userId,
int type)
Removes all the microblogs entries where userId = ? and type = ? from the database.
|
void |
removeByUserId(long userId)
Removes all the microblogs entries where userId = ? from the database.
|
MicroblogsEntry |
updateImpl(MicroblogsEntry microblogsEntry) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<MicroblogsEntry> findByCompanyId(long companyId)
companyId
- the company IDjava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDjava.util.List<MicroblogsEntry> findByUserId(long userId)
userId
- the user IDjava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundvoid removeByUserId(long userId)
userId
- the user IDint countByUserId(long userId)
userId
- the user IDjava.util.List<MicroblogsEntry> findByU_T(long userId, int type)
userId
- the user IDtype
- the typejava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundvoid removeByU_T(long userId, int type)
userId
- the user IDtype
- the typeint countByU_T(long userId, int type)
userId
- the user IDtype
- the typejava.util.List<MicroblogsEntry> findByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkjava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundjava.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 pksjava.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)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
)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 cachevoid removeByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkint countByCCNI_CCPK(long creatorClassNameId, long creatorClassPK)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkint countByCCNI_CCPK(long creatorClassNameId, long[] creatorClassPKs)
creatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pksjava.util.List<MicroblogsEntry> findByCCNI_T(long creatorClassNameId, int type)
creatorClassNameId
- the creator class name IDtype
- the typejava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundvoid removeByCCNI_T(long creatorClassNameId, int type)
creatorClassNameId
- the creator class name IDtype
- the typeint countByCCNI_T(long creatorClassNameId, int type)
creatorClassNameId
- the creator class name IDtype
- the typejava.util.List<MicroblogsEntry> findByT_P(int type, long parentMicroblogsEntryId)
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDjava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundvoid removeByT_P(int type, long parentMicroblogsEntryId)
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDint countByT_P(int type, long parentMicroblogsEntryId)
type
- the typeparentMicroblogsEntryId
- the parent microblogs entry IDjava.util.List<MicroblogsEntry> findByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkjava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundjava.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 pksjava.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)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
)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 cachevoid removeByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkint countByC_CCNI_CCPK(long companyId, long creatorClassNameId, long creatorClassPK)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pkint countByC_CCNI_CCPK(long companyId, long creatorClassNameId, long[] creatorClassPKs)
companyId
- the company IDcreatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pksjava.util.List<MicroblogsEntry> findByC_CCNI_T(long companyId, long creatorClassNameId, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typejava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundvoid removeByC_CCNI_T(long companyId, long creatorClassNameId, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typeint countByC_CCNI_T(long companyId, long creatorClassNameId, int type)
companyId
- the company IDcreatorClassNameId
- the creator class name IDtype
- the typejava.util.List<MicroblogsEntry> findByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typejava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundjava.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 typejava.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)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
)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 cachevoid removeByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeint countByCCNI_CCPK_T(long creatorClassNameId, long creatorClassPK, int type)
creatorClassNameId
- the creator class name IDcreatorClassPK
- the creator class pktype
- the typeint countByCCNI_CCPK_T(long creatorClassNameId, long[] creatorClassPKs, int type)
creatorClassNameId
- the creator class name IDcreatorClassPKs
- the creator class pkstype
- the typejava.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 typejava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundjava.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 typejava.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)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
)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 cachevoid 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 typeint 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 typeint 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 typejava.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 typejava.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)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
)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 cacheMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry 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 foundMicroblogsEntry[] 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 foundvoid 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 typeint 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 typevoid cacheResult(MicroblogsEntry microblogsEntry)
microblogsEntry
- the microblogs entryvoid cacheResult(java.util.List<MicroblogsEntry> microblogsEntries)
microblogsEntries
- the microblogs entriesMicroblogsEntry create(long microblogsEntryId)
microblogsEntryId
- the primary key for the new microblogs entryMicroblogsEntry remove(long microblogsEntryId) throws NoSuchEntryException
microblogsEntryId
- the primary key of the microblogs entryNoSuchEntryException
- if a microblogs entry with the primary key could not be foundMicroblogsEntry updateImpl(MicroblogsEntry microblogsEntry)
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 foundMicroblogsEntry 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 foundjava.util.Map<java.io.Serializable,MicroblogsEntry> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<MicroblogsEntry>
java.util.List<MicroblogsEntry> findAll()
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)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
)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 cachevoid removeAll()
int countAll()
java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<MicroblogsEntry>