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 Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryModelProxyBean
public RepositoryModelProxyBean(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 Object newProxyBean(Object bean)
newProxyInstance
protected Object newProxyInstance(Object bean,
Class<?> clazz)
toFileEntryProxyBeans
protected List<FileEntry> toFileEntryProxyBeans(List<FileEntry> fileEntries)
toFileVersionProxyBeans
protected List<FileVersion> toFileVersionProxyBeans(List<FileVersion> fileVersions)
toFolderProxyBeans
protected List<Folder> toFolderProxyBeans(List<Folder> folders)
toObjectProxyBeans
protected List<Object> toObjectProxyBeans(List<Object> objects)