com.adobe.icc.services.api
Interface PortfolioDao

All Superinterfaces:
BaseDao, GenericDao, IPageElementDao

public interface PortfolioDao
extends IPageElementDao


Method Summary
 Portfolio findByNameAndState(java.lang.String name, java.lang.Integer state)
           
 Portfolio findByNameAndStateAndVersion(java.lang.String name, java.lang.Integer state, java.lang.Integer version)
           
 Portfolio 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

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

findLatestByNameAndState

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

findByNameAndStateAndVersion

Portfolio 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]