Class EntityArtifactInfo
java.lang.Object
org.apache.ofbiz.webtools.artifactinfo.ArtifactInfoBase
org.apache.ofbiz.webtools.artifactinfo.EntityArtifactInfo
- All Implemented Interfaces:
Comparable<ArtifactInfoBase>
The type Entity artifact info.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets entities related many.Gets entities related one.Gets entity eca rules.Gets forms using entity.Gets model entity.Gets screens using entity.Get the Services called by Entity ECAGet the Services that use this EntitygetType()
int
hashCode()
void
Populate all.Methods inherited from class org.apache.ofbiz.webtools.artifactinfo.ArtifactInfoBase
compareTo, getAif, toString
-
Constructor Details
-
EntityArtifactInfo
- Throws:
GenericEntityException
-
-
Method Details
-
populateAll
Populate all.- Throws:
GeneralException
- the general exception
-
getModelEntity
Gets model entity.- Returns:
- the model entity
-
getDisplayName
- Specified by:
getDisplayName
in classArtifactInfoBase
-
getDisplayType
- Specified by:
getDisplayType
in classArtifactInfoBase
-
getType
- Specified by:
getType
in classArtifactInfoBase
-
getUniqueId
- Specified by:
getUniqueId
in classArtifactInfoBase
-
getLocationURL
- Specified by:
getLocationURL
in classArtifactInfoBase
- Throws:
MalformedURLException
-
equals
- Overrides:
equals
in classArtifactInfoBase
-
hashCode
public int hashCode()- Overrides:
hashCode
in classArtifactInfoBase
-
getEntitiesRelatedOne
Gets entities related one.- Returns:
- the entities related one
-
getEntitiesRelatedMany
Gets entities related many.- Returns:
- the entities related many
-
getServicesUsingEntity
Get the Services that use this Entity -
getServicesCalledByEntityEca
Get the Services called by Entity ECA -
getEntityEcaRules
Gets entity eca rules.- Returns:
- the entity eca rules
-
getFormsUsingEntity
Gets forms using entity.- Returns:
- the forms using entity
-
getScreensUsingEntity
Gets screens using entity.- Returns:
- the screens using entity
-