Uses of Interface
org.outerj.daisy.repository.commonimpl.AuthenticatedUser

Packages that use AuthenticatedUser
org.outerj.daisy.repository.commonimpl   
org.outerj.daisy.repository.commonimpl.acl   
org.outerj.daisy.repository.commonimpl.comment   
org.outerj.daisy.repository.commonimpl.schema   
org.outerj.daisy.repository.commonimpl.user   
org.outerj.daisy.repository.commonimpl.variant   
 

Uses of AuthenticatedUser in org.outerj.daisy.repository.commonimpl
 

Classes in org.outerj.daisy.repository.commonimpl that implement AuthenticatedUser
 class AuthenticatedUserImpl
           
 

Fields in org.outerj.daisy.repository.commonimpl declared as AuthenticatedUser
protected  AuthenticatedUser RepositoryImpl.user
           
 

Methods in org.outerj.daisy.repository.commonimpl that return AuthenticatedUser
 AuthenticatedUser DocumentVariantImpl.IntimateAccess.getCurrentUser()
           
 AuthenticatedUser DocumentCollectionImpl.IntimateAccess.getCurrentUser()
           
 AuthenticatedUser DocumentImpl.IntimateAccess.getCurrentUser()
           
protected  AuthenticatedUser RepositoryImpl.getUser()
           
 

Methods in org.outerj.daisy.repository.commonimpl with parameters of type AuthenticatedUser
 DocumentCollectionImpl CollectionStrategy.loadCollection(long collectionId, AuthenticatedUser user)
          Loads a DocumentCollection for a specified documentcollectionid.
 DocumentCollectionImpl CollectionStrategy.loadCollectionByName(java.lang.String name, AuthenticatedUser user)
           
 java.util.Collection CollectionStrategy.loadCollections(AuthenticatedUser user)
          Loads all the available collections in the repository.
 void CollectionStrategy.deleteCollection(long collectionId, AuthenticatedUser user)
          Removes the collection, identified by the specified identifier, from the Repository.
 org.outerj.daisy.repository.Document DocumentStrategy.load(AuthenticatedUser user, long documentId, long branchId, long languageId)
           
 org.outerj.daisy.repository.Document DocumentStrategy.createVariant(long documentId, long startBranchId, long startLanguageId, long startVersionId, long newBranchId, long newLanguageId, AuthenticatedUser user)
           
 AvailableVariantImpl[] DocumentStrategy.getAvailableVariants(long documentId, AuthenticatedUser user)
           
 void DocumentStrategy.deleteDocument(long documentId, AuthenticatedUser user)
           
 void DocumentStrategy.deleteVariant(long documentId, long branchId, long languageId, AuthenticatedUser user)
           
 java.io.InputStream DocumentStrategy.getBlob(long documentId, long branchId, long languageId, long versionId, long partTypeId, AuthenticatedUser user)
           
