Interface CSDiagramEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CSDiagramEntry>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CSDiagramEntry csDiagramEntry) Caches the cs diagram entry in the entity cache if it is enabled.void
cacheResult
(List<CSDiagramEntry> csDiagramEntries) Caches the cs diagram entries in the entity cache if it is enabled.int
countAll()
Returns the number of cs diagram entries.int
countByCPDefinitionId
(long CPDefinitionId) Returns the number of cs diagram entries where CPDefinitionId = ?.int
countByCPDI_S
(long CPDefinitionId, String sequence) Returns the number of cs diagram entries where CPDefinitionId = ? and sequence = ?.int
countByCPInstanceId
(long CPInstanceId) Returns the number of cs diagram entries where CPInstanceId = ?.int
countByCProductId
(long CProductId) Returns the number of cs diagram entries where CProductId = ?.create
(long CSDiagramEntryId) Creates a new cs diagram entry with the primary key.fetchByCPDefinitionId_First
(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the first cs diagram entry in the ordered set where CPDefinitionId = ?.fetchByCPDefinitionId_Last
(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the last cs diagram entry in the ordered set where CPDefinitionId = ?.fetchByCPDI_S
(long CPDefinitionId, String sequence) Returns the cs diagram entry where CPDefinitionId = ? and sequence = ? or returnsnull
if it could not be found.fetchByCPDI_S
(long CPDefinitionId, String sequence, boolean useFinderCache) Returns the cs diagram entry where CPDefinitionId = ? and sequence = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByCPInstanceId_First
(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the first cs diagram entry in the ordered set where CPInstanceId = ?.fetchByCPInstanceId_Last
(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the last cs diagram entry in the ordered set where CPInstanceId = ?.fetchByCProductId_First
(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the first cs diagram entry in the ordered set where CProductId = ?.fetchByCProductId_Last
(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the last cs diagram entry in the ordered set where CProductId = ?.fetchByPrimaryKey
(long CSDiagramEntryId) Returns the cs diagram entry with the primary key or returnsnull
if it could not be found.findAll()
Returns all the cs diagram entries.findAll
(int start, int end) Returns a range of all the cs diagram entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns an ordered range of all the cs diagram entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram entries.findByCPDefinitionId
(long CPDefinitionId) Returns all the cs diagram entries where CPDefinitionId = ?.findByCPDefinitionId
(long CPDefinitionId, int start, int end) Returns a range of all the cs diagram entries where CPDefinitionId = ?.findByCPDefinitionId
(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns an ordered range of all the cs diagram entries where CPDefinitionId = ?.findByCPDefinitionId
(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram entries where CPDefinitionId = ?.findByCPDefinitionId_First
(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the first cs diagram entry in the ordered set where CPDefinitionId = ?.findByCPDefinitionId_Last
(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the last cs diagram entry in the ordered set where CPDefinitionId = ?.findByCPDefinitionId_PrevAndNext
(long CSDiagramEntryId, long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the cs diagram entries before and after the current cs diagram entry in the ordered set where CPDefinitionId = ?.findByCPDI_S
(long CPDefinitionId, String sequence) Returns the cs diagram entry where CPDefinitionId = ? and sequence = ? or throws aNoSuchCSDiagramEntryException
if it could not be found.findByCPInstanceId
(long CPInstanceId) Returns all the cs diagram entries where CPInstanceId = ?.findByCPInstanceId
(long CPInstanceId, int start, int end) Returns a range of all the cs diagram entries where CPInstanceId = ?.findByCPInstanceId
(long CPInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns an ordered range of all the cs diagram entries where CPInstanceId = ?.findByCPInstanceId
(long CPInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram entries where CPInstanceId = ?.findByCPInstanceId_First
(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the first cs diagram entry in the ordered set where CPInstanceId = ?.findByCPInstanceId_Last
(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the last cs diagram entry in the ordered set where CPInstanceId = ?.findByCPInstanceId_PrevAndNext
(long CSDiagramEntryId, long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the cs diagram entries before and after the current cs diagram entry in the ordered set where CPInstanceId = ?.findByCProductId
(long CProductId) Returns all the cs diagram entries where CProductId = ?.findByCProductId
(long CProductId, int start, int end) Returns a range of all the cs diagram entries where CProductId = ?.findByCProductId
(long CProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns an ordered range of all the cs diagram entries where CProductId = ?.findByCProductId
(long CProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram entries where CProductId = ?.findByCProductId_First
(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the first cs diagram entry in the ordered set where CProductId = ?.findByCProductId_Last
(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the last cs diagram entry in the ordered set where CProductId = ?.findByCProductId_PrevAndNext
(long CSDiagramEntryId, long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the cs diagram entries before and after the current cs diagram entry in the ordered set where CProductId = ?.findByPrimaryKey
(long CSDiagramEntryId) Returns the cs diagram entry with the primary key or throws aNoSuchCSDiagramEntryException
if it could not be found.remove
(long CSDiagramEntryId) Removes the cs diagram entry with the primary key from the database.void
Removes all the cs diagram entries from the database.void
removeByCPDefinitionId
(long CPDefinitionId) Removes all the cs diagram entries where CPDefinitionId = ? from the database.removeByCPDI_S
(long CPDefinitionId, String sequence) Removes the cs diagram entry where CPDefinitionId = ? and sequence = ? from the database.void
removeByCPInstanceId
(long CPInstanceId) Removes all the cs diagram entries where CPInstanceId = ? from the database.void
removeByCProductId
(long CProductId) Removes all the cs diagram entries where CProductId = ? from the database.updateImpl
(CSDiagramEntry csDiagramEntry) 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
-
findByCPDefinitionId
Returns all the cs diagram entries where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition ID- Returns:
- the matching cs diagram entries
-
findByCPDefinitionId
Returns a range of all the cs diagram entries where CPDefinitionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)- Returns:
- the range of matching cs diagram entries
-
findByCPDefinitionId
List<CSDiagramEntry> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns an ordered range of all the cs diagram entries where CPDefinitionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cs diagram entries
-
findByCPDefinitionId
List<CSDiagramEntry> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram entries where CPDefinitionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cs diagram entries
-
findByCPDefinitionId_First
CSDiagramEntry findByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException Returns the first cs diagram entry in the ordered set where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a matching cs diagram entry could not be found
-
fetchByCPDefinitionId_First
CSDiagramEntry fetchByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the first cs diagram entry in the ordered set where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram entry, or
null
if a matching cs diagram entry could not be found
-
findByCPDefinitionId_Last
CSDiagramEntry findByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException Returns the last cs diagram entry in the ordered set where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a matching cs diagram entry could not be found
-
fetchByCPDefinitionId_Last
CSDiagramEntry fetchByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the last cs diagram entry in the ordered set where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram entry, or
null
if a matching cs diagram entry could not be found
-
findByCPDefinitionId_PrevAndNext
CSDiagramEntry[] findByCPDefinitionId_PrevAndNext(long CSDiagramEntryId, long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException Returns the cs diagram entries before and after the current cs diagram entry in the ordered set where CPDefinitionId = ?.- Parameters:
CSDiagramEntryId
- the primary key of the current cs diagram entryCPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a cs diagram entry with the primary key could not be found
-
removeByCPDefinitionId
void removeByCPDefinitionId(long CPDefinitionId) Removes all the cs diagram entries where CPDefinitionId = ? from the database.- Parameters:
CPDefinitionId
- the cp definition ID
-
countByCPDefinitionId
int countByCPDefinitionId(long CPDefinitionId) Returns the number of cs diagram entries where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition ID- Returns:
- the number of matching cs diagram entries
-
findByCPInstanceId
Returns all the cs diagram entries where CPInstanceId = ?.- Parameters:
CPInstanceId
- the cp instance ID- Returns:
- the matching cs diagram entries
-
findByCPInstanceId
Returns a range of all the cs diagram entries where CPInstanceId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
CPInstanceId
- the cp instance IDstart
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)- Returns:
- the range of matching cs diagram entries
-
findByCPInstanceId
List<CSDiagramEntry> findByCPInstanceId(long CPInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns an ordered range of all the cs diagram entries where CPInstanceId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
CPInstanceId
- the cp instance IDstart
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cs diagram entries
-
findByCPInstanceId
List<CSDiagramEntry> findByCPInstanceId(long CPInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram entries where CPInstanceId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
CPInstanceId
- the cp instance IDstart
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cs diagram entries
-
findByCPInstanceId_First
CSDiagramEntry findByCPInstanceId_First(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException Returns the first cs diagram entry in the ordered set where CPInstanceId = ?.- Parameters:
CPInstanceId
- the cp instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a matching cs diagram entry could not be found
-
fetchByCPInstanceId_First
CSDiagramEntry fetchByCPInstanceId_First(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the first cs diagram entry in the ordered set where CPInstanceId = ?.- Parameters:
CPInstanceId
- the cp instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram entry, or
null
if a matching cs diagram entry could not be found
-
findByCPInstanceId_Last
CSDiagramEntry findByCPInstanceId_Last(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException Returns the last cs diagram entry in the ordered set where CPInstanceId = ?.- Parameters:
CPInstanceId
- the cp instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a matching cs diagram entry could not be found
-
fetchByCPInstanceId_Last
CSDiagramEntry fetchByCPInstanceId_Last(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the last cs diagram entry in the ordered set where CPInstanceId = ?.- Parameters:
CPInstanceId
- the cp instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram entry, or
null
if a matching cs diagram entry could not be found
-
findByCPInstanceId_PrevAndNext
CSDiagramEntry[] findByCPInstanceId_PrevAndNext(long CSDiagramEntryId, long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException Returns the cs diagram entries before and after the current cs diagram entry in the ordered set where CPInstanceId = ?.- Parameters:
CSDiagramEntryId
- the primary key of the current cs diagram entryCPInstanceId
- the cp instance IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a cs diagram entry with the primary key could not be found
-
removeByCPInstanceId
void removeByCPInstanceId(long CPInstanceId) Removes all the cs diagram entries where CPInstanceId = ? from the database.- Parameters:
CPInstanceId
- the cp instance ID
-
countByCPInstanceId
int countByCPInstanceId(long CPInstanceId) Returns the number of cs diagram entries where CPInstanceId = ?.- Parameters:
CPInstanceId
- the cp instance ID- Returns:
- the number of matching cs diagram entries
-
findByCProductId
Returns all the cs diagram entries where CProductId = ?.- Parameters:
CProductId
- the c product ID- Returns:
- the matching cs diagram entries
-
findByCProductId
Returns a range of all the cs diagram entries where CProductId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
CProductId
- the c product IDstart
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)- Returns:
- the range of matching cs diagram entries
-
findByCProductId
List<CSDiagramEntry> findByCProductId(long CProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns an ordered range of all the cs diagram entries where CProductId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
CProductId
- the c product IDstart
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cs diagram entries
-
findByCProductId
List<CSDiagramEntry> findByCProductId(long CProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram entries where CProductId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
CProductId
- the c product IDstart
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cs diagram entries
-
findByCProductId_First
CSDiagramEntry findByCProductId_First(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException Returns the first cs diagram entry in the ordered set where CProductId = ?.- Parameters:
CProductId
- the c product IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a matching cs diagram entry could not be found
-
fetchByCProductId_First
CSDiagramEntry fetchByCProductId_First(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the first cs diagram entry in the ordered set where CProductId = ?.- Parameters:
CProductId
- the c product IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram entry, or
null
if a matching cs diagram entry could not be found
-
findByCProductId_Last
CSDiagramEntry findByCProductId_Last(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException Returns the last cs diagram entry in the ordered set where CProductId = ?.- Parameters:
CProductId
- the c product IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a matching cs diagram entry could not be found
-
fetchByCProductId_Last
CSDiagramEntry fetchByCProductId_Last(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns the last cs diagram entry in the ordered set where CProductId = ?.- Parameters:
CProductId
- the c product IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram entry, or
null
if a matching cs diagram entry could not be found
-
findByCProductId_PrevAndNext
CSDiagramEntry[] findByCProductId_PrevAndNext(long CSDiagramEntryId, long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException Returns the cs diagram entries before and after the current cs diagram entry in the ordered set where CProductId = ?.- Parameters:
CSDiagramEntryId
- the primary key of the current cs diagram entryCProductId
- the c product IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a cs diagram entry with the primary key could not be found
-
removeByCProductId
void removeByCProductId(long CProductId) Removes all the cs diagram entries where CProductId = ? from the database.- Parameters:
CProductId
- the c product ID
-
countByCProductId
int countByCProductId(long CProductId) Returns the number of cs diagram entries where CProductId = ?.- Parameters:
CProductId
- the c product ID- Returns:
- the number of matching cs diagram entries
-
findByCPDI_S
CSDiagramEntry findByCPDI_S(long CPDefinitionId, String sequence) throws NoSuchCSDiagramEntryException Returns the cs diagram entry where CPDefinitionId = ? and sequence = ? or throws aNoSuchCSDiagramEntryException
if it could not be found.- Parameters:
CPDefinitionId
- the cp definition IDsequence
- the sequence- Returns:
- the matching cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a matching cs diagram entry could not be found
-
fetchByCPDI_S
Returns the cs diagram entry where CPDefinitionId = ? and sequence = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
CPDefinitionId
- the cp definition IDsequence
- the sequence- Returns:
- the matching cs diagram entry, or
null
if a matching cs diagram entry could not be found
-
fetchByCPDI_S
Returns the cs diagram entry where CPDefinitionId = ? and sequence = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
CPDefinitionId
- the cp definition IDsequence
- the sequenceuseFinderCache
- whether to use the finder cache- Returns:
- the matching cs diagram entry, or
null
if a matching cs diagram entry could not be found
-
removeByCPDI_S
CSDiagramEntry removeByCPDI_S(long CPDefinitionId, String sequence) throws NoSuchCSDiagramEntryException Removes the cs diagram entry where CPDefinitionId = ? and sequence = ? from the database.- Parameters:
CPDefinitionId
- the cp definition IDsequence
- the sequence- Returns:
- the cs diagram entry that was removed
- Throws:
NoSuchCSDiagramEntryException
-
countByCPDI_S
Returns the number of cs diagram entries where CPDefinitionId = ? and sequence = ?.- Parameters:
CPDefinitionId
- the cp definition IDsequence
- the sequence- Returns:
- the number of matching cs diagram entries
-
cacheResult
Caches the cs diagram entry in the entity cache if it is enabled.- Parameters:
csDiagramEntry
- the cs diagram entry
-
cacheResult
Caches the cs diagram entries in the entity cache if it is enabled.- Parameters:
csDiagramEntries
- the cs diagram entries
-
create
Creates a new cs diagram entry with the primary key. Does not add the cs diagram entry to the database.- Parameters:
CSDiagramEntryId
- the primary key for the new cs diagram entry- Returns:
- the new cs diagram entry
-
remove
Removes the cs diagram entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
CSDiagramEntryId
- the primary key of the cs diagram entry- Returns:
- the cs diagram entry that was removed
- Throws:
NoSuchCSDiagramEntryException
- if a cs diagram entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the cs diagram entry with the primary key or throws aNoSuchCSDiagramEntryException
if it could not be found.- Parameters:
CSDiagramEntryId
- the primary key of the cs diagram entry- Returns:
- the cs diagram entry
- Throws:
NoSuchCSDiagramEntryException
- if a cs diagram entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the cs diagram entry with the primary key or returnsnull
if it could not be found.- Parameters:
CSDiagramEntryId
- the primary key of the cs diagram entry- Returns:
- the cs diagram entry, or
null
if a cs diagram entry with the primary key could not be found
-
findAll
List<CSDiagramEntry> findAll()Returns all the cs diagram entries.- Returns:
- the cs diagram entries
-
findAll
Returns a range of all the cs diagram entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
start
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)- Returns:
- the range of cs diagram entries
-
findAll
List<CSDiagramEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) Returns an ordered range of all the cs diagram entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
start
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of cs diagram entries
-
findAll
List<CSDiagramEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramEntryModelImpl
.- Parameters:
start
- the lower bound of the range of cs diagram entriesend
- the upper bound of the range of cs diagram entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of cs diagram entries
-
removeAll
void removeAll()Removes all the cs diagram entries from the database. -
countAll
int countAll()Returns the number of cs diagram entries.- Returns:
- the number of cs diagram entries
-