Class EntityArtifactInfo
- java.lang.Object
-
- org.apache.ofbiz.webtools.artifactinfo.ArtifactInfoBase
-
- org.apache.ofbiz.webtools.artifactinfo.EntityArtifactInfo
-
- All Implemented Interfaces:
java.lang.Comparable<ArtifactInfoBase>
public class EntityArtifactInfo extends ArtifactInfoBase
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Set<EntityArtifactInfo>
entitiesRelatedMany
protected java.util.Set<EntityArtifactInfo>
entitiesRelatedOne
protected ModelEntity
modelEntity
-
Fields inherited from class org.apache.ofbiz.webtools.artifactinfo.ArtifactInfoBase
aif
-
-
Constructor Summary
Constructors Constructor Description EntityArtifactInfo(java.lang.String entityName, ArtifactInfoFactory aif)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getDisplayName()
java.lang.String
getDisplayType()
java.util.Set<EntityArtifactInfo>
getEntitiesRelatedMany()
java.util.Set<EntityArtifactInfo>
getEntitiesRelatedOne()
java.util.Set<EntityEcaRule>
getEntityEcaRules()
java.util.Set<FormWidgetArtifactInfo>
getFormsUsingEntity()
java.net.URL
getLocationURL()
ModelEntity
getModelEntity()
java.util.Set<ScreenWidgetArtifactInfo>
getScreensUsingEntity()
java.util.Set<ServiceArtifactInfo>
getServicesCalledByEntityEca()
Get the Services called by Entity ECAjava.util.Set<ServiceArtifactInfo>
getServicesUsingEntity()
Get the Services that use this Entityjava.lang.String
getType()
java.lang.String
getUniqueId()
void
populateAll()
-
Methods inherited from class org.apache.ofbiz.webtools.artifactinfo.ArtifactInfoBase
compareTo, hashCode, toString
-
-
-
-
Field Detail
-
modelEntity
protected ModelEntity modelEntity
-
entitiesRelatedOne
protected java.util.Set<EntityArtifactInfo> entitiesRelatedOne
-
entitiesRelatedMany
protected java.util.Set<EntityArtifactInfo> entitiesRelatedMany
-
-
Constructor Detail
-
EntityArtifactInfo
public EntityArtifactInfo(java.lang.String entityName, ArtifactInfoFactory aif) throws GenericEntityException
- Throws:
GenericEntityException
-
-
Method Detail
-
populateAll
public void populateAll() throws GeneralException
- Throws:
GeneralException
-
getModelEntity
public ModelEntity getModelEntity()
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in classArtifactInfoBase
-
getDisplayType
public java.lang.String getDisplayType()
- Specified by:
getDisplayType
in classArtifactInfoBase
-
getType
public java.lang.String getType()
- Specified by:
getType
in classArtifactInfoBase
-
getUniqueId
public java.lang.String getUniqueId()
- Specified by:
getUniqueId
in classArtifactInfoBase
-
getLocationURL
public java.net.URL getLocationURL() throws java.net.MalformedURLException
- Specified by:
getLocationURL
in classArtifactInfoBase
- Throws:
java.net.MalformedURLException
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classArtifactInfoBase
-
getEntitiesRelatedOne
public java.util.Set<EntityArtifactInfo> getEntitiesRelatedOne()
-
getEntitiesRelatedMany
public java.util.Set<EntityArtifactInfo> getEntitiesRelatedMany()
-
getServicesUsingEntity
public java.util.Set<ServiceArtifactInfo> getServicesUsingEntity()
Get the Services that use this Entity
-
getServicesCalledByEntityEca
public java.util.Set<ServiceArtifactInfo> getServicesCalledByEntityEca()
Get the Services called by Entity ECA
-
getEntityEcaRules
public java.util.Set<EntityEcaRule> getEntityEcaRules()
-
getFormsUsingEntity
public java.util.Set<FormWidgetArtifactInfo> getFormsUsingEntity()
-
getScreensUsingEntity
public java.util.Set<ScreenWidgetArtifactInfo> getScreensUsingEntity()
-
-