abstract  org.outerj.daisy.repository.query.QueryManager CommonRepository.getQueryManager(AuthenticatedUser user)
           
 DocumentImpl CommonRepository.createDocument(java.lang.String name, long documentTypeId, long branchId, long languageId, AuthenticatedUser user)
           
 DocumentImpl CommonRepository.createDocument(java.lang.String name, java.lang.String documentTypeName, java.lang.String branchName, java.lang.String languageName, AuthenticatedUser user)
           
 org.outerj.daisy.repository.Document CommonRepository.createVariant(long documentId, long startBranchId, long startLanguageId, long startVersionId, long newBranchId, long newLanguageId, boolean copyContent, AuthenticatedUser user)
           
 org.outerj.daisy.repository.Document CommonRepository.createVariant(long documentId, java.lang.String startBranchName, java.lang.String startLanguageName, long startVersionId, java.lang.String newBranchName, java.lang.String newLanguageName, boolean copyContent, AuthenticatedUser user)
           
 org.outerj.daisy.repository.Document CommonRepository.getDocument(long documentId, long branchId, long languageId, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.Document CommonRepository.getDocument(long documentId, java.lang.String branchName, java.lang.String languageName, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.AvailableVariants CommonRepository.getAvailableVariants(long documentId, AuthenticatedUser user)
           
 void CommonRepository.deleteDocument(long documentId, AuthenticatedUser user)
           
 void CommonRepository.deleteVariant(long documentId, long branchId, long languageId, AuthenticatedUser user)
           
 java.io.InputStream CommonRepository.getBlob(long documentId, long branchId, long languageId, long versionId, long partTypeId, AuthenticatedUser user)
           
 org.outerj.daisy.repository.DocumentCollection CommonCollectionManager.createCollection(java.lang.String name, AuthenticatedUser user)
           
 DocumentCollectionImpl CommonCollectionManager.getCollection(long collectionId, boolean updateable, AuthenticatedUser user)
           
 DocumentCollectionImpl CommonCollectionManager.getCollectionByName(java.lang.String name, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.DocumentCollections CommonCollectionManager.getCollections(boolean updateable, AuthenticatedUser user)
           
 void CommonCollectionManager.deleteCollection(long collectionId, AuthenticatedUser user)
           
 

Constructors in org.outerj.daisy.repository.commonimpl with parameters of type AuthenticatedUser
AvailableVariantImpl(long branchId, long languageId, boolean retired, long liveVersionId, CommonVariantManager variantManager, AuthenticatedUser user)
           
CollectionManagerImpl(CommonCollectionManager delegate, AuthenticatedUser user)
           
CollectionCache(CollectionStrategy collectionStrategy, AuthenticatedUser systemUser)
           
DocumentCollectionImpl(CollectionStrategy collectionStrategy, java.lang.String name, AuthenticatedUser requestingUser)
          creates a new CollectionImpl object which is aware of the user that requested the collection.
DocumentVariantImpl(DocumentImpl ownerDocument, DocumentStrategy documentStrategy, CommonRepositorySchema repositorySchema, AuthenticatedUser currentUser, long documentTypeId, long branchId, long languageId)
           
RepositoryImpl(CommonRepository delegate, AuthenticatedUser user)
           
DocumentImpl(DocumentStrategy documentStrategy, CommonRepository repository, AuthenticatedUser currentUser, long documentTypeId, long branchId, long languageId)
           
CommonRepository(DocumentStrategy documentStrategy, SchemaStrategy schemaStrategy, AclStrategy aclStrategy, UserManagementStrategy userManagementStrategy, VariantStrategy variantStrategy, CollectionStrategy collectionStrategy, CommentStrategy commentStrategy, java.util.Map extensions, AuthenticatedUser systemUser)
           
 

Uses of AuthenticatedUser in org.outerj.daisy.repository.commonimpl.acl
 

Methods in org.outerj.daisy.repository.commonimpl.acl that return AuthenticatedUser
 AuthenticatedUser AclImpl.IntimateAccess.getCurrentModifier()
           
 

Methods in org.outerj.daisy.repository.commonimpl.acl with parameters of type AuthenticatedUser
 org.outerj.daisy.repository.acl.Acl CommonAccessManager.getLiveAcl(AuthenticatedUser user)
           
 org.outerj.daisy.repository.acl.Acl CommonAccessManager.getStagingAcl(AuthenticatedUser user)
           
 void CommonAccessManager.copyStagingToLive(AuthenticatedUser user)
           
 void CommonAccessManager.copyLiveToStaging(AuthenticatedUser user)
           
 org.outerj.daisy.repository.acl.AclResultInfo CommonAccessManager.getAclInfoOnLive(AuthenticatedUser user, long userId, long[] roleIds, long documentId, long branchId, long languageId)
           
 org.outerj.daisy.repository.acl.AclResultInfo CommonAccessManager.getAclInfoOnStaging(AuthenticatedUser user, long userId, long[] roleIds, long documentId, long branchId, long languageId)
           
 org.outerj.daisy.repository.acl.AclResultInfo CommonAccessManager.getAclInfoOnLive(AuthenticatedUser user, long userId, long[] roleIds, org.outerj.daisy.repository.Document document)
           
 org.outerj.daisy.repository.acl.AclResultInfo CommonAccessManager.getAclInfoOnStaging(AuthenticatedUser user, long userId, long[] roleIds, org.outerj.daisy.repository.Document document)
           
 long[] CommonAccessManager.filterDocumentTypes(AuthenticatedUser user, long[] documentTypeIds, long collectionId)
           
 org.outerj.daisy.repository.VariantKey[] CommonAccessManager.filterDocuments(AuthenticatedUser user, org.outerj.daisy.repository.VariantKey[] variantKeys)
           
 AclImpl AclStrategy.loadAcl(long id, AuthenticatedUser user)
           
 void AclStrategy.copyStagingToLive(AuthenticatedUser user)
           
 void AclStrategy.copyLiveToStaging(AuthenticatedUser user)
           
 org.outerj.daisy.repository.acl.AclResultInfo AclStrategy.getAclInfo(AuthenticatedUser user, long id, long userId, long[] roleIds, org.outerj.daisy.repository.Document document)
           
 org.outerj.daisy.repository.acl.AclResultInfo AclStrategy.getAclInfo(AuthenticatedUser user, long id, long userId, long[] roleIds, long documentId, long branchId, long languageId)
           
 long[] AclStrategy.filterDocumentTypes(AuthenticatedUser user, long[] documentTypeIds, long collectionId)
           
 org.outerj.daisy.repository.VariantKey[] AclStrategy.filterDocuments(AuthenticatedUser user, org.outerj.daisy.repository.VariantKey[] variantKeys)
           
 

Constructors in org.outerj.daisy.repository.commonimpl.acl with parameters of type AuthenticatedUser
AccessManagerImpl(CommonAccessManager delegate, AuthenticatedUser user)
           
AclImpl(AclStrategy aclStrategy, java.util.Date lastModified, long lastModifier, long id, AuthenticatedUser currentModifier, long updateCount)
           
 

Uses of AuthenticatedUser in org.outerj.daisy.repository.commonimpl.comment
 

Methods in org.outerj.daisy.repository.commonimpl.comment with parameters of type AuthenticatedUser
 CommentImpl CommentStrategy.storeComment(long documentId, long branchId, long languageId, org.outerj.daisy.repository.comment.CommentVisibility visibility, java.lang.String text, AuthenticatedUser user)
           
 void CommentStrategy.deleteComment(long documentId, long branchId, long languageId, long id, AuthenticatedUser user)
           
 org.outerj.daisy.repository.comment.Comment[] CommentStrategy.loadComments(long documentId, long branchId, long languageId, AuthenticatedUser user)
           
 org.outerj.daisy.repository.comment.Comment[] CommentStrategy.loadComments(org.outerj.daisy.repository.comment.CommentVisibility visibility, AuthenticatedUser user)
           
 org.outerj.daisy.repository.comment.Comment[] CommentStrategy.loadComments(AuthenticatedUser user)
           
 org.outerj.daisy.repository.comment.Comment CommonCommentManager.addComment(long documentId, long branchId, long languageId, org.outerj.daisy.repository.comment.CommentVisibility visibility, java.lang.String commentText, AuthenticatedUser user)
           
 void CommonCommentManager.deleteComment(long documentId, long branchId, long languageId, long commentId, AuthenticatedUser user)
           
 void CommonCommentManager.deleteComment(org.outerj.daisy.repository.comment.Comment comment, AuthenticatedUser user)
           
 org.outerj.daisy.repository.comment.Comments CommonCommentManager.getComments(long documentId, long branchId, long languageId, AuthenticatedUser user)
           
 org.outerj.daisy.repository.comment.Comments CommonCommentManager.getComments(org.outerj.daisy.repository.comment.CommentVisibility visibility, AuthenticatedUser user)
           
 org.outerj.daisy.repository.comment.Comments CommonCommentManager.getComments(AuthenticatedUser user)
           
 

Constructors in org.outerj.daisy.repository.commonimpl.comment with parameters of type AuthenticatedUser
CommentManagerImpl(CommonCommentManager commonCommentManager, AuthenticatedUser user)
           
 

Uses of AuthenticatedUser in org.outerj.daisy.repository.commonimpl.schema
 

Methods in org.outerj.daisy.repository.commonimpl.schema that return AuthenticatedUser
 AuthenticatedUser DocumentTypeImpl.IntimateAccess.getCurrentModifier()
           
 AuthenticatedUser PartTypeImpl.IntimateAccess.getCurrentModifier()
           
 AuthenticatedUser FieldTypeImpl.IntimateAccess.getCurrentModifier()
           
 

Methods in org.outerj.daisy.repository.commonimpl.schema with parameters of type AuthenticatedUser
 void SchemaStrategy.deleteFieldType(long fieldTypeId, AuthenticatedUser user)
           
 void SchemaStrategy.deleteDocumentType(long documentTypeId, AuthenticatedUser user)
           
 void SchemaStrategy.deletePartType(long partTypeId, AuthenticatedUser user)
           
 java.util.Collection SchemaStrategy.getAllDocumentTypes(AuthenticatedUser user)
           
 java.util.Collection SchemaStrategy.getAllFieldTypes(AuthenticatedUser user)
           
 java.util.Collection SchemaStrategy.getAllPartTypes(AuthenticatedUser user)
           
 PartTypeImpl SchemaStrategy.getPartTypeById(long id, AuthenticatedUser user)
           
 PartTypeImpl SchemaStrategy.getPartTypeByName(java.lang.String name, AuthenticatedUser user)
           
 FieldTypeImpl SchemaStrategy.getFieldTypeById(long id, AuthenticatedUser user)
           
 FieldTypeImpl SchemaStrategy.getFieldTypeByName(java.lang.String name, AuthenticatedUser user)
           
 DocumentTypeImpl SchemaStrategy.getDocumentTypeById(long id, AuthenticatedUser user)
           
 DocumentTypeImpl SchemaStrategy.getDocumentTypeByName(java.lang.String name, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.DocumentType CommonRepositorySchema.createDocumentType(java.lang.String name, AuthenticatedUser user)
           
 void CommonRepositorySchema.deleteDocumentType(long documentTypeId, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.FieldType CommonRepositorySchema.createFieldType(java.lang.String name, org.outerj.daisy.repository.ValueType valueType, boolean multiValue, AuthenticatedUser user)
           
 void CommonRepositorySchema.deleteFieldType(long fieldTypeId, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.PartType CommonRepositorySchema.createPartType(java.lang.String name, java.lang.String mimeTypes, AuthenticatedUser user)
           
 void CommonRepositorySchema.deletePartType(long partTypeId, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.DocumentTypes CommonRepositorySchema.getAllDocumentTypes(boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.FieldTypes CommonRepositorySchema.getAllFieldTypes(boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.PartTypes CommonRepositorySchema.getAllPartTypes(boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.PartType CommonRepositorySchema.getPartTypeById(long id, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.PartType CommonRepositorySchema.getPartTypeByName(java.lang.String name, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.FieldType CommonRepositorySchema.getFieldTypeById(long id, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.FieldType CommonRepositorySchema.getFieldTypeByName(java.lang.String name, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.DocumentType CommonRepositorySchema.getDocumentTypeById(long id, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.schema.DocumentType CommonRepositorySchema.getDocumentTypeByName(java.lang.String name, boolean updateable, AuthenticatedUser user)
           
 

Constructors in org.outerj.daisy.repository.commonimpl.schema with parameters of type AuthenticatedUser
RepositorySchemaImpl(CommonRepositorySchema delegate, AuthenticatedUser user)
           
CommonRepositorySchema(SchemaStrategy schemaStrategy, AuthenticatedUser systemUser)
           
RepositorySchemaCache(SchemaStrategy schemaStrategy, AuthenticatedUser systemUser)
           
DocumentTypeImpl(java.lang.String name, SchemaStrategy schemaStrategy, CommonRepositorySchema repositorySchemaCache, AuthenticatedUser user)
           
PartTypeImpl(java.lang.String name, java.lang.String mimeTypes, SchemaStrategy schemaStrategy, AuthenticatedUser user)
           
FieldTypeImpl(java.lang.String name, org.outerj.daisy.repository.ValueType fieldType, boolean multiValue, SchemaStrategy schemaStrategy, AuthenticatedUser user)
           
 

Uses of AuthenticatedUser in org.outerj.daisy.repository.commonimpl.user
 

Methods in org.outerj.daisy.repository.commonimpl.user that return AuthenticatedUser
 AuthenticatedUser RoleImpl.IntimateAccess.getCurrentUser()
           
 AuthenticatedUser UserImpl.IntimateAccess.getCurrentUser()
           
 

Methods in org.outerj.daisy.repository.commonimpl.user with parameters of type AuthenticatedUser
 org.outerj.daisy.repository.user.Users CommonUserManager.getUsers(AuthenticatedUser user)
           
 long[] CommonUserManager.getUserIds(AuthenticatedUser user)
           
 org.outerx.daisy.x10.PublicUserInfosDocument CommonUserManager.getPublicUserInfos(AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.Roles CommonUserManager.getRoles(AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.User CommonUserManager.createUser(java.lang.String login, AuthenticatedUser user)
           
 void CommonUserManager.deleteUser(long userId, AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.Role CommonUserManager.createRole(java.lang.String roleName, AuthenticatedUser user)
           
 void CommonUserManager.deleteRole(long roleId, AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.User CommonUserManager.getUser(java.lang.String login, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.Role CommonUserManager.getRole(java.lang.String name, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.User CommonUserManager.getUser(long userId, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.Role CommonUserManager.getRole(long roleId, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.Users CommonUserManager.getUsersByEmail(java.lang.String email, AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.AuthenticationSchemeInfos CommonUserManager.getAuthenticationSchemes(AuthenticatedUser user)
           
 org.outerj.daisy.repository.user.Users UserManagementStrategy.loadUsers(AuthenticatedUser requestingUser)
          returns all the Users in the system
 long[] UserManagementStrategy.getUserIds(AuthenticatedUser requestingUser)
          Returns the IDs of all users in the system.
 org.outerj.daisy.repository.user.Roles UserManagementStrategy.loadRoles(AuthenticatedUser requestingUser)
          returns all the roles in the system
 void UserManagementStrategy.deleteUser(long userId, AuthenticatedUser requestingUser)
          deletes the user with given userID from the system
 void UserManagementStrategy.deleteRole(long roleId, AuthenticatedUser requestingUser)
          deletes a role from the system
 UserImpl UserManagementStrategy.getUser(java.lang.String login, AuthenticatedUser requestingUser)
           
 RoleImpl UserManagementStrategy.getRole(java.lang.String roleName, AuthenticatedUser requestingUser)
           
 UserImpl UserManagementStrategy.getUser(long userId, AuthenticatedUser user)
           
 RoleImpl UserManagementStrategy.getRole(long roleId, AuthenticatedUser user)
           
 UsersImpl UserManagementStrategy.getUsersByEmail(java.lang.String email, AuthenticatedUser requestingUser)
           
 org.outerj.daisy.repository.user.AuthenticationSchemeInfos UserManagementStrategy.getAuthenticationSchemes(AuthenticatedUser requestingUser)
           
 

Constructors in org.outerj.daisy.repository.commonimpl.user with parameters of type AuthenticatedUser
RoleImpl(UserManagementStrategy userManagementStrategy, java.lang.String roleName, AuthenticatedUser requestingUser)
           
UserCache(UserManagementStrategy userManagementStrategy, AuthenticatedUser systemUser)
           
UserManagerImpl(CommonUserManager commonUserManager, AuthenticatedUser user)
           
UserImpl(UserManagementStrategy userManagementStrategy, java.lang.String login, AuthenticatedUser requestingUser)
          creates a new User
 

Uses of AuthenticatedUser in org.outerj.daisy.repository.commonimpl.variant
 

Methods in org.outerj.daisy.repository.commonimpl.variant that return AuthenticatedUser
 AuthenticatedUser LanguageImpl.IntimateAccess.getCurrentUser()
           
 AuthenticatedUser BranchImpl.IntimateAccess.getCurrentUser()
           
 

Methods in org.outerj.daisy.repository.commonimpl.variant with parameters of type AuthenticatedUser
 org.outerj.daisy.repository.variant.Branch CommonVariantManager.createBranch(java.lang.String name, AuthenticatedUser user)
           
 org.outerj.daisy.repository.variant.Branch CommonVariantManager.getBranch(long id, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.variant.Branch CommonVariantManager.getBranchByName(java.lang.String name, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.variant.Branches CommonVariantManager.getAllBranches(boolean updateable, AuthenticatedUser user)
           
 void CommonVariantManager.deleteBranch(long id, AuthenticatedUser user)
           
 org.outerj.daisy.repository.variant.Language CommonVariantManager.createLanguage(java.lang.String name, AuthenticatedUser user)
           
 org.outerj.daisy.repository.variant.Language CommonVariantManager.getLanguage(long id, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.variant.Language CommonVariantManager.getLanguageByName(java.lang.String name, boolean updateable, AuthenticatedUser user)
           
 org.outerj.daisy.repository.variant.Languages CommonVariantManager.getAllLanguages(boolean updateable, AuthenticatedUser user)
           
 void CommonVariantManager.deleteLanguage(long id, AuthenticatedUser user)
           
 BranchImpl VariantStrategy.getBranch(long id, AuthenticatedUser user)
           
 BranchImpl VariantStrategy.getBranchByName(java.lang.String name, AuthenticatedUser user)
           
 BranchImpl[] VariantStrategy.getAllBranches(AuthenticatedUser user)
           
 void VariantStrategy.deleteBranch(long id, AuthenticatedUser user)
           
 LanguageImpl VariantStrategy.getLanguage(long id, AuthenticatedUser user)
           
 LanguageImpl VariantStrategy.getLanguageByName(java.lang.String name, AuthenticatedUser user)
           
 LanguageImpl[] VariantStrategy.getAllLanguages(AuthenticatedUser user)
           
 void VariantStrategy.deleteLanguage(long id, AuthenticatedUser user)
           
 

Constructors in org.outerj.daisy.repository.commonimpl.variant with parameters of type AuthenticatedUser
LanguageImpl(VariantStrategy strategy, java.lang.String name, AuthenticatedUser currentUser)
           
BranchImpl(VariantStrategy strategy, java.lang.String name, AuthenticatedUser currentUser)
           
VariantCache(VariantStrategy variantStrategy, AuthenticatedUser cacheUser)
           
VariantManagerImpl(CommonVariantManager delegate, AuthenticatedUser user)
           
 



Copyright © -2005 . All Rights Reserved.