com.adobe.icc.services.api
Interface DocumentDao

All Superinterfaces:
BaseDao, GenericDao, IPageElementDao

public interface DocumentDao
extends IPageElementDao


Method Summary
 PortfolioDocument findByNameAndState(java.lang.String name, java.lang.Integer state)
           
 PortfolioDocument findByNameAndStateAndVersion(java.lang.String name, java.lang.Integer state, java.lang.Integer version)
           
 PortfolioDocument findLatestByNameAndState(java.lang.String name, java.lang.Integer state)
           
 
Methods inherited from interface com.adobe.icc.services.api.IPageElementDao
countByWithoutArchiveState, findAllInState, findAllWithoutArchiveState, findAllWithoutArchiveStateByIgnoreCase, retrieveAssetVersion
 
Methods inherited from interface com.adobe.icc.services.api.GenericDao
countBy, countBy, create, create, findAll, findAll, findAllBy, findAllBy, findAllBy, findAllBy, findAllBy, findAllBy, findAllByIgnoreCase, findAllByIgnoreCase, findBy, findBy, findBy, findBy, findByIgnoreCase, findByIgnoreCase, read, read, remove, removeBy, removeBy, removeBy, removeBy, retrievePublishedVersion, update, update, update
 
Methods inherited from interface com.adobe.icc.services.api.BaseDao
activateObject, deactivateObject, findAll, getFirstLevelObject, getFirstLevelObjectIfExists, readObject, reverseReplicate, updateObject, updateObject
 

Method Detail

findByNameAndState

PortfolioDocument findByNameAndState(java.lang.String name,
                                     java.lang.Integer state)

findLatestByNameAndState

PortfolioDocument findLatestByNameAndState(java.lang.String name,
                                           java.lang.Integer state)

findByNameAndStateAndVersion

PortfolioDocument findByNameAndStateAndVersion(java.lang.String name,
                                               java.lang.Integer state,
                                               java.lang.Integer version)


[an error occurred while processing this directive] [an error occurred while processing this directive]