| java.lang.Object com.liferay.portal.tools.servicebuilder.Entity
Constructor Summary | |
public | Entity(String name) | public | Entity(String packagePath, String portletName, String portletShortName, String name, String table, boolean uuid, boolean localService, boolean remoteService, String persistenceClass, String finderClass, String dataSource, String sessionFactory, String txManager, List pkList, List regularColList, List collectionList, List columnList, EntityOrder order, List finderList, List referenceList, List txRequiredList) |
Entity | public Entity(String packagePath, String portletName, String portletShortName, String name, String table, boolean uuid, boolean localService, boolean remoteService, String persistenceClass, String finderClass, String dataSource, String sessionFactory, String txManager, List pkList, List regularColList, List collectionList, List columnList, EntityOrder order, List finderList, List referenceList, List txRequiredList)(Code) | | |
getCollectionList | public List getCollectionList()(Code) | | |
getPersistenceClass | public String getPersistenceClass()(Code) | | |
getPortletShortName | public String getPortletShortName()(Code) | | |
getReferenceList | public List getReferenceList()(Code) | | |
getRegularColList | public List getRegularColList()(Code) | | |
getTxRequiredList | public List getTxRequiredList()(Code) | | |
hasColumns | public boolean hasColumns()(Code) | | |
hasCompoundPK | public boolean hasCompoundPK()(Code) | | |
hasFinderClass | public boolean hasFinderClass()(Code) | | |
hasLocalService | public boolean hasLocalService()(Code) | | |
hasPrimitivePK | public boolean hasPrimitivePK()(Code) | | |
hasRemoteService | public boolean hasRemoteService()(Code) | | |
hasUuid | public boolean hasUuid()(Code) | | |
isOrdered | public boolean isOrdered()(Code) | | |
|
|