protected static final Logger log
public BO getBOByBaseUuid(String baseUuid) throws ServiceException, NotFoundException, ReadNotAllowedException
getBOByBaseUuid in interface DaoServiceExceptionNotFoundExceptionReadNotAllowedExceptionpublic List<BO> getBOs(List<String> uuids) throws ServiceException
getBOs in interface DaoServiceExceptionpublic List<BO> findBOByName(String name, ObjectTypeEnum type, String containerUuid) throws ServiceException
findBOByName in interface DaoServiceExceptionpublic List<BO> find(String name, ObjectTypeEnum type) throws ServiceException
find in interface DaoServiceExceptionpublic List<BO> findByStateType(String state, ObjectTypeEnum type, String containerUuid) throws ServiceException
findByStateType in interface DaoServiceExceptionpublic int countByStateType(String state, ObjectTypeEnum type, String containerUuid) throws ServiceException
countByStateType in interface DaoServiceExceptionpublic List<BO> findBOByMetadata(String colName, String value) throws ServiceException
findBOByMetadata in interface DaoServiceExceptionpublic void save(BO bo) throws ServiceException, PermissionException
save in interface DaoServiceExceptionPermissionExceptionpublic void updateState(BO bo, String state) throws ServiceException, PermissionException
updateState in interface DaoServiceExceptionPermissionExceptionpublic void deleteBO(String baseUuid) throws ServiceException
deleteBO in interface DaoServiceExceptionpublic void deleteMetadata(BO bo) throws ServiceException, PermissionException
deleteMetadata in interface DaoServiceExceptionPermissionExceptionpublic void updateMetadata(BO bo, BOMD[] bomds) throws ServiceException, PermissionException
updateMetadata in interface DaoServiceExceptionPermissionExceptionpublic void saveMetadata(BO bo) throws ServiceException, CreateNotAllowedException
saveMetadata in interface DaoServiceExceptionCreateNotAllowedExceptionpublic boolean objectExists(String name, String containerUuid, ObjectTypeEnum type) throws ServiceException
objectExists in interface DaoServiceExceptionpublic void savePermissions(Permission p) throws ServiceException
savePermissions in interface DaoServiceExceptionpublic Map<String,Permission> getPermissions(Set<String> baseUuids) throws ServiceException
getPermissions in interface DaoServiceExceptionpublic Permission getPermission(String baseUuid) throws ServiceException
getPermission in interface DaoServiceExceptionpublic void saveRelationship(String pBaseUuid, String cBaseUuid) throws ServiceException
saveRelationship in interface DaoServiceExceptionpublic void saveRelationship(String pBaseUuid, String cBaseUuid, int sortOrder) throws ServiceException
saveRelationship in interface DaoServiceExceptionpublic List<BO> findChildrenByType(String baseUuid, ObjectTypeEnum type) throws ServiceException
findChildrenByType in interface DaoServiceExceptionpublic List<String> getParentByType(String baseUuid, ObjectTypeEnum type) throws ServiceException
getParentByType in interface DaoServiceExceptionCopyright © 2017. All rights reserved.