@Security public class ReportServiceSecurity extends BaseServiceSecurity implements ReportService
ReportService| Constructor and Description |
|---|
ReportServiceSecurity() |
| Modifier and Type | Method and Description |
|---|---|
SystemReportData |
getSystemReportData()
Gets the data for system reports.
|
SerializableInputStream |
readSystemReport(SystemReportQuery query)
Generates a PDF content for a system report, showing reports on the complete system.
|
SerializableInputStream |
readUserReport(UserReportQuery query)
Generates a PDF content for an user report
|
protected org.cyclos.impl.access.EntityCheck<?> |
resolveEntityCheck()
Must be implemented in order to return the
EntityCheck managed by this security component, or null if
none |
void |
validate(SystemReportQuery query)
Validates the system reports.
|
checkGuest, checkId, checkIds, checkInternalName, checkLoggedIn, checkManagesUser, checkRelatesToUser, checkVO, checkVOs, doInitialize, getEntityCheckRegistry, getUser, initializecanManage, checkManagesUser, checkPermission, checkRelatesToUser, checkValue, clearAlreadyValidated, getAccountHandler, getAuthHandler, getBaseEntityManagerHandler, getChannelConfiguration, getConfiguration, getConversionHandler, getCustomFieldValueHandler, getEntityManagerHandler, getGroupsHandler, getLoggedBasicUser, getLoggedUser, getProducts, getProductsHandler, getReportHandler, getTranslatedName, getTranslatedValue, getUserLocatorHandler, getValidationResult, hasPermission, hasValue, inSameNetwork, inSameNetworkOrGlobal, isAdmin, isAlreadyValidated, isBroker, isGlobalAdmin, isGlobalAdminInNetwork, isGuest, isLoggedIn, isMember, isNetworkAdmin, isOperator, isRelatedToUser, isSystem, isUserManager, isUserManagerOf, message, message, permission, permission, permissionOptionalValue, permissionOptionalValue, toDate, toDateTime, validatedelete, detach, find, flush, from, getApplicationContext, getConfigurationHandler, getDataTranslationHandler, getFormatter, getFormatter, getFormatter, getLogger, getNotificationHandler, getProfileFieldHandler, getRemoteAddress, getSessionData, getTransactionHandler, getTranslationHandler, message, message, persist, processBatch, refresh, remove, subQuery, updatepublic SystemReportData getSystemReportData()
ReportServicegetSystemReportData in interface ReportServicepublic SerializableInputStream readSystemReport(SystemReportQuery query) throws EntityNotFoundException, ValidationException
ReportServicereadSystemReport in interface ReportServiceEntityNotFoundExceptionValidationExceptionpublic SerializableInputStream readUserReport(UserReportQuery query)
ReportServicereadUserReport in interface ReportServicepublic void validate(SystemReportQuery query) throws ValidationException, FrameworkException
ReportServiceReportService.readSystemReport(SystemReportQuery).validate in interface ReportServiceValidationExceptionFrameworkExceptionprotected org.cyclos.impl.access.EntityCheck<?> resolveEntityCheck()
BaseServiceSecurityEntityCheck managed by this security component, or null if
noneresolveEntityCheck in class BaseServiceSecurity