| Constructor and Description |
|---|
ServiceImpl() |
protected static final Logger log
public <T extends BO> T get(String baseUuid, Class<T> type) throws ServiceException, NotFoundException, ReadNotAllowedException
get in interface ServiceServiceExceptionNotFoundExceptionReadNotAllowedExceptionpublic BO get(String baseUuid) throws ServiceException, NotFoundException, ReadNotAllowedException
get in interface ServiceServiceExceptionNotFoundExceptionReadNotAllowedExceptionpublic List<BO> getBOs(List<String> uuids) throws ServiceException, NotFoundException, ReadNotAllowedException
getBOs in interface ServiceServiceExceptionNotFoundExceptionReadNotAllowedExceptionpublic List<BO> findBOByName(String name, ObjectTypeEnum type, String containerUuid) throws ServiceException
findBOByName in interface ServiceServiceExceptionpublic List<BO> find(String name, ObjectTypeEnum type) throws ServiceException
ServiceExceptionpublic BO getByName(String name, ObjectTypeEnum type)
public List<BO> findBOByMetadata(String defUuid, String mdName, String value) throws ServiceException, NotFoundException, ReadNotAllowedException
public void saveBODef(BODefaults def) throws ServiceException
ServiceExceptionpublic <T extends BO> T createBO(String name, ObjectTypeEnum type) throws ServiceException
createBO in interface ServiceServiceExceptionpublic void saveBO(BO bo) throws ServiceException
saveBO in interface ServiceServiceExceptionpublic void updateBO(BO bo) throws ServiceException
ServiceExceptionpublic void savePermissions(Permission permission) throws ServiceException
savePermissions in interface ServiceServiceExceptionpublic List<BO> findChildrenByType(String baseUuid, ObjectTypeEnum type) throws ServiceException
findChildrenByType in interface ServiceServiceExceptionpublic List<BO> findByStateType(String state, ObjectTypeEnum type, String containerUuid) throws ServiceException
findByStateType in interface ServiceServiceExceptionpublic int countByStateType(String state, ObjectTypeEnum type, String containerUuid) throws ServiceException
countByStateType in interface ServiceServiceExceptionpublic Container createContainer(String name) throws ServiceException
createContainer in interface ServiceServiceExceptionpublic Alias createAlias(String name, BO bo) throws ServiceException
createAlias in interface ServiceServiceExceptionpublic App createApp(String name) throws ServiceException
createApp in interface ServiceServiceExceptionpublic User createUser(String email, String password) throws ServiceException
createUser in interface ServiceServiceExceptionpublic BaltoroInstance getInstance(String uuid) throws ServiceException
ServiceExceptionCopyright © 2017. All rights reserved.