public abstract class RepositoryModelProxyBean
extends java.lang.Object
| Constructor and Description |
|---|
RepositoryModelProxyBean(java.lang.ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
protected FileEntryProxyBean |
newFileEntryProxyBean(FileEntry fileEntry) |
protected FileShortcutProxyBean |
newFileShortcutProxyBean(FileShortcut fileShortcut) |
protected FileVersionProxyBean |
newFileVersionProxyBean(FileVersion fileVersion) |
protected FolderProxyBean |
newFolderProxyBean(Folder folder) |
protected LocalRepositoryProxyBean |
newLocalRepositoryProxyBean(LocalRepository localRepository) |
protected java.lang.Object |
newProxyBean(java.lang.Object bean) |
protected java.lang.Object |
newProxyInstance(java.lang.Object bean,
java.lang.Class<?> clazz) |
protected java.util.List<FileEntry> |
toFileEntryProxyBeans(java.util.List<FileEntry> fileEntries) |
protected java.util.List<FileVersion> |
toFileVersionProxyBeans(java.util.List<FileVersion> fileVersions) |
protected java.util.List<Folder> |
toFolderProxyBeans(java.util.List<Folder> folders) |
protected java.util.List<RepositoryEntry> |
toObjectProxyBeans(java.util.List<RepositoryEntry> repositoryEntries) |
public RepositoryModelProxyBean(java.lang.ClassLoader classLoader)
protected FileEntryProxyBean newFileEntryProxyBean(FileEntry fileEntry)
protected FileShortcutProxyBean newFileShortcutProxyBean(FileShortcut fileShortcut)
protected FileVersionProxyBean newFileVersionProxyBean(FileVersion fileVersion)
protected FolderProxyBean newFolderProxyBean(Folder folder)
protected LocalRepositoryProxyBean newLocalRepositoryProxyBean(LocalRepository localRepository)
protected java.lang.Object newProxyBean(java.lang.Object bean)
protected java.lang.Object newProxyInstance(java.lang.Object bean,
java.lang.Class<?> clazz)
protected java.util.List<FileEntry> toFileEntryProxyBeans(java.util.List<FileEntry> fileEntries)
protected java.util.List<FileVersion> toFileVersionProxyBeans(java.util.List<FileVersion> fileVersions)
protected java.util.List<Folder> toFolderProxyBeans(java.util.List<Folder> folders)
protected java.util.List<RepositoryEntry> toObjectProxyBeans(java.util.List<RepositoryEntry> repositoryEntries)