|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType public interface DDMStructureLinkPersistence
The persistence interface for the d d m structure link service.
Caching information and settings can be found in portal.properties
DDMStructureLinkPersistenceImpl
,
DDMStructureLinkUtil
Method Summary | |
---|---|
abstract void |
cacheResult(DDMStructureLink ddmStructureLink)
Caches the d d m structure link in the entity cache if it is enabled. |
abstract void |
cacheResult(List<DDMStructureLink> ddmStructureLinks)
Caches the d d m structure links in the entity cache if it is enabled. |
abstract int |
countAll()
Returns the number of d d m structure links. |
abstract int |
countByClassNameId(long classNameId)
Returns the number of d d m structure links where classNameId = ?. |
abstract int |
countByClassPK(long classPK)
Returns the number of d d m structure links where classPK = ?. |
abstract int |
countByStructureId(long structureId)
Returns the number of d d m structure links where structureId = ?. |
abstract DDMStructureLink |
create(long structureLinkId)
Creates a new d d m structure link with the primary key. |
abstract DDMStructureLink |
fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
abstract DDMStructureLink |
fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
abstract DDMStructureLink |
fetchByClassPK(long classPK)
Returns the d d m structure link where classPK = ? or returns null if it could not be found. |
abstract DDMStructureLink |
fetchByClassPK(long classPK,
boolean retrieveFromCache)
Returns the d d m structure link where classPK = ? or returns null if it could not be found, optionally using the finder cache. |
abstract DDMStructureLink |
fetchByPrimaryKey(long structureLinkId)
Returns the d d m structure link with the primary key or returns null if it could not be found. |
abstract DDMStructureLink |
fetchByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
abstract DDMStructureLink |
fetchByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
abstract List<DDMStructureLink> |
findAll()
Returns all the d d m structure links. |
abstract List<DDMStructureLink> |
findAll(int start,
int end)
Returns a range of all the d d m structure links. |
abstract List<DDMStructureLink> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structure links. |
abstract DDMStructureLink |
findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
abstract DDMStructureLink |
findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
abstract DDMStructureLink[] |
findByClassNameId_PrevAndNext(long structureLinkId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?. |
abstract List<DDMStructureLink> |
findByClassNameId(long classNameId)
Returns all the d d m structure links where classNameId = ?. |
abstract List<DDMStructureLink> |
findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m structure links where classNameId = ?. |
abstract List<DDMStructureLink> |
findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structure links where classNameId = ?. |
abstract DDMStructureLink |
findByClassPK(long classPK)
Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found. |
abstract DDMStructureLink |
findByPrimaryKey(long structureLinkId)
Returns the d d m structure link with the primary key or throws a NoSuchStructureLinkException if it could not be found. |
abstract DDMStructureLink |
findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
abstract DDMStructureLink |
findByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
abstract DDMStructureLink[] |
findByStructureId_PrevAndNext(long structureLinkId,
long structureId,
OrderByComparator orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?. |
abstract List<DDMStructureLink> |
findByStructureId(long structureId)
Returns all the d d m structure links where structureId = ?. |
abstract List<DDMStructureLink> |
findByStructureId(long structureId,
int start,
int end)
Returns a range of all the d d m structure links where structureId = ?. |
abstract List<DDMStructureLink> |
findByStructureId(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structure links where structureId = ?. |
abstract DDMStructureLink |
remove(long structureLinkId)
Removes the d d m structure link with the primary key from the database. |
abstract void |
removeAll()
Removes all the d d m structure links from the database. |
abstract void |
removeByClassNameId(long classNameId)
Removes all the d d m structure links where classNameId = ? from the database. |
abstract DDMStructureLink |
removeByClassPK(long classPK)
Removes the d d m structure link where classPK = ? from the database. |
abstract void |
removeByStructureId(long structureId)
Removes all the d d m structure links where structureId = ? from the database. |
abstract DDMStructureLink |
updateImpl(DDMStructureLink ddmStructureLink)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
Method Detail |
---|
List<DDMStructureLink> findByClassNameId(long classNameId) throws SystemException
classNameId
- the class name ID
SystemException
- if a system exception occurredList<DDMStructureLink> findByClassNameId(long classNameId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DDMStructureLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDstart
- the lower bound of the range of d d m structure linksend
- the upper bound of the range of d d m structure links (not inclusive)
SystemException
- if a system exception occurredList<DDMStructureLink> findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DDMStructureLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDstart
- the lower bound of the range of d d m structure linksend
- the upper bound of the range of d d m structure links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDDMStructureLink findByClassNameId_First(long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchStructureLinkException
classNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStructureLinkException
- if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchStructureLinkException
classNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStructureLinkException
- if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink[] findByClassNameId_PrevAndNext(long structureLinkId, long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchStructureLinkException
structureLinkId
- the primary key of the current d d m structure linkclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStructureLinkException
- if a d d m structure link with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByClassNameId(long classNameId) throws SystemException
classNameId
- the class name ID
SystemException
- if a system exception occurredint countByClassNameId(long classNameId) throws SystemException
classNameId
- the class name ID
SystemException
- if a system exception occurredDDMStructureLink findByClassPK(long classPK) throws SystemException, NoSuchStructureLinkException
NoSuchStructureLinkException
if it could not be found.
classPK
- the class p k
NoSuchStructureLinkException
- if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink fetchByClassPK(long classPK) throws SystemException
null
if it could not be found. Uses the finder cache.
classPK
- the class p k
null
if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink fetchByClassPK(long classPK, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
classPK
- the class p kretrieveFromCache
- whether to use the finder cache
null
if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink removeByClassPK(long classPK) throws SystemException, NoSuchStructureLinkException
classPK
- the class p k
SystemException
- if a system exception occurred
NoSuchStructureLinkException
int countByClassPK(long classPK) throws SystemException
classPK
- the class p k
SystemException
- if a system exception occurredList<DDMStructureLink> findByStructureId(long structureId) throws SystemException
structureId
- the structure ID
SystemException
- if a system exception occurredList<DDMStructureLink> findByStructureId(long structureId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DDMStructureLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
structureId
- the structure IDstart
- the lower bound of the range of d d m structure linksend
- the upper bound of the range of d d m structure links (not inclusive)
SystemException
- if a system exception occurredList<DDMStructureLink> findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DDMStructureLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
structureId
- the structure IDstart
- the lower bound of the range of d d m structure linksend
- the upper bound of the range of d d m structure links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDDMStructureLink findByStructureId_First(long structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchStructureLinkException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStructureLinkException
- if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink fetchByStructureId_First(long structureId, OrderByComparator orderByComparator) throws SystemException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink findByStructureId_Last(long structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchStructureLinkException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStructureLinkException
- if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator) throws SystemException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d m structure link could not be found
SystemException
- if a system exception occurredDDMStructureLink[] findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchStructureLinkException
structureLinkId
- the primary key of the current d d m structure linkstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStructureLinkException
- if a d d m structure link with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByStructureId(long structureId) throws SystemException
structureId
- the structure ID
SystemException
- if a system exception occurredint countByStructureId(long structureId) throws SystemException
structureId
- the structure ID
SystemException
- if a system exception occurredvoid cacheResult(DDMStructureLink ddmStructureLink)
ddmStructureLink
- the d d m structure linkvoid cacheResult(List<DDMStructureLink> ddmStructureLinks)
ddmStructureLinks
- the d d m structure linksDDMStructureLink create(long structureLinkId)
structureLinkId
- the primary key for the new d d m structure link
DDMStructureLink remove(long structureLinkId) throws SystemException, NoSuchStructureLinkException
structureLinkId
- the primary key of the d d m structure link
NoSuchStructureLinkException
- if a d d m structure link with the primary key could not be found
SystemException
- if a system exception occurredDDMStructureLink updateImpl(DDMStructureLink ddmStructureLink) throws SystemException
SystemException
DDMStructureLink findByPrimaryKey(long structureLinkId) throws SystemException, NoSuchStructureLinkException
NoSuchStructureLinkException
if it could not be found.
structureLinkId
- the primary key of the d d m structure link
NoSuchStructureLinkException
- if a d d m structure link with the primary key could not be found
SystemException
- if a system exception occurredDDMStructureLink fetchByPrimaryKey(long structureLinkId) throws SystemException
null
if it could not be found.
structureLinkId
- the primary key of the d d m structure link
null
if a d d m structure link with the primary key could not be found
SystemException
- if a system exception occurredList<DDMStructureLink> findAll() throws SystemException
SystemException
- if a system exception occurredList<DDMStructureLink> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DDMStructureLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of d d m structure linksend
- the upper bound of the range of d d m structure links (not inclusive)
SystemException
- if a system exception occurredList<DDMStructureLink> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DDMStructureLinkModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of d d m structure linksend
- the upper bound of the range of d d m structure links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |