|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface DLFolderPersistence
| Method Summary | |
|---|---|
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByG_P_N(long groupId,
long parentFolderId,
java.lang.String name)
|
int |
countByG_P(long groupId,
long parentFolderId)
|
int |
countByGroupId(long groupId)
|
int |
countByP_N(long parentFolderId,
java.lang.String name)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
DLFolder |
create(long folderId)
|
DLFolder |
fetchByG_P_N(long groupId,
long parentFolderId,
java.lang.String name)
|
DLFolder |
fetchByPrimaryKey(long folderId)
|
DLFolder |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
java.util.List<DLFolder> |
findAll()
|
java.util.List<DLFolder> |
findAll(int start,
int end)
|
java.util.List<DLFolder> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder[] |
findByCompanyId_PrevAndNext(long folderId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFolder> |
findByCompanyId(long companyId)
|
java.util.List<DLFolder> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<DLFolder> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByG_P_First(long groupId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByG_P_Last(long groupId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByG_P_N(long groupId,
long parentFolderId,
java.lang.String name)
|
DLFolder[] |
findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFolder> |
findByG_P(long groupId,
long parentFolderId)
|
java.util.List<DLFolder> |
findByG_P(long groupId,
long parentFolderId,
int start,
int end)
|
java.util.List<DLFolder> |
findByG_P(long groupId,
long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder[] |
findByGroupId_PrevAndNext(long folderId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFolder> |
findByGroupId(long groupId)
|
java.util.List<DLFolder> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<DLFolder> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByP_N_First(long parentFolderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByP_N_Last(long parentFolderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder[] |
findByP_N_PrevAndNext(long folderId,
long parentFolderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFolder> |
findByP_N(long parentFolderId,
java.lang.String name)
|
java.util.List<DLFolder> |
findByP_N(long parentFolderId,
java.lang.String name,
int start,
int end)
|
java.util.List<DLFolder> |
findByP_N(long parentFolderId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByPrimaryKey(long folderId)
|
DLFolder |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder |
findByUUID_G(java.lang.String uuid,
long groupId)
|
DLFolder |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFolder[] |
findByUuid_PrevAndNext(long folderId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFolder> |
findByUuid(java.lang.String uuid)
|
java.util.List<DLFolder> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<DLFolder> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
void |
registerListener(ModelListener listener)
|
DLFolder |
remove(DLFolder dlFolder)
|
DLFolder |
remove(long folderId)
|
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_P_N(long groupId,
long parentFolderId,
java.lang.String name)
|
void |
removeByG_P(long groupId,
long parentFolderId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByP_N(long parentFolderId,
java.lang.String name)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
void |
unregisterListener(ModelListener listener)
|
DLFolder |
update(DLFolder dlFolder)
Deprecated. Use update(DLFolder dlFolder, boolean merge). |
DLFolder |
update(DLFolder dlFolder,
boolean merge)
Add, update, or merge, the entity. |
DLFolder |
updateImpl(DLFolder dlFolder,
boolean merge)
|
| Method Detail |
|---|
DLFolder create(long folderId)
DLFolder remove(long folderId)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
DLFolder remove(DLFolder dlFolder)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFolder update(DLFolder dlFolder)
throws com.liferay.portal.SystemException
update(DLFolder dlFolder, boolean merge).
com.liferay.portal.SystemException
DLFolder update(DLFolder dlFolder,
boolean merge)
throws com.liferay.portal.SystemException
dlFolder - the entity to add, update, or mergemerge - boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when dlFolder is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
DLFolder updateImpl(DLFolder dlFolder,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByPrimaryKey(long folderId)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
DLFolder fetchByPrimaryKey(long folderId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder[] findByUuid_PrevAndNext(long folderId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
DLFolder fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder[] findByGroupId_PrevAndNext(long folderId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByCompanyId(long companyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder[] findByCompanyId_PrevAndNext(long folderId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByG_P(long groupId,
long parentFolderId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByG_P(long groupId,
long parentFolderId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByG_P(long groupId,
long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByG_P_First(long groupId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByG_P_Last(long groupId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder[] findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByP_N(long parentFolderId,
java.lang.String name)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByP_N(long parentFolderId,
java.lang.String name,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findByP_N(long parentFolderId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByP_N_First(long parentFolderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByP_N_Last(long parentFolderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder[] findByP_N_PrevAndNext(long folderId,
long parentFolderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFolder findByG_P_N(long groupId,
long parentFolderId,
java.lang.String name)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
DLFolder fetchByG_P_N(long groupId,
long parentFolderId,
java.lang.String name)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFolder> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
void removeByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_P(long groupId,
long parentFolderId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByP_N(long parentFolderId,
java.lang.String name)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_P_N(long groupId,
long parentFolderId,
java.lang.String name)
throws com.liferay.portal.SystemException,
NoSuchFolderException
com.liferay.portal.SystemException
NoSuchFolderException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByCompanyId(long companyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByG_P(long groupId,
long parentFolderId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByP_N(long parentFolderId,
java.lang.String name)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByG_P_N(long groupId,
long parentFolderId,
java.lang.String name)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemExceptionvoid registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||