|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileVersionPersistence
Method Summary | |
---|---|
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 |
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)
|
void |
registerListener(ModelListener listener)
|
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)
|
void |
unregisterListener(ModelListener listener)
|
DLFileVersion |
update(DLFileVersion dlFileVersion)
Deprecated. Use update(DLFileVersion dlFileVersion, boolean merge) . |
DLFileVersion |
update(DLFileVersion dlFileVersion,
boolean merge)
Add, update, or merge, the entity. |
DLFileVersion |
updateImpl(DLFileVersion dlFileVersion,
boolean merge)
|
Method Detail |
---|
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 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
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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |