Package com.atlassian.jira.entity
Class ClusterLockStatusEntity
java.lang.Object
com.atlassian.jira.entity.AbstractEntityFactory<com.atlassian.beehive.core.ClusterLockStatus>
com.atlassian.jira.entity.ClusterLockStatusEntity
- All Implemented Interfaces:
EntityBuilder<com.atlassian.beehive.core.ClusterLockStatus>
,EntityFactory<com.atlassian.beehive.core.ClusterLockStatus>
,NamedEntityBuilder<com.atlassian.beehive.core.ClusterLockStatus>
public class ClusterLockStatusEntity
extends AbstractEntityFactory<com.atlassian.beehive.core.ClusterLockStatus>
EntityFactory for ClusterLockStatus table.
Builds ClusterLockStatus objects from GenericValues and vice versa.
- Since:
- 6.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.beehive.core.ClusterLockStatus
build
(org.ofbiz.core.entity.GenericValue gv) Builds an instance of this Entity from the given GenericValue.fieldMapFrom
(com.atlassian.beehive.core.ClusterLockStatus clusterLockStatus) Builds a FieldMap from an entity Object.The name of the Entity as defined in the entitymodel.xml file.Methods inherited from class com.atlassian.jira.entity.AbstractEntityFactory
buildList, genericValueFrom, toString
-
Field Details
-
LOCK_NAME
- See Also:
-
LOCKED_BY_NODE
- See Also:
-
UPDATE_TIME
- See Also:
-
-
Constructor Details
-
ClusterLockStatusEntity
public ClusterLockStatusEntity()
-
-
Method Details
-
getEntityName
Description copied from interface:NamedEntityBuilder
The name of the Entity as defined in the entitymodel.xml file.- Returns:
- the name of the Entity.
-
build
public com.atlassian.beehive.core.ClusterLockStatus build(org.ofbiz.core.entity.GenericValue gv) Description copied from interface:EntityBuilder
Builds an instance of this Entity from the given GenericValue.- Parameters:
gv
- GenericValue for the entity- Returns:
- the entity Object
-
fieldMapFrom
public Map<String,Object> fieldMapFrom(com.atlassian.beehive.core.ClusterLockStatus clusterLockStatus) Description copied from interface:EntityFactory
Builds a FieldMap from an entity Object. The FieldMap is the data held by a GenericValue, so this basically is the reverse operation of turning an object into a GenericValue.- Parameters:
clusterLockStatus
- the Entity value- Returns:
- Map of field values
-