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 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<java.lang.Object> |
toObjectProxyBeans(java.util.List<java.lang.Object> objects) |
public RepositoryModelProxyBean(java.lang.ClassLoader classLoader)
protected FileEntryProxyBean newFileEntryProxyBean(FileEntry fileEntry)
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<java.lang.Object> toObjectProxyBeans(java.util.List<java.lang.Object> objects)