@Security public class InternalImageServiceSecurity extends BaseServiceSecurity implements org.cyclos.services.system.InternalImageService
InternalImageService. Actually just delegates to the implementation, but the framework requires
a Security for invocation.| Constructor and Description |
|---|
InternalImageServiceSecurity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize() |
ImageVO |
load(java.lang.Long id) |
SerializableInputStream |
readConfigurationImage(java.lang.Long configurationId,
ConfigurationImageType type) |
SerializableInputStream |
readContent(ImageNature nature,
java.lang.Long id) |
SerializableInputStream |
readContentByKey(ImageNature nature,
java.lang.String key) |
SerializableInputStream |
readThemeImage(java.lang.Long themeId,
ThemeImageType type,
java.lang.String name,
java.util.List<java.lang.String> colors) |
void |
remove(java.lang.Long id) |
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 |
checkGuest, checkId, checkIds, checkInternalName, checkLoggedIn, checkManagesUser, checkRelatesToUser, checkVO, checkVOs, 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 ImageVO load(java.lang.Long id) throws FrameworkException
load in interface org.cyclos.services.system.InternalImageServiceFrameworkExceptionpublic SerializableInputStream readConfigurationImage(java.lang.Long configurationId, ConfigurationImageType type) throws FrameworkException
readConfigurationImage in interface org.cyclos.services.system.InternalImageServiceFrameworkExceptionpublic SerializableInputStream readContent(ImageNature nature, java.lang.Long id) throws FrameworkException
readContent in interface org.cyclos.services.system.InternalImageServiceFrameworkExceptionpublic SerializableInputStream readContentByKey(ImageNature nature, java.lang.String key) throws FrameworkException
readContentByKey in interface org.cyclos.services.system.InternalImageServiceFrameworkExceptionpublic SerializableInputStream readThemeImage(java.lang.Long themeId, ThemeImageType type, java.lang.String name, java.util.List<java.lang.String> colors) throws FrameworkException
readThemeImage in interface org.cyclos.services.system.InternalImageServiceFrameworkExceptionpublic void remove(java.lang.Long id)
throws FrameworkException
remove in interface org.cyclos.services.system.InternalImageServiceFrameworkExceptionprotected void doInitialize()
doInitialize in class BaseServiceSecurityprotected org.cyclos.impl.access.EntityCheck<?> resolveEntityCheck()
BaseServiceSecurityEntityCheck managed by this security component, or null if
noneresolveEntityCheck in class BaseServiceSecurity