com.liferay.portal.repository.liferayrepository.model
Class LiferayModel

java.lang.Object
  extended by com.liferay.portal.repository.liferayrepository.util.LiferayBase
      extended by com.liferay.portal.repository.liferayrepository.model.LiferayModel
Direct Known Subclasses:
LiferayFileEntry, LiferayFileVersion, LiferayFolder

public abstract class LiferayModel
extends LiferayBase

Author:
Alexander Chow

Constructor Summary
LiferayModel()
           
 
Method Summary
abstract  long getCompanyId()
           
abstract  com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
           
abstract  java.lang.String getModelClassName()
           
abstract  long getPrimaryKey()
           
 
Methods inherited from class com.liferay.portal.repository.liferayrepository.util.LiferayBase
toFileEntries, toFileEntriesAndFolders, toFileVersions, toFolders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayModel

public LiferayModel()
Method Detail

getCompanyId

public abstract long getCompanyId()

getExpandoBridge

public abstract com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()

getModelClassName

public abstract java.lang.String getModelClassName()

getPrimaryKey

public abstract long getPrimaryKey()