Interface DDMStructureLinkPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<DDMStructureLink>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMStructureLink>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(DDMStructureLink ddmStructureLink) Caches the ddm structure link in the entity cache if it is enabled.void
cacheResult
(List<DDMStructureLink> ddmStructureLinks) Caches the ddm structure links in the entity cache if it is enabled.int
countAll()
Returns the number of ddm structure links.int
countByC_C
(long classNameId, long classPK) Returns the number of ddm structure links where classNameId = ? and classPK = ?.int
countByC_C_S
(long classNameId, long classPK, long structureId) Returns the number of ddm structure links where classNameId = ? and classPK = ? and structureId = ?.int
countByStructureId
(long structureId) Returns the number of ddm structure links where structureId = ?.create
(long structureLinkId) Creates a new ddm structure link with the primary key.fetchByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the first ddm structure link in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the last ddm structure link in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_S
(long classNameId, long classPK, long structureId) Returns the ddm structure link where classNameId = ? and classPK = ? and structureId = ? or returnsnull
if it could not be found.fetchByC_C_S
(long classNameId, long classPK, long structureId, boolean useFinderCache) Returns the ddm structure link where classNameId = ? and classPK = ? and structureId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long structureLinkId) Returns the ddm structure link with the primary key or returnsnull
if it could not be found.fetchByStructureId_First
(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the first ddm structure link in the ordered set where structureId = ?.fetchByStructureId_Last
(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the last ddm structure link in the ordered set where structureId = ?.findAll()
Returns all the ddm structure links.findAll
(int start, int end) Returns a range of all the ddm structure links.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns an ordered range of all the ddm structure links.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm structure links.findByC_C
(long classNameId, long classPK) Returns all the ddm structure links where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the ddm structure links where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns an ordered range of all the ddm structure links where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm structure links where classNameId = ? and classPK = ?.findByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the first ddm structure link in the ordered set where classNameId = ? and classPK = ?.findByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the last ddm structure link in the ordered set where classNameId = ? and classPK = ?.findByC_C_PrevAndNext
(long structureLinkId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the ddm structure links before and after the current ddm structure link in the ordered set where classNameId = ? and classPK = ?.findByC_C_S
(long classNameId, long classPK, long structureId) Returns the ddm structure link where classNameId = ? and classPK = ? and structureId = ? or throws aNoSuchStructureLinkException
if it could not be found.findByPrimaryKey
(long structureLinkId) Returns the ddm structure link with the primary key or throws aNoSuchStructureLinkException
if it could not be found.findByStructureId
(long structureId) Returns all the ddm structure links where structureId = ?.findByStructureId
(long structureId, int start, int end) Returns a range of all the ddm structure links where structureId = ?.findByStructureId
(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns an ordered range of all the ddm structure links where structureId = ?.findByStructureId
(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm structure links where structureId = ?.findByStructureId_First
(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the first ddm structure link in the ordered set where structureId = ?.findByStructureId_Last
(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the last ddm structure link in the ordered set where structureId = ?.findByStructureId_PrevAndNext
(long structureLinkId, long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the ddm structure links before and after the current ddm structure link in the ordered set where structureId = ?.remove
(long structureLinkId) Removes the ddm structure link with the primary key from the database.void
Removes all the ddm structure links from the database.void
removeByC_C
(long classNameId, long classPK) Removes all the ddm structure links where classNameId = ? and classPK = ? from the database.removeByC_C_S
(long classNameId, long classPK, long structureId) Removes the ddm structure link where classNameId = ? and classPK = ? and structureId = ? from the database.void
removeByStructureId
(long structureId) Removes all the ddm structure links where structureId = ? from the database.updateImpl
(DDMStructureLink ddmStructureLink) 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
-
findByStructureId
Returns all the ddm structure links where structureId = ?.- Parameters:
structureId
- the structure ID- Returns:
- the matching ddm structure links
-
findByStructureId
Returns a range of all the ddm structure links where structureId = ?.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 fromDDMStructureLinkModelImpl
.- Parameters:
structureId
- the structure IDstart
- the lower bound of the range of ddm structure linksend
- the upper bound of the range of ddm structure links (not inclusive)- Returns:
- the range of matching ddm structure links
-
findByStructureId
List<DDMStructureLink> findByStructureId(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns an ordered range of all the ddm structure links where structureId = ?.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 fromDDMStructureLinkModelImpl
.- Parameters:
structureId
- the structure IDstart
- the lower bound of the range of ddm structure linksend
- the upper bound of the range of ddm structure links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ddm structure links
-
findByStructureId
List<DDMStructureLink> findByStructureId(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm structure links where structureId = ?.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 fromDDMStructureLinkModelImpl
.- Parameters:
structureId
- the structure IDstart
- the lower bound of the range of ddm structure linksend
- the upper bound of the range of ddm structure links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ddm structure links
-
findByStructureId_First
DDMStructureLink findByStructureId_First(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) throws NoSuchStructureLinkException Returns the first ddm structure link in the ordered set where structureId = ?.- Parameters:
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm structure link
- Throws:
NoSuchStructureLinkException
- if a matching ddm structure link could not be found
-
fetchByStructureId_First
DDMStructureLink fetchByStructureId_First(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the first ddm structure link in the ordered set where structureId = ?.- Parameters:
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm structure link, or
null
if a matching ddm structure link could not be found
-
findByStructureId_Last
DDMStructureLink findByStructureId_Last(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) throws NoSuchStructureLinkException Returns the last ddm structure link in the ordered set where structureId = ?.- Parameters:
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm structure link
- Throws:
NoSuchStructureLinkException
- if a matching ddm structure link could not be found
-
fetchByStructureId_Last
DDMStructureLink fetchByStructureId_Last(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the last ddm structure link in the ordered set where structureId = ?.- Parameters:
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm structure link, or
null
if a matching ddm structure link could not be found
-
findByStructureId_PrevAndNext
DDMStructureLink[] findByStructureId_PrevAndNext(long structureLinkId, long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) throws NoSuchStructureLinkException Returns the ddm structure links before and after the current ddm structure link in the ordered set where structureId = ?.- Parameters:
structureLinkId
- the primary key of the current ddm structure linkstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ddm structure link
- Throws:
NoSuchStructureLinkException
- if a ddm structure link with the primary key could not be found
-
removeByStructureId
void removeByStructureId(long structureId) Removes all the ddm structure links where structureId = ? from the database.- Parameters:
structureId
- the structure ID
-
countByStructureId
int countByStructureId(long structureId) Returns the number of ddm structure links where structureId = ?.- Parameters:
structureId
- the structure ID- Returns:
- the number of matching ddm structure links
-
findByC_C
Returns all the ddm structure links where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching ddm structure links
-
findByC_C
Returns a range of all the ddm structure links where classNameId = ? and classPK = ?.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 fromDDMStructureLinkModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm structure linksend
- the upper bound of the range of ddm structure links (not inclusive)- Returns:
- the range of matching ddm structure links
-
findByC_C
List<DDMStructureLink> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns an ordered range of all the ddm structure links where classNameId = ? and classPK = ?.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 fromDDMStructureLinkModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm structure linksend
- the upper bound of the range of ddm structure links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ddm structure links
-
findByC_C
List<DDMStructureLink> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm structure links where classNameId = ? and classPK = ?.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 fromDDMStructureLinkModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm structure linksend
- the upper bound of the range of ddm structure links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ddm structure links
-
findByC_C_First
DDMStructureLink findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) throws NoSuchStructureLinkException Returns the first ddm structure link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm structure link
- Throws:
NoSuchStructureLinkException
- if a matching ddm structure link could not be found
-
fetchByC_C_First
DDMStructureLink fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the first ddm structure link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ddm structure link, or
null
if a matching ddm structure link could not be found
-
findByC_C_Last
DDMStructureLink findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) throws NoSuchStructureLinkException Returns the last ddm structure link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm structure link
- Throws:
NoSuchStructureLinkException
- if a matching ddm structure link could not be found
-
fetchByC_C_Last
DDMStructureLink fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns the last ddm structure link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ddm structure link, or
null
if a matching ddm structure link could not be found
-
findByC_C_PrevAndNext
DDMStructureLink[] findByC_C_PrevAndNext(long structureLinkId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) throws NoSuchStructureLinkException Returns the ddm structure links before and after the current ddm structure link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
structureLinkId
- the primary key of the current ddm structure linkclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ddm structure link
- Throws:
NoSuchStructureLinkException
- if a ddm structure link with the primary key could not be found
-
removeByC_C
void removeByC_C(long classNameId, long classPK) Removes all the ddm structure links where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C
int countByC_C(long classNameId, long classPK) Returns the number of ddm structure links where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching ddm structure links
-
findByC_C_S
DDMStructureLink findByC_C_S(long classNameId, long classPK, long structureId) throws NoSuchStructureLinkException Returns the ddm structure link where classNameId = ? and classPK = ? and structureId = ? or throws aNoSuchStructureLinkException
if it could not be found.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstructureId
- the structure ID- Returns:
- the matching ddm structure link
- Throws:
NoSuchStructureLinkException
- if a matching ddm structure link could not be found
-
fetchByC_C_S
Returns the ddm structure link where classNameId = ? and classPK = ? and structureId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstructureId
- the structure ID- Returns:
- the matching ddm structure link, or
null
if a matching ddm structure link could not be found
-
fetchByC_C_S
DDMStructureLink fetchByC_C_S(long classNameId, long classPK, long structureId, boolean useFinderCache) Returns the ddm structure link where classNameId = ? and classPK = ? and structureId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstructureId
- the structure IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching ddm structure link, or
null
if a matching ddm structure link could not be found
-
removeByC_C_S
DDMStructureLink removeByC_C_S(long classNameId, long classPK, long structureId) throws NoSuchStructureLinkException Removes the ddm structure link where classNameId = ? and classPK = ? and structureId = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstructureId
- the structure ID- Returns:
- the ddm structure link that was removed
- Throws:
NoSuchStructureLinkException
-
countByC_C_S
int countByC_C_S(long classNameId, long classPK, long structureId) Returns the number of ddm structure links where classNameId = ? and classPK = ? and structureId = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstructureId
- the structure ID- Returns:
- the number of matching ddm structure links
-
cacheResult
Caches the ddm structure link in the entity cache if it is enabled.- Parameters:
ddmStructureLink
- the ddm structure link
-
cacheResult
Caches the ddm structure links in the entity cache if it is enabled.- Parameters:
ddmStructureLinks
- the ddm structure links
-
create
Creates a new ddm structure link with the primary key. Does not add the ddm structure link to the database.- Parameters:
structureLinkId
- the primary key for the new ddm structure link- Returns:
- the new ddm structure link
-
remove
Removes the ddm structure link with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
structureLinkId
- the primary key of the ddm structure link- Returns:
- the ddm structure link that was removed
- Throws:
NoSuchStructureLinkException
- if a ddm structure link with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the ddm structure link with the primary key or throws aNoSuchStructureLinkException
if it could not be found.- Parameters:
structureLinkId
- the primary key of the ddm structure link- Returns:
- the ddm structure link
- Throws:
NoSuchStructureLinkException
- if a ddm structure link with the primary key could not be found
-
fetchByPrimaryKey
Returns the ddm structure link with the primary key or returnsnull
if it could not be found.- Parameters:
structureLinkId
- the primary key of the ddm structure link- Returns:
- the ddm structure link, or
null
if a ddm structure link with the primary key could not be found
-
findAll
List<DDMStructureLink> findAll()Returns all the ddm structure links.- Returns:
- the ddm structure links
-
findAll
Returns a range of all the ddm structure links.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 fromDDMStructureLinkModelImpl
.- Parameters:
start
- the lower bound of the range of ddm structure linksend
- the upper bound of the range of ddm structure links (not inclusive)- Returns:
- the range of ddm structure links
-
findAll
List<DDMStructureLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) Returns an ordered range of all the ddm structure links.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 fromDDMStructureLinkModelImpl
.- Parameters:
start
- the lower bound of the range of ddm structure linksend
- the upper bound of the range of ddm structure links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of ddm structure links
-
findAll
List<DDMStructureLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm structure links.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 fromDDMStructureLinkModelImpl
.- Parameters:
start
- the lower bound of the range of ddm structure linksend
- the upper bound of the range of ddm structure links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of ddm structure links
-
removeAll
void removeAll()Removes all the ddm structure links from the database. -
countAll
int countAll()Returns the number of ddm structure links.- Returns:
- the number of ddm structure links
-