|
Push Down Method public retrieveObjects(user AuthenticatedUser, identifiers Collection<String>) : Collection<InternalType> from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to public retrieveObjects(user AuthenticatedUser, identifiers Collection<String>) : Collection<InternalType> from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected beforeDelete(user AuthenticatedUser, identifier String) : void from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected beforeDelete(user AuthenticatedUser, identifier String) : void from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected beforeCreate(user AuthenticatedUser, model ModelType) : void from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected beforeCreate(user AuthenticatedUser, model ModelType) : void from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method public retrieveObject(user AuthenticatedUser, identifier String) : InternalType from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to public retrieveObject(user AuthenticatedUser, identifier String) : InternalType from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method public updateObject(user AuthenticatedUser, object InternalType) : void from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to public updateObject(user AuthenticatedUser, object InternalType) : void from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected abstract getPermissionSet(user AuthenticatedUser) : ObjectPermissionSet from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected abstract getPermissionSet(user AuthenticatedUser) : ObjectPermissionSet from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected abstract getObjectInstance(currentUser AuthenticatedUser, model ModelType) : InternalType from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected abstract getObjectInstance(currentUser AuthenticatedUser, model ModelType) : InternalType from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected abstract getPermissionMapper() : ObjectPermissionMapper from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected abstract getPermissionMapper() : ObjectPermissionMapper from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected getImplicitPermissions(user AuthenticatedUser, model ModelType) : Collection<ObjectPermissionModel> from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected getImplicitPermissions(user AuthenticatedUser, model ModelType) : Collection<ObjectPermissionModel> from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected beforeUpdate(user AuthenticatedUser, model ModelType) : void from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected beforeUpdate(user AuthenticatedUser, model ModelType) : void from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected getObjectInstances(currentUser AuthenticatedUser, models Collection<ModelType>) : Collection<InternalType> from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected getObjectInstances(currentUser AuthenticatedUser, models Collection<ModelType>) : Collection<InternalType> from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected abstract getModelInstance(currentUser AuthenticatedUser, object ExternalType) : ModelType from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected abstract getModelInstance(currentUser AuthenticatedUser, object ExternalType) : ModelType from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method public deleteObject(user AuthenticatedUser, identifier String) : void from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to public deleteObject(user AuthenticatedUser, identifier String) : void from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected abstract hasCreatePermission(user AuthenticatedUser) : boolean from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected abstract hasCreatePermission(user AuthenticatedUser) : boolean from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method public createObject(user AuthenticatedUser, object ExternalType) : InternalType from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to public createObject(user AuthenticatedUser, object ExternalType) : InternalType from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method protected hasObjectPermission(user AuthenticatedUser, identifier String, type ObjectPermission.Type) : boolean from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to protected hasObjectPermission(user AuthenticatedUser, identifier String, type ObjectPermission.Type) : boolean from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |
|
Push Down Method public getIdentifiers(user AuthenticatedUser) : Set<String> from class org.glyptodon.guacamole.auth.jdbc.base.DirectoryObjectService to public getIdentifiers(user AuthenticatedUser) : Set<String> from class org.glyptodon.guacamole.auth.jdbc.base.ModeledDirectoryObjectService |
From |
To |