Interface SegmentsEntryPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<SegmentsEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SegmentsEntry>

@ProviderType public interface SegmentsEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SegmentsEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SegmentsEntry>
The persistence interface for the segments entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(SegmentsEntry segmentsEntry)
    Caches the segments entry in the entity cache if it is enabled.
    void
    cacheResult(List<SegmentsEntry> segmentsEntries)
    Caches the segments entries in the entity cache if it is enabled.
    int
    Returns the number of segments entries.
    int
    countByActive(boolean active)
    Returns the number of segments entries where active = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of segments entries where companyId = ?.
    int
    countByCompanyId(long[] companyIds)
    Returns the number of segments entries where companyId = any ?.
    int
    countByG_A(long[] groupIds, boolean active)
    Returns the number of segments entries where groupId = any ? and active = ?.
    int
    countByG_A(long groupId, boolean active)
    Returns the number of segments entries where groupId = ? and active = ?.
    int
    countByG_S(long groupId, String segmentsEntryKey)
    Returns the number of segments entries where groupId = ? and segmentsEntryKey = ?.
    int
    countByG_SRC(long[] groupIds, String source)
    Returns the number of segments entries where groupId = any ? and source = ?.
    int
    countByG_SRC(long groupId, String source)
    Returns the number of segments entries where groupId = ? and source = ?.
    int
    countByGroupId(long groupId)
    Returns the number of segments entries where groupId = ?.
    int
    countByGroupId(long[] groupIds)
    Returns the number of segments entries where groupId = any ?.
    int
    Returns the number of segments entries where source = ?.
    int
    Returns the number of segments entries where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of segments entries where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of segments entries where uuid = ? and groupId = ?.
    create(long segmentsEntryId)
    Creates a new segments entry with the primary key.
    fetchByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where active = ?.
    fetchByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where active = ?.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where companyId = ?.
    fetchByG_A_First(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where groupId = ? and active = ?.
    fetchByG_A_Last(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where groupId = ? and active = ?.
    fetchByG_S(long groupId, String segmentsEntryKey)
    Returns the segments entry where groupId = ? and segmentsEntryKey = ? or returns null if it could not be found.
    fetchByG_S(long groupId, String segmentsEntryKey, boolean useFinderCache)
    Returns the segments entry where groupId = ? and segmentsEntryKey = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_SRC_First(long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where groupId = ? and source = ?.
    fetchByG_SRC_Last(long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where groupId = ? and source = ?.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where groupId = ?.
    fetchByPrimaryKey(long segmentsEntryId)
    Returns the segments entry with the primary key or returns null if it could not be found.
    fetchBySource_First(String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where source = ?.
    fetchBySource_Last(String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where source = ?.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the segments entry where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the segments entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where uuid = ?.
    int
    filterCountByG_A(long[] groupIds, boolean active)
    Returns the number of segments entries that the user has permission to view where groupId = any ? and active = ?.
    int
    filterCountByG_A(long groupId, boolean active)
    Returns the number of segments entries that the user has permission to view where groupId = ? and active = ?.
    int
    filterCountByG_SRC(long[] groupIds, String source)
    Returns the number of segments entries that the user has permission to view where groupId = any ? and source = ?.
    int
    filterCountByG_SRC(long groupId, String source)
    Returns the number of segments entries that the user has permission to view where groupId = ? and source = ?.
    int
    filterCountByGroupId(long groupId)
    Returns the number of segments entries that the user has permission to view where groupId = ?.
    int
    filterCountByGroupId(long[] groupIds)
    Returns the number of segments entries that the user has permission to view where groupId = any ?.
    filterFindByG_A(long[] groupIds, boolean active)
    Returns all the segments entries that the user has permission to view where groupId = any ? and active = ?.
    filterFindByG_A(long[] groupIds, boolean active, int start, int end)
    Returns a range of all the segments entries that the user has permission to view where groupId = any ? and active = ?.
    filterFindByG_A(long[] groupIds, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries that the user has permission to view where groupId = any ? and active = ?.
    filterFindByG_A(long groupId, boolean active)
    Returns all the segments entries that the user has permission to view where groupId = ? and active = ?.
    filterFindByG_A(long groupId, boolean active, int start, int end)
    Returns a range of all the segments entries that the user has permission to view where groupId = ? and active = ?.
    filterFindByG_A(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries that the user has permissions to view where groupId = ? and active = ?.
    filterFindByG_A_PrevAndNext(long segmentsEntryId, long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set of segments entries that the user has permission to view where groupId = ? and active = ?.
    filterFindByG_SRC(long[] groupIds, String source)
    Returns all the segments entries that the user has permission to view where groupId = any ? and source = ?.
    filterFindByG_SRC(long[] groupIds, String source, int start, int end)
    Returns a range of all the segments entries that the user has permission to view where groupId = any ? and source = ?.
    filterFindByG_SRC(long[] groupIds, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries that the user has permission to view where groupId = any ? and source = ?.
    filterFindByG_SRC(long groupId, String source)
    Returns all the segments entries that the user has permission to view where groupId = ? and source = ?.
    filterFindByG_SRC(long groupId, String source, int start, int end)
    Returns a range of all the segments entries that the user has permission to view where groupId = ? and source = ?.
    filterFindByG_SRC(long groupId, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries that the user has permissions to view where groupId = ? and source = ?.
    filterFindByG_SRC_PrevAndNext(long segmentsEntryId, long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set of segments entries that the user has permission to view where groupId = ? and source = ?.
    filterFindByGroupId(long groupId)
    Returns all the segments entries that the user has permission to view where groupId = ?.
    filterFindByGroupId(long[] groupIds)
    Returns all the segments entries that the user has permission to view where groupId = any ?.
    filterFindByGroupId(long[] groupIds, int start, int end)
    Returns a range of all the segments entries that the user has permission to view where groupId = any ?.
    filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries that the user has permission to view where groupId = any ?.
    filterFindByGroupId(long groupId, int start, int end)
    Returns a range of all the segments entries that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries that the user has permissions to view where groupId = ?.
    filterFindByGroupId_PrevAndNext(long segmentsEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set of segments entries that the user has permission to view where groupId = ?.
    Returns all the segments entries.
    findAll(int start, int end)
    Returns a range of all the segments entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries.
    findByActive(boolean active)
    Returns all the segments entries where active = ?.
    findByActive(boolean active, int start, int end)
    Returns a range of all the segments entries where active = ?.
    findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where active = ?.
    findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where active = ?.
    findByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where active = ?.
    findByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where active = ?.
    findByActive_PrevAndNext(long segmentsEntryId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set where active = ?.
    findByCompanyId(long companyId)
    Returns all the segments entries where companyId = ?.
    findByCompanyId(long[] companyIds)
    Returns all the segments entries where companyId = any ?.
    findByCompanyId(long[] companyIds, int start, int end)
    Returns a range of all the segments entries where companyId = any ?.
    findByCompanyId(long[] companyIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where companyId = any ?.
    findByCompanyId(long[] companyIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where companyId = ?, optionally using the finder cache.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the segments entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long segmentsEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set where companyId = ?.
    findByG_A(long[] groupIds, boolean active)
    Returns all the segments entries where groupId = any ? and active = ?.
    findByG_A(long[] groupIds, boolean active, int start, int end)
    Returns a range of all the segments entries where groupId = any ? and active = ?.
    findByG_A(long[] groupIds, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where groupId = any ? and active = ?.
    findByG_A(long[] groupIds, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where groupId = ? and active = ?, optionally using the finder cache.
    findByG_A(long groupId, boolean active)
    Returns all the segments entries where groupId = ? and active = ?.
    findByG_A(long groupId, boolean active, int start, int end)
    Returns a range of all the segments entries where groupId = ? and active = ?.
    findByG_A(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where groupId = ? and active = ?.
    findByG_A(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where groupId = ? and active = ?.
    findByG_A_First(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where groupId = ? and active = ?.
    findByG_A_Last(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where groupId = ? and active = ?.
    findByG_A_PrevAndNext(long segmentsEntryId, long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set where groupId = ? and active = ?.
    findByG_S(long groupId, String segmentsEntryKey)
    Returns the segments entry where groupId = ? and segmentsEntryKey = ? or throws a NoSuchEntryException if it could not be found.
    findByG_SRC(long[] groupIds, String source)
    Returns all the segments entries where groupId = any ? and source = ?.
    findByG_SRC(long[] groupIds, String source, int start, int end)
    Returns a range of all the segments entries where groupId = any ? and source = ?.
    findByG_SRC(long[] groupIds, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where groupId = any ? and source = ?.
    findByG_SRC(long[] groupIds, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where groupId = ? and source = ?, optionally using the finder cache.
    findByG_SRC(long groupId, String source)
    Returns all the segments entries where groupId = ? and source = ?.
    findByG_SRC(long groupId, String source, int start, int end)
    Returns a range of all the segments entries where groupId = ? and source = ?.
    findByG_SRC(long groupId, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where groupId = ? and source = ?.
    findByG_SRC(long groupId, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where groupId = ? and source = ?.
    findByG_SRC_First(long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where groupId = ? and source = ?.
    findByG_SRC_Last(long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where groupId = ? and source = ?.
    findByG_SRC_PrevAndNext(long segmentsEntryId, long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set where groupId = ? and source = ?.
    findByGroupId(long groupId)
    Returns all the segments entries where groupId = ?.
    findByGroupId(long[] groupIds)
    Returns all the segments entries where groupId = any ?.
    findByGroupId(long[] groupIds, int start, int end)
    Returns a range of all the segments entries where groupId = any ?.
    findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where groupId = any ?.
    findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where groupId = ?, optionally using the finder cache.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the segments entries where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where groupId = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long segmentsEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set where groupId = ?.
    findByPrimaryKey(long segmentsEntryId)
    Returns the segments entry with the primary key or throws a NoSuchEntryException if it could not be found.
    Returns all the segments entries where source = ?.
    findBySource(String source, int start, int end)
    Returns a range of all the segments entries where source = ?.
    findBySource(String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where source = ?.
    findBySource(String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where source = ?.
    findBySource_First(String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where source = ?.
    findBySource_Last(String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where source = ?.
    findBySource_PrevAndNext(long segmentsEntryId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set where source = ?.
    Returns all the segments entries where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the segments entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the segments entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the segments entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns an ordered range of all the segments entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the segments entries where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long segmentsEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the first segments entry in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the segments entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the last segments entry in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long segmentsEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
    Returns the segments entries before and after the current segments entry in the ordered set where uuid = ?.
    remove(long segmentsEntryId)
    Removes the segments entry with the primary key from the database.
    void
    Removes all the segments entries from the database.
    void
    removeByActive(boolean active)
    Removes all the segments entries where active = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the segments entries where companyId = ? from the database.
    void
    removeByG_A(long groupId, boolean active)
    Removes all the segments entries where groupId = ? and active = ? from the database.
    removeByG_S(long groupId, String segmentsEntryKey)
    Removes the segments entry where groupId = ? and segmentsEntryKey = ? from the database.
    void
    removeByG_SRC(long groupId, String source)
    Removes all the segments entries where groupId = ? and source = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the segments entries where groupId = ? from the database.
    void
    Removes all the segments entries where source = ? from the database.
    void
    Removes all the segments entries where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the segments entries where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the segments entry where uuid = ? and groupId = ? from the database.
    updateImpl(SegmentsEntry segmentsEntry)
     

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

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

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByUuid

      List<SegmentsEntry> findByUuid(String uuid)
      Returns all the segments entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching segments entries
    • findByUuid

      List<SegmentsEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the segments entries where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findByUuid

      List<SegmentsEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where uuid = ?.

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

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

      List<SegmentsEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where uuid = ?.

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

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

      SegmentsEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first segments entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByUuid_First

      SegmentsEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the first segments entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry, or null if a matching segments entry could not be found
    • findByUuid_Last

      SegmentsEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last segments entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByUuid_Last

      SegmentsEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the last segments entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry, or null if a matching segments entry could not be found
    • findByUuid_PrevAndNext

      SegmentsEntry[] findByUuid_PrevAndNext(long segmentsEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the segments entries before and after the current segments entry in the ordered set where uuid = ?.
      Parameters:
      segmentsEntryId - the primary key of the current segments entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments entry
      Throws:
      NoSuchEntryException - if a segments entry with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the segments entries where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of segments entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching segments entries
    • findByUUID_G

      SegmentsEntry findByUUID_G(String uuid, long groupId) throws NoSuchEntryException
      Returns the segments entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByUUID_G

      SegmentsEntry fetchByUUID_G(String uuid, long groupId)
      Returns the segments entry where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching segments entry, or null if a matching segments entry could not be found
    • fetchByUUID_G

      SegmentsEntry fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the segments entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching segments entry, or null if a matching segments entry could not be found
    • removeByUUID_G

      SegmentsEntry removeByUUID_G(String uuid, long groupId) throws NoSuchEntryException
      Removes the segments entry where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the segments entry that was removed
      Throws:
      NoSuchEntryException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of segments entries where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching segments entries
    • findByUuid_C

      List<SegmentsEntry> findByUuid_C(String uuid, long companyId)
      Returns all the segments entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching segments entries
    • findByUuid_C

      List<SegmentsEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the segments entries where uuid = ? and companyId = ?.

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

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

      List<SegmentsEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where uuid = ? and companyId = ?.

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

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

      List<SegmentsEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where uuid = ? and companyId = ?.

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

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

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

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

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

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

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

      void removeByUuid_C(String uuid, long companyId)
      Removes all the segments entries where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of segments entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching segments entries
    • findByGroupId

      List<SegmentsEntry> findByGroupId(long groupId)
      Returns all the segments entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching segments entries
    • findByGroupId

      List<SegmentsEntry> findByGroupId(long groupId, int start, int end)
      Returns a range of all the segments entries where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findByGroupId

      List<SegmentsEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments entries
    • findByGroupId

      List<SegmentsEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where groupId = ?.

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

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

      SegmentsEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first segments entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByGroupId_First

      SegmentsEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the first segments entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry, or null if a matching segments entry could not be found
    • findByGroupId_Last

      SegmentsEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last segments entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByGroupId_Last

      SegmentsEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the last segments entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry, or null if a matching segments entry could not be found
    • findByGroupId_PrevAndNext

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

      List<SegmentsEntry> filterFindByGroupId(long groupId)
      Returns all the segments entries that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching segments entries that the user has permission to view
    • filterFindByGroupId

      List<SegmentsEntry> filterFindByGroupId(long groupId, int start, int end)
      Returns a range of all the segments entries that the user has permission to view where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries that the user has permission to view
    • filterFindByGroupId

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

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

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

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

      List<SegmentsEntry> filterFindByGroupId(long[] groupIds)
      Returns all the segments entries that the user has permission to view where groupId = any ?.
      Parameters:
      groupIds - the group IDs
      Returns:
      the matching segments entries that the user has permission to view
    • filterFindByGroupId

      List<SegmentsEntry> filterFindByGroupId(long[] groupIds, int start, int end)
      Returns a range of all the segments entries that the user has permission to view where groupId = any ?.

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

      Parameters:
      groupIds - the group IDs
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries that the user has permission to view
    • filterFindByGroupId

      List<SegmentsEntry> filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries that the user has permission to view where groupId = any ?.

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

      Parameters:
      groupIds - the group IDs
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments entries that the user has permission to view
    • findByGroupId

      List<SegmentsEntry> findByGroupId(long[] groupIds)
      Returns all the segments entries where groupId = any ?.

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

      Parameters:
      groupIds - the group IDs
      Returns:
      the matching segments entries
    • findByGroupId

      List<SegmentsEntry> findByGroupId(long[] groupIds, int start, int end)
      Returns a range of all the segments entries where groupId = any ?.

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

      Parameters:
      groupIds - the group IDs
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findByGroupId

      List<SegmentsEntry> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where groupId = any ?.

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

      Parameters:
      groupIds - the group IDs
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments entries
    • findByGroupId

      List<SegmentsEntry> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where groupId = ?, optionally using the finder cache.

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

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

      void removeByGroupId(long groupId)
      Removes all the segments entries where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      int countByGroupId(long groupId)
      Returns the number of segments entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching segments entries
    • countByGroupId

      int countByGroupId(long[] groupIds)
      Returns the number of segments entries where groupId = any ?.
      Parameters:
      groupIds - the group IDs
      Returns:
      the number of matching segments entries
    • filterCountByGroupId

      int filterCountByGroupId(long groupId)
      Returns the number of segments entries that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching segments entries that the user has permission to view
    • filterCountByGroupId

      int filterCountByGroupId(long[] groupIds)
      Returns the number of segments entries that the user has permission to view where groupId = any ?.
      Parameters:
      groupIds - the group IDs
      Returns:
      the number of matching segments entries that the user has permission to view
    • findByCompanyId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      List<SegmentsEntry> findByCompanyId(long[] companyIds)
      Returns all the segments entries where companyId = any ?.

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

      Parameters:
      companyIds - the company IDs
      Returns:
      the matching segments entries
    • findByCompanyId

      List<SegmentsEntry> findByCompanyId(long[] companyIds, int start, int end)
      Returns a range of all the segments entries where companyId = any ?.

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

      Parameters:
      companyIds - the company IDs
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findByCompanyId

      List<SegmentsEntry> findByCompanyId(long[] companyIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where companyId = any ?.

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

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

      List<SegmentsEntry> findByCompanyId(long[] companyIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where companyId = ?, optionally using the finder cache.

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

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

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

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

      int countByCompanyId(long[] companyIds)
      Returns the number of segments entries where companyId = any ?.
      Parameters:
      companyIds - the company IDs
      Returns:
      the number of matching segments entries
    • findByActive

      List<SegmentsEntry> findByActive(boolean active)
      Returns all the segments entries where active = ?.
      Parameters:
      active - the active
      Returns:
      the matching segments entries
    • findByActive

      List<SegmentsEntry> findByActive(boolean active, int start, int end)
      Returns a range of all the segments entries where active = ?.

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

      Parameters:
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findByActive

      List<SegmentsEntry> findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where active = ?.

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

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

      List<SegmentsEntry> findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where active = ?.

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

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

      SegmentsEntry findByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first segments entry in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByActive_First

      SegmentsEntry fetchByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the first segments entry in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry, or null if a matching segments entry could not be found
    • findByActive_Last

      SegmentsEntry findByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last segments entry in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByActive_Last

      SegmentsEntry fetchByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the last segments entry in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry, or null if a matching segments entry could not be found
    • findByActive_PrevAndNext

      SegmentsEntry[] findByActive_PrevAndNext(long segmentsEntryId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the segments entries before and after the current segments entry in the ordered set where active = ?.
      Parameters:
      segmentsEntryId - the primary key of the current segments entry
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments entry
      Throws:
      NoSuchEntryException - if a segments entry with the primary key could not be found
    • removeByActive

      void removeByActive(boolean active)
      Removes all the segments entries where active = ? from the database.
      Parameters:
      active - the active
    • countByActive

      int countByActive(boolean active)
      Returns the number of segments entries where active = ?.
      Parameters:
      active - the active
      Returns:
      the number of matching segments entries
    • findBySource

      List<SegmentsEntry> findBySource(String source)
      Returns all the segments entries where source = ?.
      Parameters:
      source - the source
      Returns:
      the matching segments entries
    • findBySource

      List<SegmentsEntry> findBySource(String source, int start, int end)
      Returns a range of all the segments entries where source = ?.

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

      Parameters:
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findBySource

      List<SegmentsEntry> findBySource(String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where source = ?.

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

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

      List<SegmentsEntry> findBySource(String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where source = ?.

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

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

      SegmentsEntry findBySource_First(String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first segments entry in the ordered set where source = ?.
      Parameters:
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchBySource_First

      SegmentsEntry fetchBySource_First(String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the first segments entry in the ordered set where source = ?.
      Parameters:
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry, or null if a matching segments entry could not be found
    • findBySource_Last

      SegmentsEntry findBySource_Last(String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last segments entry in the ordered set where source = ?.
      Parameters:
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchBySource_Last

      SegmentsEntry fetchBySource_Last(String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the last segments entry in the ordered set where source = ?.
      Parameters:
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry, or null if a matching segments entry could not be found
    • findBySource_PrevAndNext

      SegmentsEntry[] findBySource_PrevAndNext(long segmentsEntryId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the segments entries before and after the current segments entry in the ordered set where source = ?.
      Parameters:
      segmentsEntryId - the primary key of the current segments entry
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments entry
      Throws:
      NoSuchEntryException - if a segments entry with the primary key could not be found
    • removeBySource

      void removeBySource(String source)
      Removes all the segments entries where source = ? from the database.
      Parameters:
      source - the source
    • countBySource

      int countBySource(String source)
      Returns the number of segments entries where source = ?.
      Parameters:
      source - the source
      Returns:
      the number of matching segments entries
    • findByG_S

      SegmentsEntry findByG_S(long groupId, String segmentsEntryKey) throws NoSuchEntryException
      Returns the segments entry where groupId = ? and segmentsEntryKey = ? or throws a NoSuchEntryException if it could not be found.
      Parameters:
      groupId - the group ID
      segmentsEntryKey - the segments entry key
      Returns:
      the matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByG_S

      SegmentsEntry fetchByG_S(long groupId, String segmentsEntryKey)
      Returns the segments entry where groupId = ? and segmentsEntryKey = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      segmentsEntryKey - the segments entry key
      Returns:
      the matching segments entry, or null if a matching segments entry could not be found
    • fetchByG_S

      SegmentsEntry fetchByG_S(long groupId, String segmentsEntryKey, boolean useFinderCache)
      Returns the segments entry where groupId = ? and segmentsEntryKey = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      segmentsEntryKey - the segments entry key
      useFinderCache - whether to use the finder cache
      Returns:
      the matching segments entry, or null if a matching segments entry could not be found
    • removeByG_S

      SegmentsEntry removeByG_S(long groupId, String segmentsEntryKey) throws NoSuchEntryException
      Removes the segments entry where groupId = ? and segmentsEntryKey = ? from the database.
      Parameters:
      groupId - the group ID
      segmentsEntryKey - the segments entry key
      Returns:
      the segments entry that was removed
      Throws:
      NoSuchEntryException
    • countByG_S

      int countByG_S(long groupId, String segmentsEntryKey)
      Returns the number of segments entries where groupId = ? and segmentsEntryKey = ?.
      Parameters:
      groupId - the group ID
      segmentsEntryKey - the segments entry key
      Returns:
      the number of matching segments entries
    • findByG_A

      List<SegmentsEntry> findByG_A(long groupId, boolean active)
      Returns all the segments entries where groupId = ? and active = ?.
      Parameters:
      groupId - the group ID
      active - the active
      Returns:
      the matching segments entries
    • findByG_A

      List<SegmentsEntry> findByG_A(long groupId, boolean active, int start, int end)
      Returns a range of all the segments entries where groupId = ? and active = ?.

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

      Parameters:
      groupId - the group ID
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findByG_A

      List<SegmentsEntry> findByG_A(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where groupId = ? and active = ?.

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

      Parameters:
      groupId - the group ID
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments entries
    • findByG_A

      List<SegmentsEntry> findByG_A(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where groupId = ? and active = ?.

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

      Parameters:
      groupId - the group ID
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments entries
    • findByG_A_First

      SegmentsEntry findByG_A_First(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first segments entry in the ordered set where groupId = ? and active = ?.
      Parameters:
      groupId - the group ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByG_A_First

      SegmentsEntry fetchByG_A_First(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the first segments entry in the ordered set where groupId = ? and active = ?.
      Parameters:
      groupId - the group ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry, or null if a matching segments entry could not be found
    • findByG_A_Last

      SegmentsEntry findByG_A_Last(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last segments entry in the ordered set where groupId = ? and active = ?.
      Parameters:
      groupId - the group ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByG_A_Last

      SegmentsEntry fetchByG_A_Last(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the last segments entry in the ordered set where groupId = ? and active = ?.
      Parameters:
      groupId - the group ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry, or null if a matching segments entry could not be found
    • findByG_A_PrevAndNext

      SegmentsEntry[] findByG_A_PrevAndNext(long segmentsEntryId, long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the segments entries before and after the current segments entry in the ordered set where groupId = ? and active = ?.
      Parameters:
      segmentsEntryId - the primary key of the current segments entry
      groupId - the group ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments entry
      Throws:
      NoSuchEntryException - if a segments entry with the primary key could not be found
    • filterFindByG_A

      List<SegmentsEntry> filterFindByG_A(long groupId, boolean active)
      Returns all the segments entries that the user has permission to view where groupId = ? and active = ?.
      Parameters:
      groupId - the group ID
      active - the active
      Returns:
      the matching segments entries that the user has permission to view
    • filterFindByG_A

      List<SegmentsEntry> filterFindByG_A(long groupId, boolean active, int start, int end)
      Returns a range of all the segments entries that the user has permission to view where groupId = ? and active = ?.

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

      Parameters:
      groupId - the group ID
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries that the user has permission to view
    • filterFindByG_A

      List<SegmentsEntry> filterFindByG_A(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries that the user has permissions to view where groupId = ? and active = ?.

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

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

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

      List<SegmentsEntry> filterFindByG_A(long[] groupIds, boolean active)
      Returns all the segments entries that the user has permission to view where groupId = any ? and active = ?.
      Parameters:
      groupIds - the group IDs
      active - the active
      Returns:
      the matching segments entries that the user has permission to view
    • filterFindByG_A

      List<SegmentsEntry> filterFindByG_A(long[] groupIds, boolean active, int start, int end)
      Returns a range of all the segments entries that the user has permission to view where groupId = any ? and active = ?.

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

      Parameters:
      groupIds - the group IDs
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries that the user has permission to view
    • filterFindByG_A

      List<SegmentsEntry> filterFindByG_A(long[] groupIds, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries that the user has permission to view where groupId = any ? and active = ?.

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

      Parameters:
      groupIds - the group IDs
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments entries that the user has permission to view
    • findByG_A

      List<SegmentsEntry> findByG_A(long[] groupIds, boolean active)
      Returns all the segments entries where groupId = any ? and active = ?.

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

      Parameters:
      groupIds - the group IDs
      active - the active
      Returns:
      the matching segments entries
    • findByG_A

      List<SegmentsEntry> findByG_A(long[] groupIds, boolean active, int start, int end)
      Returns a range of all the segments entries where groupId = any ? and active = ?.

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

      Parameters:
      groupIds - the group IDs
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findByG_A

      List<SegmentsEntry> findByG_A(long[] groupIds, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where groupId = any ? and active = ?.

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

      Parameters:
      groupIds - the group IDs
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments entries
    • findByG_A

      List<SegmentsEntry> findByG_A(long[] groupIds, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where groupId = ? and active = ?, optionally using the finder cache.

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

      Parameters:
      groupIds - the group IDs
      active - the active
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments entries
    • removeByG_A

      void removeByG_A(long groupId, boolean active)
      Removes all the segments entries where groupId = ? and active = ? from the database.
      Parameters:
      groupId - the group ID
      active - the active
    • countByG_A

      int countByG_A(long groupId, boolean active)
      Returns the number of segments entries where groupId = ? and active = ?.
      Parameters:
      groupId - the group ID
      active - the active
      Returns:
      the number of matching segments entries
    • countByG_A

      int countByG_A(long[] groupIds, boolean active)
      Returns the number of segments entries where groupId = any ? and active = ?.
      Parameters:
      groupIds - the group IDs
      active - the active
      Returns:
      the number of matching segments entries
    • filterCountByG_A

      int filterCountByG_A(long groupId, boolean active)
      Returns the number of segments entries that the user has permission to view where groupId = ? and active = ?.
      Parameters:
      groupId - the group ID
      active - the active
      Returns:
      the number of matching segments entries that the user has permission to view
    • filterCountByG_A

      int filterCountByG_A(long[] groupIds, boolean active)
      Returns the number of segments entries that the user has permission to view where groupId = any ? and active = ?.
      Parameters:
      groupIds - the group IDs
      active - the active
      Returns:
      the number of matching segments entries that the user has permission to view
    • findByG_SRC

      List<SegmentsEntry> findByG_SRC(long groupId, String source)
      Returns all the segments entries where groupId = ? and source = ?.
      Parameters:
      groupId - the group ID
      source - the source
      Returns:
      the matching segments entries
    • findByG_SRC

      List<SegmentsEntry> findByG_SRC(long groupId, String source, int start, int end)
      Returns a range of all the segments entries where groupId = ? and source = ?.

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

      Parameters:
      groupId - the group ID
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findByG_SRC

      List<SegmentsEntry> findByG_SRC(long groupId, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where groupId = ? and source = ?.

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

      Parameters:
      groupId - the group ID
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments entries
    • findByG_SRC

      List<SegmentsEntry> findByG_SRC(long groupId, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where groupId = ? and source = ?.

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

      Parameters:
      groupId - the group ID
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments entries
    • findByG_SRC_First

      SegmentsEntry findByG_SRC_First(long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the first segments entry in the ordered set where groupId = ? and source = ?.
      Parameters:
      groupId - the group ID
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByG_SRC_First

      SegmentsEntry fetchByG_SRC_First(long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the first segments entry in the ordered set where groupId = ? and source = ?.
      Parameters:
      groupId - the group ID
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching segments entry, or null if a matching segments entry could not be found
    • findByG_SRC_Last

      SegmentsEntry findByG_SRC_Last(long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the last segments entry in the ordered set where groupId = ? and source = ?.
      Parameters:
      groupId - the group ID
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry
      Throws:
      NoSuchEntryException - if a matching segments entry could not be found
    • fetchByG_SRC_Last

      SegmentsEntry fetchByG_SRC_Last(long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns the last segments entry in the ordered set where groupId = ? and source = ?.
      Parameters:
      groupId - the group ID
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching segments entry, or null if a matching segments entry could not be found
    • findByG_SRC_PrevAndNext

      SegmentsEntry[] findByG_SRC_PrevAndNext(long segmentsEntryId, long groupId, String source, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator) throws NoSuchEntryException
      Returns the segments entries before and after the current segments entry in the ordered set where groupId = ? and source = ?.
      Parameters:
      segmentsEntryId - the primary key of the current segments entry
      groupId - the group ID
      source - the source
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next segments entry
      Throws:
      NoSuchEntryException - if a segments entry with the primary key could not be found
    • filterFindByG_SRC

      List<SegmentsEntry> filterFindByG_SRC(long groupId, String source)
      Returns all the segments entries that the user has permission to view where groupId = ? and source = ?.
      Parameters:
      groupId - the group ID
      source - the source
      Returns:
      the matching segments entries that the user has permission to view
    • filterFindByG_SRC

      List<SegmentsEntry> filterFindByG_SRC(long groupId, String source, int start, int end)
      Returns a range of all the segments entries that the user has permission to view where groupId = ? and source = ?.

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

      Parameters:
      groupId - the group ID
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries that the user has permission to view
    • filterFindByG_SRC

      List<SegmentsEntry> filterFindByG_SRC(long groupId, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries that the user has permissions to view where groupId = ? and source = ?.

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

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

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

      List<SegmentsEntry> filterFindByG_SRC(long[] groupIds, String source)
      Returns all the segments entries that the user has permission to view where groupId = any ? and source = ?.
      Parameters:
      groupIds - the group IDs
      source - the source
      Returns:
      the matching segments entries that the user has permission to view
    • filterFindByG_SRC

      List<SegmentsEntry> filterFindByG_SRC(long[] groupIds, String source, int start, int end)
      Returns a range of all the segments entries that the user has permission to view where groupId = any ? and source = ?.

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

      Parameters:
      groupIds - the group IDs
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries that the user has permission to view
    • filterFindByG_SRC

      List<SegmentsEntry> filterFindByG_SRC(long[] groupIds, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries that the user has permission to view where groupId = any ? and source = ?.

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

      Parameters:
      groupIds - the group IDs
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments entries that the user has permission to view
    • findByG_SRC

      List<SegmentsEntry> findByG_SRC(long[] groupIds, String source)
      Returns all the segments entries where groupId = any ? and source = ?.

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

      Parameters:
      groupIds - the group IDs
      source - the source
      Returns:
      the matching segments entries
    • findByG_SRC

      List<SegmentsEntry> findByG_SRC(long[] groupIds, String source, int start, int end)
      Returns a range of all the segments entries where groupId = any ? and source = ?.

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

      Parameters:
      groupIds - the group IDs
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      Returns:
      the range of matching segments entries
    • findByG_SRC

      List<SegmentsEntry> findByG_SRC(long[] groupIds, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Returns an ordered range of all the segments entries where groupId = any ? and source = ?.

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

      Parameters:
      groupIds - the group IDs
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching segments entries
    • findByG_SRC

      List<SegmentsEntry> findByG_SRC(long[] groupIds, String source, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the segments entries where groupId = ? and source = ?, optionally using the finder cache.

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

      Parameters:
      groupIds - the group IDs
      source - the source
      start - the lower bound of the range of segments entries
      end - the upper bound of the range of segments entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching segments entries
    • removeByG_SRC

      void removeByG_SRC(long groupId, String source)
      Removes all the segments entries where groupId = ? and source = ? from the database.
      Parameters:
      groupId - the group ID
      source - the source
    • countByG_SRC

      int countByG_SRC(long groupId, String source)
      Returns the number of segments entries where groupId = ? and source = ?.
      Parameters:
      groupId - the group ID
      source - the source
      Returns:
      the number of matching segments entries
    • countByG_SRC

      int countByG_SRC(long[] groupIds, String source)
      Returns the number of segments entries where groupId = any ? and source = ?.
      Parameters:
      groupIds - the group IDs
      source - the source
      Returns:
      the number of matching segments entries
    • filterCountByG_SRC

      int filterCountByG_SRC(long groupId, String source)
      Returns the number of segments entries that the user has permission to view where groupId = ? and source = ?.
      Parameters:
      groupId - the group ID
      source - the source
      Returns:
      the number of matching segments entries that the user has permission to view
    • filterCountByG_SRC

      int filterCountByG_SRC(long[] groupIds, String source)
      Returns the number of segments entries that the user has permission to view where groupId = any ? and source = ?.
      Parameters:
      groupIds - the group IDs
      source - the source
      Returns:
      the number of matching segments entries that the user has permission to view
    • cacheResult

      void cacheResult(SegmentsEntry segmentsEntry)
      Caches the segments entry in the entity cache if it is enabled.
      Parameters:
      segmentsEntry - the segments entry
    • cacheResult

      void cacheResult(List<SegmentsEntry> segmentsEntries)
      Caches the segments entries in the entity cache if it is enabled.
      Parameters:
      segmentsEntries - the segments entries
    • create

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

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

      SegmentsEntry updateImpl(SegmentsEntry segmentsEntry)
    • findByPrimaryKey

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

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

      List<SegmentsEntry> findAll()
      Returns all the segments entries.
      Returns:
      the segments entries
    • findAll

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

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

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

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

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

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

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

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

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

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

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