|
||||||||||
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.service.ServiceRoleView
public class ServiceRoleView
Field Summary |
---|
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 | |
---|---|
ServiceRoleView()
|
Method Summary | |
---|---|
GrouperAPI |
clone()
deep clone the fields in this object |
java.lang.String |
getDisplayNameOfServiceName()
display name of the service definition name |
java.lang.String |
getFieldId()
id of the field for the membership of the subject who an admin or user of the service |
java.lang.String |
getFieldName()
field of the membership of the subject who is the admin or user of the service |
java.lang.String |
getGroupDisplayName()
display name of the group that the subject is an admin or user of the service |
java.lang.String |
getGroupId()
group id of the group that the subject is an admin or user of the service |
java.lang.String |
getGroupName()
group name in the service that the user is an admin or user of |
java.lang.String |
getMemberId()
id in the member table of the subject who is an admin or user of the service |
java.lang.String |
getNameOfServiceDef()
name of the attribute definition of the service |
java.lang.String |
getNameOfServiceDefName()
name of the service dev name, this generally is the system name of the service |
java.lang.String |
getServiceDefId()
id of the attribute definition that is related to the service |
java.lang.String |
getServiceNameId()
id of the attribute name that is the service |
ServiceRole |
getServiceRole()
|
java.lang.String |
getServiceRoleDb()
admin or user is the subject is an admin/updater/reader of a group in the service folder, or user is the subject is a member of a group in the service folder |
java.lang.String |
getServiceStemId()
id of the stem where the service tag is assigned |
java.lang.String |
getSubjectId()
subject id of the subject who is the admin or user of the service |
java.lang.String |
getSubjectSourceId()
subject source id of the subject who is the admin or user of the service |
void |
setDisplayNameOfServiceName(java.lang.String displayNameOfServiceName1)
display name of the service definition name |
void |
setFieldId(java.lang.String fieldId1)
id of the field for the membership of the subject who an admin or user of the service |
void |
setFieldName(java.lang.String fieldName1)
field of the membership of the subject who is the admin or user of the service |
void |
setGroupDisplayName(java.lang.String groupDisplayName1)
display name of the group that the subject is an admin or user of the service |
void |
setGroupId(java.lang.String groupId1)
group id of the group that the subject is an admin or user of the service |
void |
setGroupName(java.lang.String groupName1)
group name in the service that the user is an admin or user of |
void |
setMemberId(java.lang.String memberId1)
id in the member table of the subject who is an admin or user of the service |
void |
setNameOfServiceDef(java.lang.String nameOfServiceDef1)
name of the attribute definition of the service |
void |
setNameOfServiceDefName(java.lang.String nameOfserviceDefName1)
name of the service dev name, this generally is the system name of the service |
void |
setServiceDefId(java.lang.String serviceDefId1)
id of the attribute definition that is related to the service |
void |
setServiceNameId(java.lang.String serviceNameId1)
id of the attribute name that is the service |
void |
setServiceRole(ServiceRole theServiceRole)
|
void |
setServiceRoleDb(java.lang.String serviceRoleDb1)
admin or user is the subject is an admin/updater/reader of a group in the service folder, or user is the subject is a member of a group in the service folder |
void |
setServiceStemId(java.lang.String serviceStemId1)
id of the stem where the service tag is assigned |
void |
setSubjectId(java.lang.String subjectId1)
subject id of the subject who is the admin or user of the service |
void |
setSubjectSourceId(java.lang.String subjectSourceId1)
subject source id of the subject who is the admin or user of the service |
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, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceRoleView()
Method Detail |
---|
public java.lang.String getServiceRoleDb()
public void setServiceRoleDb(java.lang.String serviceRoleDb1)
serviceRoleDb1
- public ServiceRole getServiceRole()
public void setServiceRole(ServiceRole theServiceRole)
theServiceRole
- public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName1)
groupName1
- public java.lang.String getNameOfServiceDefName()
public void setNameOfServiceDefName(java.lang.String nameOfserviceDefName1)
nameOfserviceDefName1
- public java.lang.String getSubjectSourceId()
public void setSubjectSourceId(java.lang.String subjectSourceId1)
subjectSourceId1
- public java.lang.String getSubjectId()
public void setSubjectId(java.lang.String subjectId1)
subjectId1
- public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName1)
fieldName1
- public java.lang.String getNameOfServiceDef()
public void setNameOfServiceDef(java.lang.String nameOfServiceDef1)
nameOfServiceDef1
- public java.lang.String getGroupDisplayName()
public void setGroupDisplayName(java.lang.String groupDisplayName1)
groupDisplayName1
- public java.lang.String getGroupId()
public void setGroupId(java.lang.String groupId1)
groupId1
- public java.lang.String getServiceDefId()
public void setServiceDefId(java.lang.String serviceDefId1)
serviceDefId1
- public java.lang.String getServiceNameId()
public void setServiceNameId(java.lang.String serviceNameId1)
serviceNameId1
- public java.lang.String getMemberId()
public void setMemberId(java.lang.String memberId1)
memberId1
- public java.lang.String getFieldId()
public void setFieldId(java.lang.String fieldId1)
fieldId1
- public java.lang.String getDisplayNameOfServiceName()
public void setDisplayNameOfServiceName(java.lang.String displayNameOfServiceName1)
displayNameOfServiceName1
- public java.lang.String getServiceStemId()
public void setServiceStemId(java.lang.String serviceStemId1)
serviceStemId1
- public GrouperAPI clone()
GrouperAPI
clone
in interface GrouperCloneable
clone
in class GrouperAPI
GrouperAPI.clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |