Liferay 6.1.2-ce-ga3

com.liferay.portal.repository.proxy
Class RepositoryModelProxyBean

java.lang.Object
  extended by com.liferay.portal.repository.proxy.RepositoryModelProxyBean
Direct Known Subclasses:
BaseRepositoryProxyBean, FileEntryProxyBean, FileVersionProxyBean, FolderProxyBean, LocalRepositoryProxyBean

public abstract class RepositoryModelProxyBean
extends Object


Constructor Summary
RepositoryModelProxyBean(ClassLoader classLoader)
           
 
Method Summary
protected  FileEntryProxyBean newFileEntryProxyBean(FileEntry fileEntry)
           
protected  FileVersionProxyBean newFileVersionProxyBean(FileVersion fileVersion)
           
protected  FolderProxyBean newFolderProxyBean(Folder folder)
           
protected  LocalRepositoryProxyBean newLocalRepositoryProxyBean(LocalRepository localRepository)
           
protected  Object newProxyBean(Object bean)
           
protected  Object newProxyInstance(Object bean, Class<?> clazz)
           
protected  List<FileEntry> toFileEntryProxyBeans(List<FileEntry> fileEntries)
           
protected  List<FileVersion> toFileVersionProxyBeans(List<FileVersion> fileVersions)
           
protected  List<Folder> toFolderProxyBeans(List<Folder> folders)
           
protected  List<Object> toObjectProxyBeans(List<Object> objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryModelProxyBean

public RepositoryModelProxyBean(ClassLoader classLoader)
Method Detail

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)

Liferay 6.1.2-ce-ga3