|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileVersionPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
DLFileVersionPersistenceImpl
,
DLFileVersionUtil
Method Summary | |
---|---|
void |
cacheResult(DLFileVersion dlFileVersion)
|
void |
cacheResult(java.util.List<DLFileVersion> dlFileVersions)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByF_N_V(long folderId,
java.lang.String name,
double version)
|
int |
countByF_N(long folderId,
java.lang.String name)
|
DLFileVersion |
create(long fileVersionId)
|
DLFileVersion |
fetchByF_N_V(long folderId,
java.lang.String name,
double version)
|
DLFileVersion |
fetchByF_N_V(long folderId,
java.lang.String name,
double version,
boolean retrieveFromCache)
|
DLFileVersion |
fetchByPrimaryKey(long fileVersionId)
|
java.util.List<DLFileVersion> |
findAll()
|
java.util.List<DLFileVersion> |
findAll(int start,
int end)
|
java.util.List<DLFileVersion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileVersion |
findByF_N_First(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileVersion |
findByF_N_Last(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileVersion[] |
findByF_N_PrevAndNext(long fileVersionId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileVersion |
findByF_N_V(long folderId,
java.lang.String name,
double version)
|
java.util.List<DLFileVersion> |
findByF_N(long folderId,
java.lang.String name)
|
java.util.List<DLFileVersion> |
findByF_N(long folderId,
java.lang.String name,
int start,
int end)
|
java.util.List<DLFileVersion> |
findByF_N(long folderId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileVersion |
findByPrimaryKey(long fileVersionId)
|
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)
|
DLFileVersion |
remove(DLFileVersion dlFileVersion)
|
DLFileVersion |
remove(long fileVersionId)
|
void |
removeAll()
|
void |
removeByF_N_V(long folderId,
java.lang.String name,
double version)
|
void |
removeByF_N(long folderId,
java.lang.String name)
|
DLFileVersion |
update(DLFileVersion dlFileVersion)
Deprecated. Use update(DLFileVersion, boolean merge) . |
DLFileVersion |
update(DLFileVersion dlFileVersion,
boolean merge)
Add, update, or merge, the entity. |
DLFileVersion |
updateImpl(DLFileVersion dlFileVersion,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(DLFileVersion dlFileVersion)
void cacheResult(java.util.List<DLFileVersion> dlFileVersions)
void clearCache()
clearCache
in interface BasePersistence
DLFileVersion create(long fileVersionId)
DLFileVersion remove(long fileVersionId) throws com.liferay.portal.SystemException, NoSuchFileVersionException
com.liferay.portal.SystemException
NoSuchFileVersionException
DLFileVersion remove(DLFileVersion dlFileVersion) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileVersion update(DLFileVersion dlFileVersion) throws com.liferay.portal.SystemException
update(DLFileVersion, boolean merge)
.
com.liferay.portal.SystemException
DLFileVersion update(DLFileVersion dlFileVersion, boolean merge) throws com.liferay.portal.SystemException
dlFileVersion
- 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 dlFileVersion is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
DLFileVersion updateImpl(DLFileVersion dlFileVersion, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileVersion findByPrimaryKey(long fileVersionId) throws com.liferay.portal.SystemException, NoSuchFileVersionException
com.liferay.portal.SystemException
NoSuchFileVersionException
DLFileVersion fetchByPrimaryKey(long fileVersionId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileVersion> findByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileVersion> findByF_N(long folderId, java.lang.String name, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileVersion> findByF_N(long folderId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileVersion findByF_N_First(long folderId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileVersionException
com.liferay.portal.SystemException
NoSuchFileVersionException
DLFileVersion findByF_N_Last(long folderId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileVersionException
com.liferay.portal.SystemException
NoSuchFileVersionException
DLFileVersion[] findByF_N_PrevAndNext(long fileVersionId, long folderId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileVersionException
com.liferay.portal.SystemException
NoSuchFileVersionException
DLFileVersion findByF_N_V(long folderId, java.lang.String name, double version) throws com.liferay.portal.SystemException, NoSuchFileVersionException
com.liferay.portal.SystemException
NoSuchFileVersionException
DLFileVersion fetchByF_N_V(long folderId, java.lang.String name, double version) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileVersion fetchByF_N_V(long folderId, java.lang.String name, double version, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
java.util.List<DLFileVersion> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileVersion> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByF_N_V(long folderId, java.lang.String name, double version) throws com.liferay.portal.SystemException, NoSuchFileVersionException
com.liferay.portal.SystemException
NoSuchFileVersionException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByF_N_V(long folderId, java.lang.String name, double version) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |