com.liferay.portal.repository.proxy
Class RepositoryModelProxyBean
java.lang.Object
com.liferay.portal.repository.proxy.RepositoryModelProxyBean
- Direct Known Subclasses:
- BaseRepositoryProxyBean, FileEntryProxyBean, FileVersionProxyBean, FolderProxyBean, LocalRepositoryProxyBean
public abstract class RepositoryModelProxyBean
- extends java.lang.Object
- Author:
- Mika Koivisto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryModelProxyBean
public RepositoryModelProxyBean(java.lang.ClassLoader classLoader)
newFileEntryProxyBean
protected FileEntryProxyBean newFileEntryProxyBean(FileEntry fileEntry)
newFileVersionProxyBean
protected FileVersionProxyBean newFileVersionProxyBean(FileVersion fileVersion)
newFolderProxyBean
protected FolderProxyBean newFolderProxyBean(Folder folder)
newLocalRepositoryProxyBean
protected LocalRepositoryProxyBean newLocalRepositoryProxyBean(LocalRepository localRepository)
newProxyBean
protected java.lang.Object newProxyBean(java.lang.Object bean)
newProxyInstance
protected java.lang.Object newProxyInstance(java.lang.Object bean,
java.lang.Class<?> clazz)
toFileEntryProxyBeans
protected java.util.List<FileEntry> toFileEntryProxyBeans(java.util.List<FileEntry> fileEntries)
toFileVersionProxyBeans
protected java.util.List<FileVersion> toFileVersionProxyBeans(java.util.List<FileVersion> fileVersions)
toFolderProxyBeans
protected java.util.List<Folder> toFolderProxyBeans(java.util.List<Folder> folders)
toObjectProxyBeans
protected java.util.List<java.lang.Object> toObjectProxyBeans(java.util.List<java.lang.Object> objects)