|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.GrouperAPI
edu.internet2.middleware.grouper.attr.assign.AttributeAssignAction
public class AttributeAssignAction
Field Summary | |
---|---|
static String |
COLUMN_ATTRIBUTE_DEF_ID
column |
static String |
COLUMN_CONTEXT_ID
column |
static String |
COLUMN_CREATED_ON
column |
static String |
COLUMN_ID
column |
static String |
COLUMN_LAST_UPDATED
column |
static String |
COLUMN_NAME
column |
static String |
FIELD_ATTRIBUTE_DEF_ID
constant for field name for: attributeDefId |
static String |
FIELD_CONTEXT_ID
constant for field name for: contextId |
static String |
FIELD_CREATED_ON_DB
constant for field name for: createdOnDb |
static String |
FIELD_ID
constant for field name for: id |
static String |
FIELD_LAST_UPDATED_DB
constant for field name for: lastUpdatedDb |
static String |
FIELD_NAME
constant for field name for: name |
static String |
TABLE_GROUPER_ATTR_ASSIGN_ACTION
name of the groups attribute assign action table in the db |
Fields inherited from class edu.internet2.middleware.grouper.GrouperAPI |
---|
COLUMN_HIBERNATE_VERSION_NUMBER, FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBER |
Fields inherited from interface org.hibernate.classic.Lifecycle |
---|
NO_VETO, VETO |
Constructor Summary | |
---|---|
AttributeAssignAction()
|
Method Summary | |
---|---|
String |
__getId()
if of this object |
String |
__getName()
name of this object (for logging) |
AttributeAssignAction |
clone()
deep clone the fields in this object |
void |
delete()
save or update this object |
AttributeAssignActionSetDelegate |
getAttributeAssignActionSetDelegate()
|
String |
getAttributeDefId()
id of the attribute def that this action is possible for |
String |
getContextId()
context id of the transaction |
Timestamp |
getCreatedOn()
when created |
Long |
getCreatedOnDb()
when created |
String |
getId()
id of this attribute def name |
Timestamp |
getLastUpdated()
when last updated |
Long |
getLastUpdatedDb()
when last updated |
String |
getName()
|
String |
getNameDb()
|
void |
save()
save save this object (insert), assign uuid, etc |
void |
setAttributeDefId(String attributeDefId1)
id of the attribute def that this action is possible for |
void |
setContextId(String contextId1)
context id of the transaction |
void |
setCreatedOn(Timestamp createdOn1)
when created |
void |
setCreatedOnDb(Long createdOn1)
when created |
void |
setId(String id1)
id of this attribute def name |
void |
setLastUpdated(Timestamp lastUpdated1)
when last updated |
void |
setLastUpdatedDb(Long lastUpdated1)
when last updated |
void |
setName(String name1)
|
void |
setNameDb(String name1)
|
String |
toString()
|
void |
update()
update this object (update to DB) |
void |
xmlCopyBusinessPropertiesToExisting(AttributeAssignAction existingRecord)
copy business (non update) properties to an existing record |
boolean |
xmlDifferentBusinessProperties(AttributeAssignAction other)
see if the non update cols are different (e.g. |
boolean |
xmlDifferentUpdateProperties(AttributeAssignAction other)
see if the update cols are different (e.g. |
String |
xmlGetId()
set id key in db |
AttributeAssignAction |
xmlRetrieveByIdOrKey()
retrieve from db by id or key. |
AttributeAssignAction |
xmlSaveBusinessProperties(AttributeAssignAction existingRecord)
save the business properties (not update properties) |
void |
xmlSaveUpdateProperties()
save the udpate properties (e.g. |
void |
xmlSetId(String theId)
set id key in db |
XmlExportAttributeAssignAction |
xmlToExportAttributeAssignAction(GrouperVersion grouperVersion)
convert to xml bean for export |
String |
xmlToString()
convert to string for log |
Methods inherited from class edu.internet2.middleware.grouper.GrouperAPI |
---|
dbVersion, dbVersionClear, dbVersionDifferentFields, dbVersionIsDifferent, dbVersionReset, fieldValue, getHibernateVersionNumber, onDelete, onLoad, onPostDelete, onPostSave, onPostUpdate, onPreDelete, onPreSave, onPreUpdate, onSave, onUpdate, setHibernateVersionNumber |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String COLUMN_ATTRIBUTE_DEF_ID
public static final String COLUMN_CONTEXT_ID
public static final String COLUMN_CREATED_ON
public static final String COLUMN_ID
public static final String COLUMN_LAST_UPDATED
public static final String COLUMN_NAME
public static final String FIELD_ATTRIBUTE_DEF_ID
public static final String FIELD_CONTEXT_ID
public static final String FIELD_CREATED_ON_DB
public static final String FIELD_ID
public static final String FIELD_LAST_UPDATED_DB
public static final String FIELD_NAME
public static final String TABLE_GROUPER_ATTR_ASSIGN_ACTION
Constructor Detail |
---|
public AttributeAssignAction()
Method Detail |
---|
public AttributeAssignActionSetDelegate getAttributeAssignActionSetDelegate()
public String getAttributeDefId()
public void setAttributeDefId(String attributeDefId1)
attributeDefId1
- the attributeDefId to setpublic String __getId()
GrouperSetElement
__getId
in interface GrouperSetElement
GrouperSetElement.__getId()
public String __getName()
GrouperSetElement
__getName
in interface GrouperSetElement
GrouperSetElement.__getName()
public AttributeAssignAction clone()
clone
in interface GrouperCloneable
clone
in class GrouperAPI
Object.clone()
public void delete()
public String getContextId()
public Timestamp getCreatedOn()
public Long getCreatedOnDb()
public String getId()
public Timestamp getLastUpdated()
public Long getLastUpdatedDb()
public String getName()
public String getNameDb()
public void setContextId(String contextId1)
setContextId
in interface GrouperHasContext
contextId1
- public void setCreatedOn(Timestamp createdOn1)
createdOn1
- public void setCreatedOnDb(Long createdOn1)
createdOn1
- public void setId(String id1)
id1
- public void setLastUpdated(Timestamp lastUpdated1)
lastUpdated1
- public void setLastUpdatedDb(Long lastUpdated1)
lastUpdated1
- public void setName(String name1)
name1
- public void setNameDb(String name1)
name1
- public String toString()
toString
in class Object
Object.toString()
public void save()
public void update()
public void xmlCopyBusinessPropertiesToExisting(AttributeAssignAction existingRecord)
XmlImportableBase
xmlCopyBusinessPropertiesToExisting
in interface XmlImportableBase<AttributeAssignAction>
XmlImportableBase.xmlCopyBusinessPropertiesToExisting(java.lang.Object)
public boolean xmlDifferentBusinessProperties(AttributeAssignAction other)
XmlImportableBase
xmlDifferentBusinessProperties
in interface XmlImportableBase<AttributeAssignAction>
other
- the one to compare with
XmlImportableBase.xmlDifferentBusinessProperties(java.lang.Object)
public boolean xmlDifferentUpdateProperties(AttributeAssignAction other)
XmlImportableBase
xmlDifferentUpdateProperties
in interface XmlImportableBase<AttributeAssignAction>
other
- the one to compare with
XmlImportableBase.xmlDifferentUpdateProperties(java.lang.Object)
public AttributeAssignAction xmlRetrieveByIdOrKey()
XmlImportable
xmlRetrieveByIdOrKey
in interface XmlImportable<AttributeAssignAction>
XmlImportable.xmlRetrieveByIdOrKey()
public AttributeAssignAction xmlSaveBusinessProperties(AttributeAssignAction existingRecord)
XmlImportableBase
xmlSaveBusinessProperties
in interface XmlImportableBase<AttributeAssignAction>
existingRecord
- null if insert, the object if exists in DB
generally just copy the hibernate version number, and last updated to the
object and store it
XmlImportableBase.xmlSaveBusinessProperties(java.lang.Object)
public void xmlSaveUpdateProperties()
XmlImportableBase
xmlSaveUpdateProperties
in interface XmlImportableBase<AttributeAssignAction>
XmlImportableBase.xmlSaveUpdateProperties()
public XmlExportAttributeAssignAction xmlToExportAttributeAssignAction(GrouperVersion grouperVersion)
grouperVersion
-
public String xmlGetId()
XmlImportableBase
xmlGetId
in interface XmlImportableBase<AttributeAssignAction>
XmlImportableBase.xmlGetId()
public void xmlSetId(String theId)
XmlImportableBase
xmlSetId
in interface XmlImportableBase<AttributeAssignAction>
XmlImportableBase.xmlSetId(java.lang.String)
public String xmlToString()
XmlImportableBase
xmlToString
in interface XmlImportableBase<AttributeAssignAction>
XmlImportableBase.xmlToString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |