rapila
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
BaseUser Class Reference
Inheritance diagram for BaseUser:
User

Public Member Functions

 applyDefaultValues ()
 
 __construct ()
 
 getId ()
 
 getUsername ()
 
 getPassword ()
 
 getDigestHA1 ()
 
 getFirstName ()
 
 getLastName ()
 
 getEmail ()
 
 getLanguageId ()
 
 getTimezone ()
 
 getIsAdmin ()
 
 getIsBackendLoginEnabled ()
 
 getIsAdminLoginEnabled ()
 
 getIsInactive ()
 
 getPasswordRecoverHint ()
 
 getBackendSettings ()
 
 getCreatedAt ($format= 'Y-m-d H:i:s')
 
 getUpdatedAt ($format= 'Y-m-d H:i:s')
 
 getCreatedBy ()
 
 getUpdatedBy ()
 
 setId ($v)
 
 setUsername ($v)
 
 setPassword ($v)
 
 setDigestHA1 ($v)
 
 setFirstName ($v)
 
 setLastName ($v)
 
 setEmail ($v)
 
 setLanguageId ($v)
 
 setTimezone ($v)
 
 setIsAdmin ($v)
 
 setIsBackendLoginEnabled ($v)
 
 setIsAdminLoginEnabled ($v)
 
 setIsInactive ($v)
 
 setPasswordRecoverHint ($v)
 
 setBackendSettings ($v)
 
 setCreatedAt ($v)
 
 setUpdatedAt ($v)
 
 setCreatedBy ($v)
 
 setUpdatedBy ($v)
 
 hasOnlyDefaultValues ()
 
 hydrate ($row, $startcol=0, $rehydrate=false)
 
 ensureConsistency ()
 
 reload ($deep=false, PropelPDO $con=null)
 
 delete (PropelPDO $con=null)
 
 save (PropelPDO $con=null)
 
 getValidationFailures ()
 
 validate ($columns=null)
 
 getByName ($name, $type=BasePeer::TYPE_PHPNAME)
 
 getByPosition ($pos)
 
 toArray ($keyType=BasePeer::TYPE_PHPNAME, $includeLazyLoadColumns=true, $alreadyDumpedObjects=array(), $includeForeignObjects=false)
 
 setByName ($name, $value, $type=BasePeer::TYPE_PHPNAME)
 
 setByPosition ($pos, $value)
 
 fromArray ($arr, $keyType=BasePeer::TYPE_PHPNAME)
 
 buildCriteria ()
 
 buildPkeyCriteria ()
 
 getPrimaryKey ()
 
 setPrimaryKey ($key)
 
 isPrimaryKeyNull ()
 
 copyInto ($copyObj, $deepCopy=false, $makeNew=true)
 
 copy ($deepCopy=false)
 
 getPeer ()
 
 setLanguageRelatedByLanguageId (Language $v=null)
 
 getLanguageRelatedByLanguageId (PropelPDO $con=null, $doQuery=true)
 
 initRelation ($relationName)
 
 clearUserGroupsRelatedByUserId ()
 
 resetPartialUserGroupsRelatedByUserId ($v=true)
 
 initUserGroupsRelatedByUserId ($overrideExisting=true)
 
 getUserGroupsRelatedByUserId ($criteria=null, PropelPDO $con=null)
 
 setUserGroupsRelatedByUserId (PropelCollection $userGroupsRelatedByUserId, PropelPDO $con=null)
 
 countUserGroupsRelatedByUserId (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addUserGroupRelatedByUserId (UserGroup $l)
 
 removeUserGroupRelatedByUserId ($userGroupRelatedByUserId)
 
 getUserGroupsRelatedByUserIdJoinGroup ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearUserRolesRelatedByUserId ()
 
 resetPartialUserRolesRelatedByUserId ($v=true)
 
 initUserRolesRelatedByUserId ($overrideExisting=true)
 
 getUserRolesRelatedByUserId ($criteria=null, PropelPDO $con=null)
 
 setUserRolesRelatedByUserId (PropelCollection $userRolesRelatedByUserId, PropelPDO $con=null)
 
 countUserRolesRelatedByUserId (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addUserRoleRelatedByUserId (UserRole $l)
 
 removeUserRoleRelatedByUserId ($userRoleRelatedByUserId)
 
 getUserRolesRelatedByUserIdJoinRole ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearDocumentsRelatedByOwnerId ()
 
 resetPartialDocumentsRelatedByOwnerId ($v=true)
 
 initDocumentsRelatedByOwnerId ($overrideExisting=true)
 
 getDocumentsRelatedByOwnerId ($criteria=null, PropelPDO $con=null)
 
 setDocumentsRelatedByOwnerId (PropelCollection $documentsRelatedByOwnerId, PropelPDO $con=null)
 
 countDocumentsRelatedByOwnerId (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocumentRelatedByOwnerId (Document $l)
 
 removeDocumentRelatedByOwnerId ($documentRelatedByOwnerId)
 
 getDocumentsRelatedByOwnerIdJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsRelatedByOwnerIdJoinDocumentType ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsRelatedByOwnerIdJoinDocumentCategory ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsRelatedByOwnerIdJoinDocumentData ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearLinksRelatedByOwnerId ()
 
 resetPartialLinksRelatedByOwnerId ($v=true)
 
 initLinksRelatedByOwnerId ($overrideExisting=true)
 
 getLinksRelatedByOwnerId ($criteria=null, PropelPDO $con=null)
 
 setLinksRelatedByOwnerId (PropelCollection $linksRelatedByOwnerId, PropelPDO $con=null)
 
 countLinksRelatedByOwnerId (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLinkRelatedByOwnerId (Link $l)
 
 removeLinkRelatedByOwnerId ($linkRelatedByOwnerId)
 
 getLinksRelatedByOwnerIdJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getLinksRelatedByOwnerIdJoinLinkCategory ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearPagesRelatedByCreatedBy ()
 
 resetPartialPagesRelatedByCreatedBy ($v=true)
 
 initPagesRelatedByCreatedBy ($overrideExisting=true)
 
 getPagesRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setPagesRelatedByCreatedBy (PropelCollection $pagesRelatedByCreatedBy, PropelPDO $con=null)
 
 countPagesRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addPageRelatedByCreatedBy (Page $l)
 
 removePageRelatedByCreatedBy ($pageRelatedByCreatedBy)
 
 getPagesRelatedByCreatedByJoinPageRelatedByCanonicalId ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearPagesRelatedByUpdatedBy ()
 
 resetPartialPagesRelatedByUpdatedBy ($v=true)
 
 initPagesRelatedByUpdatedBy ($overrideExisting=true)
 
 getPagesRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setPagesRelatedByUpdatedBy (PropelCollection $pagesRelatedByUpdatedBy, PropelPDO $con=null)
 
 countPagesRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addPageRelatedByUpdatedBy (Page $l)
 
 removePageRelatedByUpdatedBy ($pageRelatedByUpdatedBy)
 
 getPagesRelatedByUpdatedByJoinPageRelatedByCanonicalId ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearPagePropertysRelatedByCreatedBy ()
 
 resetPartialPagePropertysRelatedByCreatedBy ($v=true)
 
 initPagePropertysRelatedByCreatedBy ($overrideExisting=true)
 
 getPagePropertysRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setPagePropertysRelatedByCreatedBy (PropelCollection $pagePropertysRelatedByCreatedBy, PropelPDO $con=null)
 
 countPagePropertysRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addPagePropertyRelatedByCreatedBy (PageProperty $l)
 
 removePagePropertyRelatedByCreatedBy ($pagePropertyRelatedByCreatedBy)
 
 getPagePropertysRelatedByCreatedByJoinPage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearPagePropertysRelatedByUpdatedBy ()
 
 resetPartialPagePropertysRelatedByUpdatedBy ($v=true)
 
 initPagePropertysRelatedByUpdatedBy ($overrideExisting=true)
 
 getPagePropertysRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setPagePropertysRelatedByUpdatedBy (PropelCollection $pagePropertysRelatedByUpdatedBy, PropelPDO $con=null)
 
 countPagePropertysRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addPagePropertyRelatedByUpdatedBy (PageProperty $l)
 
 removePagePropertyRelatedByUpdatedBy ($pagePropertyRelatedByUpdatedBy)
 
 getPagePropertysRelatedByUpdatedByJoinPage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearPageStringsRelatedByCreatedBy ()
 
 resetPartialPageStringsRelatedByCreatedBy ($v=true)
 
 initPageStringsRelatedByCreatedBy ($overrideExisting=true)
 
 getPageStringsRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setPageStringsRelatedByCreatedBy (PropelCollection $pageStringsRelatedByCreatedBy, PropelPDO $con=null)
 
 countPageStringsRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addPageStringRelatedByCreatedBy (PageString $l)
 
 removePageStringRelatedByCreatedBy ($pageStringRelatedByCreatedBy)
 
 getPageStringsRelatedByCreatedByJoinPage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getPageStringsRelatedByCreatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearPageStringsRelatedByUpdatedBy ()
 
 resetPartialPageStringsRelatedByUpdatedBy ($v=true)
 
 initPageStringsRelatedByUpdatedBy ($overrideExisting=true)
 
 getPageStringsRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setPageStringsRelatedByUpdatedBy (PropelCollection $pageStringsRelatedByUpdatedBy, PropelPDO $con=null)
 
 countPageStringsRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addPageStringRelatedByUpdatedBy (PageString $l)
 
 removePageStringRelatedByUpdatedBy ($pageStringRelatedByUpdatedBy)
 
 getPageStringsRelatedByUpdatedByJoinPage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getPageStringsRelatedByUpdatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearContentObjectsRelatedByCreatedBy ()
 
 resetPartialContentObjectsRelatedByCreatedBy ($v=true)
 
 initContentObjectsRelatedByCreatedBy ($overrideExisting=true)
 
 getContentObjectsRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setContentObjectsRelatedByCreatedBy (PropelCollection $contentObjectsRelatedByCreatedBy, PropelPDO $con=null)
 
 countContentObjectsRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addContentObjectRelatedByCreatedBy (ContentObject $l)
 
 removeContentObjectRelatedByCreatedBy ($contentObjectRelatedByCreatedBy)
 
 getContentObjectsRelatedByCreatedByJoinPage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearContentObjectsRelatedByUpdatedBy ()
 
 resetPartialContentObjectsRelatedByUpdatedBy ($v=true)
 
 initContentObjectsRelatedByUpdatedBy ($overrideExisting=true)
 
 getContentObjectsRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setContentObjectsRelatedByUpdatedBy (PropelCollection $contentObjectsRelatedByUpdatedBy, PropelPDO $con=null)
 
 countContentObjectsRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addContentObjectRelatedByUpdatedBy (ContentObject $l)
 
 removeContentObjectRelatedByUpdatedBy ($contentObjectRelatedByUpdatedBy)
 
 getContentObjectsRelatedByUpdatedByJoinPage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearLanguageObjectsRelatedByCreatedBy ()
 
 resetPartialLanguageObjectsRelatedByCreatedBy ($v=true)
 
 initLanguageObjectsRelatedByCreatedBy ($overrideExisting=true)
 
 getLanguageObjectsRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setLanguageObjectsRelatedByCreatedBy (PropelCollection $languageObjectsRelatedByCreatedBy, PropelPDO $con=null)
 
 countLanguageObjectsRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLanguageObjectRelatedByCreatedBy (LanguageObject $l)
 
 removeLanguageObjectRelatedByCreatedBy ($languageObjectRelatedByCreatedBy)
 
 getLanguageObjectsRelatedByCreatedByJoinContentObject ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getLanguageObjectsRelatedByCreatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearLanguageObjectsRelatedByUpdatedBy ()
 
 resetPartialLanguageObjectsRelatedByUpdatedBy ($v=true)
 
 initLanguageObjectsRelatedByUpdatedBy ($overrideExisting=true)
 
 getLanguageObjectsRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setLanguageObjectsRelatedByUpdatedBy (PropelCollection $languageObjectsRelatedByUpdatedBy, PropelPDO $con=null)
 
 countLanguageObjectsRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLanguageObjectRelatedByUpdatedBy (LanguageObject $l)
 
 removeLanguageObjectRelatedByUpdatedBy ($languageObjectRelatedByUpdatedBy)
 
 getLanguageObjectsRelatedByUpdatedByJoinContentObject ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getLanguageObjectsRelatedByUpdatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearLanguageObjectHistorysRelatedByCreatedBy ()
 
 resetPartialLanguageObjectHistorysRelatedByCreatedBy ($v=true)
 
 initLanguageObjectHistorysRelatedByCreatedBy ($overrideExisting=true)
 
 getLanguageObjectHistorysRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setLanguageObjectHistorysRelatedByCreatedBy (PropelCollection $languageObjectHistorysRelatedByCreatedBy, PropelPDO $con=null)
 
 countLanguageObjectHistorysRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLanguageObjectHistoryRelatedByCreatedBy (LanguageObjectHistory $l)
 
 removeLanguageObjectHistoryRelatedByCreatedBy ($languageObjectHistoryRelatedByCreatedBy)
 
 getLanguageObjectHistorysRelatedByCreatedByJoinContentObject ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getLanguageObjectHistorysRelatedByCreatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearLanguageObjectHistorysRelatedByUpdatedBy ()
 
 resetPartialLanguageObjectHistorysRelatedByUpdatedBy ($v=true)
 
 initLanguageObjectHistorysRelatedByUpdatedBy ($overrideExisting=true)
 
 getLanguageObjectHistorysRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setLanguageObjectHistorysRelatedByUpdatedBy (PropelCollection $languageObjectHistorysRelatedByUpdatedBy, PropelPDO $con=null)
 
 countLanguageObjectHistorysRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLanguageObjectHistoryRelatedByUpdatedBy (LanguageObjectHistory $l)
 
 removeLanguageObjectHistoryRelatedByUpdatedBy ($languageObjectHistoryRelatedByUpdatedBy)
 
 getLanguageObjectHistorysRelatedByUpdatedByJoinContentObject ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getLanguageObjectHistorysRelatedByUpdatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearLanguagesRelatedByCreatedBy ()
 
 resetPartialLanguagesRelatedByCreatedBy ($v=true)
 
 initLanguagesRelatedByCreatedBy ($overrideExisting=true)
 
 getLanguagesRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setLanguagesRelatedByCreatedBy (PropelCollection $languagesRelatedByCreatedBy, PropelPDO $con=null)
 
 countLanguagesRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLanguageRelatedByCreatedBy (Language $l)
 
 removeLanguageRelatedByCreatedBy ($languageRelatedByCreatedBy)
 
 clearLanguagesRelatedByUpdatedBy ()
 
 resetPartialLanguagesRelatedByUpdatedBy ($v=true)
 
 initLanguagesRelatedByUpdatedBy ($overrideExisting=true)
 
 getLanguagesRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setLanguagesRelatedByUpdatedBy (PropelCollection $languagesRelatedByUpdatedBy, PropelPDO $con=null)
 
 countLanguagesRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLanguageRelatedByUpdatedBy (Language $l)
 
 removeLanguageRelatedByUpdatedBy ($languageRelatedByUpdatedBy)
 
 clearTranslationsRelatedByCreatedBy ()
 
 resetPartialTranslationsRelatedByCreatedBy ($v=true)
 
 initTranslationsRelatedByCreatedBy ($overrideExisting=true)
 
 getTranslationsRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setTranslationsRelatedByCreatedBy (PropelCollection $translationsRelatedByCreatedBy, PropelPDO $con=null)
 
 countTranslationsRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addTranslationRelatedByCreatedBy (Translation $l)
 
 removeTranslationRelatedByCreatedBy ($translationRelatedByCreatedBy)
 
 getTranslationsRelatedByCreatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearTranslationsRelatedByUpdatedBy ()
 
 resetPartialTranslationsRelatedByUpdatedBy ($v=true)
 
 initTranslationsRelatedByUpdatedBy ($overrideExisting=true)
 
 getTranslationsRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setTranslationsRelatedByUpdatedBy (PropelCollection $translationsRelatedByUpdatedBy, PropelPDO $con=null)
 
 countTranslationsRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addTranslationRelatedByUpdatedBy (Translation $l)
 
 removeTranslationRelatedByUpdatedBy ($translationRelatedByUpdatedBy)
 
 getTranslationsRelatedByUpdatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearUserGroupsRelatedByCreatedBy ()
 
 resetPartialUserGroupsRelatedByCreatedBy ($v=true)
 
 initUserGroupsRelatedByCreatedBy ($overrideExisting=true)
 
 getUserGroupsRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setUserGroupsRelatedByCreatedBy (PropelCollection $userGroupsRelatedByCreatedBy, PropelPDO $con=null)
 
 countUserGroupsRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addUserGroupRelatedByCreatedBy (UserGroup $l)
 
 removeUserGroupRelatedByCreatedBy ($userGroupRelatedByCreatedBy)
 
 getUserGroupsRelatedByCreatedByJoinGroup ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearUserGroupsRelatedByUpdatedBy ()
 
 resetPartialUserGroupsRelatedByUpdatedBy ($v=true)
 
 initUserGroupsRelatedByUpdatedBy ($overrideExisting=true)
 
 getUserGroupsRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setUserGroupsRelatedByUpdatedBy (PropelCollection $userGroupsRelatedByUpdatedBy, PropelPDO $con=null)
 
 countUserGroupsRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addUserGroupRelatedByUpdatedBy (UserGroup $l)
 
 removeUserGroupRelatedByUpdatedBy ($userGroupRelatedByUpdatedBy)
 
 getUserGroupsRelatedByUpdatedByJoinGroup ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearGroupsRelatedByCreatedBy ()
 
 resetPartialGroupsRelatedByCreatedBy ($v=true)
 
 initGroupsRelatedByCreatedBy ($overrideExisting=true)
 
 getGroupsRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setGroupsRelatedByCreatedBy (PropelCollection $groupsRelatedByCreatedBy, PropelPDO $con=null)
 
 countGroupsRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addGroupRelatedByCreatedBy (Group $l)
 
 removeGroupRelatedByCreatedBy ($groupRelatedByCreatedBy)
 
 clearGroupsRelatedByUpdatedBy ()
 
 resetPartialGroupsRelatedByUpdatedBy ($v=true)
 
 initGroupsRelatedByUpdatedBy ($overrideExisting=true)
 
 getGroupsRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setGroupsRelatedByUpdatedBy (PropelCollection $groupsRelatedByUpdatedBy, PropelPDO $con=null)
 
 countGroupsRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addGroupRelatedByUpdatedBy (Group $l)
 
 removeGroupRelatedByUpdatedBy ($groupRelatedByUpdatedBy)
 
 clearGroupRolesRelatedByCreatedBy ()
 
 resetPartialGroupRolesRelatedByCreatedBy ($v=true)
 
 initGroupRolesRelatedByCreatedBy ($overrideExisting=true)
 
 getGroupRolesRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setGroupRolesRelatedByCreatedBy (PropelCollection $groupRolesRelatedByCreatedBy, PropelPDO $con=null)
 
 countGroupRolesRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addGroupRoleRelatedByCreatedBy (GroupRole $l)
 
 removeGroupRoleRelatedByCreatedBy ($groupRoleRelatedByCreatedBy)
 
 getGroupRolesRelatedByCreatedByJoinGroup ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getGroupRolesRelatedByCreatedByJoinRole ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearGroupRolesRelatedByUpdatedBy ()
 
 resetPartialGroupRolesRelatedByUpdatedBy ($v=true)
 
 initGroupRolesRelatedByUpdatedBy ($overrideExisting=true)
 
 getGroupRolesRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setGroupRolesRelatedByUpdatedBy (PropelCollection $groupRolesRelatedByUpdatedBy, PropelPDO $con=null)
 
 countGroupRolesRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addGroupRoleRelatedByUpdatedBy (GroupRole $l)
 
 removeGroupRoleRelatedByUpdatedBy ($groupRoleRelatedByUpdatedBy)
 
 getGroupRolesRelatedByUpdatedByJoinGroup ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getGroupRolesRelatedByUpdatedByJoinRole ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearRolesRelatedByCreatedBy ()
 
 resetPartialRolesRelatedByCreatedBy ($v=true)
 
 initRolesRelatedByCreatedBy ($overrideExisting=true)
 
 getRolesRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setRolesRelatedByCreatedBy (PropelCollection $rolesRelatedByCreatedBy, PropelPDO $con=null)
 
 countRolesRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addRoleRelatedByCreatedBy (Role $l)
 
 removeRoleRelatedByCreatedBy ($roleRelatedByCreatedBy)
 
 clearRolesRelatedByUpdatedBy ()
 
 resetPartialRolesRelatedByUpdatedBy ($v=true)
 
 initRolesRelatedByUpdatedBy ($overrideExisting=true)
 
 getRolesRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setRolesRelatedByUpdatedBy (PropelCollection $rolesRelatedByUpdatedBy, PropelPDO $con=null)
 
 countRolesRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addRoleRelatedByUpdatedBy (Role $l)
 
 removeRoleRelatedByUpdatedBy ($roleRelatedByUpdatedBy)
 
 clearUserRolesRelatedByCreatedBy ()
 
 resetPartialUserRolesRelatedByCreatedBy ($v=true)
 
 initUserRolesRelatedByCreatedBy ($overrideExisting=true)
 
 getUserRolesRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setUserRolesRelatedByCreatedBy (PropelCollection $userRolesRelatedByCreatedBy, PropelPDO $con=null)
 
 countUserRolesRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addUserRoleRelatedByCreatedBy (UserRole $l)
 
 removeUserRoleRelatedByCreatedBy ($userRoleRelatedByCreatedBy)
 
 getUserRolesRelatedByCreatedByJoinRole ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearUserRolesRelatedByUpdatedBy ()
 
 resetPartialUserRolesRelatedByUpdatedBy ($v=true)
 
 initUserRolesRelatedByUpdatedBy ($overrideExisting=true)
 
 getUserRolesRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setUserRolesRelatedByUpdatedBy (PropelCollection $userRolesRelatedByUpdatedBy, PropelPDO $con=null)
 
 countUserRolesRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addUserRoleRelatedByUpdatedBy (UserRole $l)
 
 removeUserRoleRelatedByUpdatedBy ($userRoleRelatedByUpdatedBy)
 
 getUserRolesRelatedByUpdatedByJoinRole ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearRightsRelatedByCreatedBy ()
 
 resetPartialRightsRelatedByCreatedBy ($v=true)
 
 initRightsRelatedByCreatedBy ($overrideExisting=true)
 
 getRightsRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setRightsRelatedByCreatedBy (PropelCollection $rightsRelatedByCreatedBy, PropelPDO $con=null)
 
 countRightsRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addRightRelatedByCreatedBy (Right $l)
 
 removeRightRelatedByCreatedBy ($rightRelatedByCreatedBy)
 
 getRightsRelatedByCreatedByJoinRole ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getRightsRelatedByCreatedByJoinPage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearRightsRelatedByUpdatedBy ()
 
 resetPartialRightsRelatedByUpdatedBy ($v=true)
 
 initRightsRelatedByUpdatedBy ($overrideExisting=true)
 
 getRightsRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setRightsRelatedByUpdatedBy (PropelCollection $rightsRelatedByUpdatedBy, PropelPDO $con=null)
 
 countRightsRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addRightRelatedByUpdatedBy (Right $l)
 
 removeRightRelatedByUpdatedBy ($rightRelatedByUpdatedBy)
 
 getRightsRelatedByUpdatedByJoinRole ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getRightsRelatedByUpdatedByJoinPage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearDocumentsRelatedByCreatedBy ()
 
 resetPartialDocumentsRelatedByCreatedBy ($v=true)
 
 initDocumentsRelatedByCreatedBy ($overrideExisting=true)
 
 getDocumentsRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setDocumentsRelatedByCreatedBy (PropelCollection $documentsRelatedByCreatedBy, PropelPDO $con=null)
 
 countDocumentsRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocumentRelatedByCreatedBy (Document $l)
 
 removeDocumentRelatedByCreatedBy ($documentRelatedByCreatedBy)
 
 getDocumentsRelatedByCreatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsRelatedByCreatedByJoinDocumentType ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsRelatedByCreatedByJoinDocumentCategory ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsRelatedByCreatedByJoinDocumentData ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearDocumentsRelatedByUpdatedBy ()
 
 resetPartialDocumentsRelatedByUpdatedBy ($v=true)
 
 initDocumentsRelatedByUpdatedBy ($overrideExisting=true)
 
 getDocumentsRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setDocumentsRelatedByUpdatedBy (PropelCollection $documentsRelatedByUpdatedBy, PropelPDO $con=null)
 
 countDocumentsRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocumentRelatedByUpdatedBy (Document $l)
 
 removeDocumentRelatedByUpdatedBy ($documentRelatedByUpdatedBy)
 
 getDocumentsRelatedByUpdatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsRelatedByUpdatedByJoinDocumentType ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsRelatedByUpdatedByJoinDocumentCategory ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getDocumentsRelatedByUpdatedByJoinDocumentData ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearDocumentDatasRelatedByCreatedBy ()
 
 resetPartialDocumentDatasRelatedByCreatedBy ($v=true)
 
 initDocumentDatasRelatedByCreatedBy ($overrideExisting=true)
 
 getDocumentDatasRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setDocumentDatasRelatedByCreatedBy (PropelCollection $documentDatasRelatedByCreatedBy, PropelPDO $con=null)
 
 countDocumentDatasRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocumentDataRelatedByCreatedBy (DocumentData $l)
 
 removeDocumentDataRelatedByCreatedBy ($documentDataRelatedByCreatedBy)
 
 clearDocumentDatasRelatedByUpdatedBy ()
 
 resetPartialDocumentDatasRelatedByUpdatedBy ($v=true)
 
 initDocumentDatasRelatedByUpdatedBy ($overrideExisting=true)
 
 getDocumentDatasRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setDocumentDatasRelatedByUpdatedBy (PropelCollection $documentDatasRelatedByUpdatedBy, PropelPDO $con=null)
 
 countDocumentDatasRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocumentDataRelatedByUpdatedBy (DocumentData $l)
 
 removeDocumentDataRelatedByUpdatedBy ($documentDataRelatedByUpdatedBy)
 
 clearDocumentTypesRelatedByCreatedBy ()
 
 resetPartialDocumentTypesRelatedByCreatedBy ($v=true)
 
 initDocumentTypesRelatedByCreatedBy ($overrideExisting=true)
 
 getDocumentTypesRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setDocumentTypesRelatedByCreatedBy (PropelCollection $documentTypesRelatedByCreatedBy, PropelPDO $con=null)
 
 countDocumentTypesRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocumentTypeRelatedByCreatedBy (DocumentType $l)
 
 removeDocumentTypeRelatedByCreatedBy ($documentTypeRelatedByCreatedBy)
 
 clearDocumentTypesRelatedByUpdatedBy ()
 
 resetPartialDocumentTypesRelatedByUpdatedBy ($v=true)
 
 initDocumentTypesRelatedByUpdatedBy ($overrideExisting=true)
 
 getDocumentTypesRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setDocumentTypesRelatedByUpdatedBy (PropelCollection $documentTypesRelatedByUpdatedBy, PropelPDO $con=null)
 
 countDocumentTypesRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocumentTypeRelatedByUpdatedBy (DocumentType $l)
 
 removeDocumentTypeRelatedByUpdatedBy ($documentTypeRelatedByUpdatedBy)
 
 clearDocumentCategorysRelatedByCreatedBy ()
 
 resetPartialDocumentCategorysRelatedByCreatedBy ($v=true)
 
 initDocumentCategorysRelatedByCreatedBy ($overrideExisting=true)
 
 getDocumentCategorysRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setDocumentCategorysRelatedByCreatedBy (PropelCollection $documentCategorysRelatedByCreatedBy, PropelPDO $con=null)
 
 countDocumentCategorysRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocumentCategoryRelatedByCreatedBy (DocumentCategory $l)
 
 removeDocumentCategoryRelatedByCreatedBy ($documentCategoryRelatedByCreatedBy)
 
 clearDocumentCategorysRelatedByUpdatedBy ()
 
 resetPartialDocumentCategorysRelatedByUpdatedBy ($v=true)
 
 initDocumentCategorysRelatedByUpdatedBy ($overrideExisting=true)
 
 getDocumentCategorysRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setDocumentCategorysRelatedByUpdatedBy (PropelCollection $documentCategorysRelatedByUpdatedBy, PropelPDO $con=null)
 
 countDocumentCategorysRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addDocumentCategoryRelatedByUpdatedBy (DocumentCategory $l)
 
 removeDocumentCategoryRelatedByUpdatedBy ($documentCategoryRelatedByUpdatedBy)
 
 clearTagsRelatedByCreatedBy ()
 
 resetPartialTagsRelatedByCreatedBy ($v=true)
 
 initTagsRelatedByCreatedBy ($overrideExisting=true)
 
 getTagsRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setTagsRelatedByCreatedBy (PropelCollection $tagsRelatedByCreatedBy, PropelPDO $con=null)
 
 countTagsRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addTagRelatedByCreatedBy (Tag $l)
 
 removeTagRelatedByCreatedBy ($tagRelatedByCreatedBy)
 
 clearTagsRelatedByUpdatedBy ()
 
 resetPartialTagsRelatedByUpdatedBy ($v=true)
 
 initTagsRelatedByUpdatedBy ($overrideExisting=true)
 
 getTagsRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setTagsRelatedByUpdatedBy (PropelCollection $tagsRelatedByUpdatedBy, PropelPDO $con=null)
 
 countTagsRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addTagRelatedByUpdatedBy (Tag $l)
 
 removeTagRelatedByUpdatedBy ($tagRelatedByUpdatedBy)
 
 clearTagInstancesRelatedByCreatedBy ()
 
 resetPartialTagInstancesRelatedByCreatedBy ($v=true)
 
 initTagInstancesRelatedByCreatedBy ($overrideExisting=true)
 
 getTagInstancesRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setTagInstancesRelatedByCreatedBy (PropelCollection $tagInstancesRelatedByCreatedBy, PropelPDO $con=null)
 
 countTagInstancesRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addTagInstanceRelatedByCreatedBy (TagInstance $l)
 
 removeTagInstanceRelatedByCreatedBy ($tagInstanceRelatedByCreatedBy)
 
 getTagInstancesRelatedByCreatedByJoinTag ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearTagInstancesRelatedByUpdatedBy ()
 
 resetPartialTagInstancesRelatedByUpdatedBy ($v=true)
 
 initTagInstancesRelatedByUpdatedBy ($overrideExisting=true)
 
 getTagInstancesRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setTagInstancesRelatedByUpdatedBy (PropelCollection $tagInstancesRelatedByUpdatedBy, PropelPDO $con=null)
 
 countTagInstancesRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addTagInstanceRelatedByUpdatedBy (TagInstance $l)
 
 removeTagInstanceRelatedByUpdatedBy ($tagInstanceRelatedByUpdatedBy)
 
 getTagInstancesRelatedByUpdatedByJoinTag ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearLinksRelatedByCreatedBy ()
 
 resetPartialLinksRelatedByCreatedBy ($v=true)
 
 initLinksRelatedByCreatedBy ($overrideExisting=true)
 
 getLinksRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setLinksRelatedByCreatedBy (PropelCollection $linksRelatedByCreatedBy, PropelPDO $con=null)
 
 countLinksRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLinkRelatedByCreatedBy (Link $l)
 
 removeLinkRelatedByCreatedBy ($linkRelatedByCreatedBy)
 
 getLinksRelatedByCreatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getLinksRelatedByCreatedByJoinLinkCategory ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearLinksRelatedByUpdatedBy ()
 
 resetPartialLinksRelatedByUpdatedBy ($v=true)
 
 initLinksRelatedByUpdatedBy ($overrideExisting=true)
 
 getLinksRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setLinksRelatedByUpdatedBy (PropelCollection $linksRelatedByUpdatedBy, PropelPDO $con=null)
 
 countLinksRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLinkRelatedByUpdatedBy (Link $l)
 
 removeLinkRelatedByUpdatedBy ($linkRelatedByUpdatedBy)
 
 getLinksRelatedByUpdatedByJoinLanguage ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 getLinksRelatedByUpdatedByJoinLinkCategory ($criteria=null, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
 clearLinkCategorysRelatedByCreatedBy ()
 
 resetPartialLinkCategorysRelatedByCreatedBy ($v=true)
 
 initLinkCategorysRelatedByCreatedBy ($overrideExisting=true)
 
 getLinkCategorysRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setLinkCategorysRelatedByCreatedBy (PropelCollection $linkCategorysRelatedByCreatedBy, PropelPDO $con=null)
 
 countLinkCategorysRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLinkCategoryRelatedByCreatedBy (LinkCategory $l)
 
 removeLinkCategoryRelatedByCreatedBy ($linkCategoryRelatedByCreatedBy)
 
 clearLinkCategorysRelatedByUpdatedBy ()
 
 resetPartialLinkCategorysRelatedByUpdatedBy ($v=true)
 
 initLinkCategorysRelatedByUpdatedBy ($overrideExisting=true)
 
 getLinkCategorysRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setLinkCategorysRelatedByUpdatedBy (PropelCollection $linkCategorysRelatedByUpdatedBy, PropelPDO $con=null)
 
 countLinkCategorysRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addLinkCategoryRelatedByUpdatedBy (LinkCategory $l)
 
 removeLinkCategoryRelatedByUpdatedBy ($linkCategoryRelatedByUpdatedBy)
 
 clearReferencesRelatedByCreatedBy ()
 
 resetPartialReferencesRelatedByCreatedBy ($v=true)
 
 initReferencesRelatedByCreatedBy ($overrideExisting=true)
 
 getReferencesRelatedByCreatedBy ($criteria=null, PropelPDO $con=null)
 
 setReferencesRelatedByCreatedBy (PropelCollection $referencesRelatedByCreatedBy, PropelPDO $con=null)
 
 countReferencesRelatedByCreatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addReferenceRelatedByCreatedBy (Reference $l)
 
 removeReferenceRelatedByCreatedBy ($referenceRelatedByCreatedBy)
 
 clearReferencesRelatedByUpdatedBy ()
 
 resetPartialReferencesRelatedByUpdatedBy ($v=true)
 
 initReferencesRelatedByUpdatedBy ($overrideExisting=true)
 
 getReferencesRelatedByUpdatedBy ($criteria=null, PropelPDO $con=null)
 
 setReferencesRelatedByUpdatedBy (PropelCollection $referencesRelatedByUpdatedBy, PropelPDO $con=null)
 
 countReferencesRelatedByUpdatedBy (Criteria $criteria=null, $distinct=false, PropelPDO $con=null)
 
 addReferenceRelatedByUpdatedBy (Reference $l)
 
 removeReferenceRelatedByUpdatedBy ($referenceRelatedByUpdatedBy)
 
 clear ()
 
 clearAllReferences ($deep=false)
 
 __toString ()
 
 isAlreadyInSave ()
 
 addTag ($mTag)
 
 removeTag ($mTag)
 
 removeAllTags ()
 
 tags ($sReturn= 'tag')
 
 getTags ()
 
 mayOperate ($sOperation, $oUser=false)
 
 mayBeInserted ($oUser=false)
 
 mayBeUpdated ($oUser=false)
 
 mayBeDeleted ($oUser=false)
 
 keepUpdateDateUnchanged ()
 
 getCreatedAtTimestamp ()
 
 getCreatedAtFormatted ($sLanguageId=null, $sFormatString= 'x')
 
 getUpdatedAtTimestamp ()
 
 getUpdatedAtFormatted ($sLanguageId=null, $sFormatString= 'x')
 
 keepUpdateUserUnchanged ()
 
 getUserRelatedByCreatedBy (PropelPDO $con=null)
 
 getUserRelatedByUpdatedBy (PropelPDO $con=null)
 
 getPKArray ()
 
 getPKString ()
 

Static Public Member Functions

static addTagTo ($sUserId, $mTag)
 
static removeTagFrom ($sUserId, $mTag)
 
static removeAllTagsFrom ($sUserId)
 
static tagsFor ($sUserId=null, $sReturn= 'tag')
 

Public Attributes

const PEER = 'UserPeer'
 
const TAG_MODEL_NAME = 'Tag'
 
const TAG_INSTANCE_MODEL_NAME = 'TagInstance'
 

Protected Member Functions

 doSave (PropelPDO $con)
 
 doInsert (PropelPDO $con)
 
 doUpdate (PropelPDO $con)
 
 doValidate ($columns=null)
 
 doAddUserGroupRelatedByUserId ($userGroupRelatedByUserId)
 
 doAddUserRoleRelatedByUserId ($userRoleRelatedByUserId)
 
 doAddDocumentRelatedByOwnerId ($documentRelatedByOwnerId)
 
 doAddLinkRelatedByOwnerId ($linkRelatedByOwnerId)
 
 doAddPageRelatedByCreatedBy ($pageRelatedByCreatedBy)
 
 doAddPageRelatedByUpdatedBy ($pageRelatedByUpdatedBy)
 
 doAddPagePropertyRelatedByCreatedBy ($pagePropertyRelatedByCreatedBy)
 
 doAddPagePropertyRelatedByUpdatedBy ($pagePropertyRelatedByUpdatedBy)
 
 doAddPageStringRelatedByCreatedBy ($pageStringRelatedByCreatedBy)
 
 doAddPageStringRelatedByUpdatedBy ($pageStringRelatedByUpdatedBy)
 
 doAddContentObjectRelatedByCreatedBy ($contentObjectRelatedByCreatedBy)
 
 doAddContentObjectRelatedByUpdatedBy ($contentObjectRelatedByUpdatedBy)
 
 doAddLanguageObjectRelatedByCreatedBy ($languageObjectRelatedByCreatedBy)
 
 doAddLanguageObjectRelatedByUpdatedBy ($languageObjectRelatedByUpdatedBy)
 
 doAddLanguageObjectHistoryRelatedByCreatedBy ($languageObjectHistoryRelatedByCreatedBy)
 
 doAddLanguageObjectHistoryRelatedByUpdatedBy ($languageObjectHistoryRelatedByUpdatedBy)
 
 doAddLanguageRelatedByCreatedBy ($languageRelatedByCreatedBy)
 
 doAddLanguageRelatedByUpdatedBy ($languageRelatedByUpdatedBy)
 
 doAddTranslationRelatedByCreatedBy ($translationRelatedByCreatedBy)
 
 doAddTranslationRelatedByUpdatedBy ($translationRelatedByUpdatedBy)
 
 doAddUserGroupRelatedByCreatedBy ($userGroupRelatedByCreatedBy)
 
 doAddUserGroupRelatedByUpdatedBy ($userGroupRelatedByUpdatedBy)
 
 doAddGroupRelatedByCreatedBy ($groupRelatedByCreatedBy)
 
 doAddGroupRelatedByUpdatedBy ($groupRelatedByUpdatedBy)
 
 doAddGroupRoleRelatedByCreatedBy ($groupRoleRelatedByCreatedBy)
 
 doAddGroupRoleRelatedByUpdatedBy ($groupRoleRelatedByUpdatedBy)
 
 doAddRoleRelatedByCreatedBy ($roleRelatedByCreatedBy)
 
 doAddRoleRelatedByUpdatedBy ($roleRelatedByUpdatedBy)
 
 doAddUserRoleRelatedByCreatedBy ($userRoleRelatedByCreatedBy)
 
 doAddUserRoleRelatedByUpdatedBy ($userRoleRelatedByUpdatedBy)
 
 doAddRightRelatedByCreatedBy ($rightRelatedByCreatedBy)
 
 doAddRightRelatedByUpdatedBy ($rightRelatedByUpdatedBy)
 
 doAddDocumentRelatedByCreatedBy ($documentRelatedByCreatedBy)
 
 doAddDocumentRelatedByUpdatedBy ($documentRelatedByUpdatedBy)
 
 doAddDocumentDataRelatedByCreatedBy ($documentDataRelatedByCreatedBy)
 
 doAddDocumentDataRelatedByUpdatedBy ($documentDataRelatedByUpdatedBy)
 
 doAddDocumentTypeRelatedByCreatedBy ($documentTypeRelatedByCreatedBy)
 
 doAddDocumentTypeRelatedByUpdatedBy ($documentTypeRelatedByUpdatedBy)
 
 doAddDocumentCategoryRelatedByCreatedBy ($documentCategoryRelatedByCreatedBy)
 
 doAddDocumentCategoryRelatedByUpdatedBy ($documentCategoryRelatedByUpdatedBy)
 
 doAddTagRelatedByCreatedBy ($tagRelatedByCreatedBy)
 
 doAddTagRelatedByUpdatedBy ($tagRelatedByUpdatedBy)
 
 doAddTagInstanceRelatedByCreatedBy ($tagInstanceRelatedByCreatedBy)
 
 doAddTagInstanceRelatedByUpdatedBy ($tagInstanceRelatedByUpdatedBy)
 
 doAddLinkRelatedByCreatedBy ($linkRelatedByCreatedBy)
 
 doAddLinkRelatedByUpdatedBy ($linkRelatedByUpdatedBy)
 
 doAddLinkCategoryRelatedByCreatedBy ($linkCategoryRelatedByCreatedBy)
 
 doAddLinkCategoryRelatedByUpdatedBy ($linkCategoryRelatedByUpdatedBy)
 
 doAddReferenceRelatedByCreatedBy ($referenceRelatedByCreatedBy)
 
 doAddReferenceRelatedByUpdatedBy ($referenceRelatedByUpdatedBy)
 

Protected Attributes

 $startCopy = false
 
 $id
 
 $username
 
 $password
 
 $digest_ha1
 
 $first_name
 
 $last_name
 
 $email
 
 $language_id
 
 $timezone
 
 $is_admin
 
 $is_backend_login_enabled
 
 $is_admin_login_enabled
 
 $is_inactive
 
 $password_recover_hint
 
 $backend_settings
 
 $created_at
 
 $updated_at
 
 $created_by
 
 $updated_by
 
 $aLanguageRelatedByLanguageId
 
 $collUserGroupsRelatedByUserId
 
 $collUserGroupsRelatedByUserIdPartial
 
 $collUserRolesRelatedByUserId
 
 $collUserRolesRelatedByUserIdPartial
 
 $collDocumentsRelatedByOwnerId
 
 $collDocumentsRelatedByOwnerIdPartial
 
 $collLinksRelatedByOwnerId
 
 $collLinksRelatedByOwnerIdPartial
 
 $collPagesRelatedByCreatedBy
 
 $collPagesRelatedByCreatedByPartial
 
 $collPagesRelatedByUpdatedBy
 
 $collPagesRelatedByUpdatedByPartial
 
 $collPagePropertysRelatedByCreatedBy
 
 $collPagePropertysRelatedByCreatedByPartial
 
 $collPagePropertysRelatedByUpdatedBy
 
 $collPagePropertysRelatedByUpdatedByPartial
 
 $collPageStringsRelatedByCreatedBy
 
 $collPageStringsRelatedByCreatedByPartial
 
 $collPageStringsRelatedByUpdatedBy
 
 $collPageStringsRelatedByUpdatedByPartial
 
 $collContentObjectsRelatedByCreatedBy
 
 $collContentObjectsRelatedByCreatedByPartial
 
 $collContentObjectsRelatedByUpdatedBy
 
 $collContentObjectsRelatedByUpdatedByPartial
 
 $collLanguageObjectsRelatedByCreatedBy
 
 $collLanguageObjectsRelatedByCreatedByPartial
 
 $collLanguageObjectsRelatedByUpdatedBy
 
 $collLanguageObjectsRelatedByUpdatedByPartial
 
 $collLanguageObjectHistorysRelatedByCreatedBy
 
 $collLanguageObjectHistorysRelatedByCreatedByPartial
 
 $collLanguageObjectHistorysRelatedByUpdatedBy
 
 $collLanguageObjectHistorysRelatedByUpdatedByPartial
 
 $collLanguagesRelatedByCreatedBy
 
 $collLanguagesRelatedByCreatedByPartial
 
 $collLanguagesRelatedByUpdatedBy
 
 $collLanguagesRelatedByUpdatedByPartial
 
 $collTranslationsRelatedByCreatedBy
 
 $collTranslationsRelatedByCreatedByPartial
 
 $collTranslationsRelatedByUpdatedBy
 
 $collTranslationsRelatedByUpdatedByPartial
 
 $collUserGroupsRelatedByCreatedBy
 
 $collUserGroupsRelatedByCreatedByPartial
 
 $collUserGroupsRelatedByUpdatedBy
 
 $collUserGroupsRelatedByUpdatedByPartial
 
 $collGroupsRelatedByCreatedBy
 
 $collGroupsRelatedByCreatedByPartial
 
 $collGroupsRelatedByUpdatedBy
 
 $collGroupsRelatedByUpdatedByPartial
 
 $collGroupRolesRelatedByCreatedBy
 
 $collGroupRolesRelatedByCreatedByPartial
 
 $collGroupRolesRelatedByUpdatedBy
 
 $collGroupRolesRelatedByUpdatedByPartial
 
 $collRolesRelatedByCreatedBy
 
 $collRolesRelatedByCreatedByPartial
 
 $collRolesRelatedByUpdatedBy
 
 $collRolesRelatedByUpdatedByPartial
 
 $collUserRolesRelatedByCreatedBy
 
 $collUserRolesRelatedByCreatedByPartial
 
 $collUserRolesRelatedByUpdatedBy
 
 $collUserRolesRelatedByUpdatedByPartial
 
 $collRightsRelatedByCreatedBy
 
 $collRightsRelatedByCreatedByPartial
 
 $collRightsRelatedByUpdatedBy
 
 $collRightsRelatedByUpdatedByPartial
 
 $collDocumentsRelatedByCreatedBy
 
 $collDocumentsRelatedByCreatedByPartial
 
 $collDocumentsRelatedByUpdatedBy
 
 $collDocumentsRelatedByUpdatedByPartial
 
 $collDocumentDatasRelatedByCreatedBy
 
 $collDocumentDatasRelatedByCreatedByPartial
 
 $collDocumentDatasRelatedByUpdatedBy
 
 $collDocumentDatasRelatedByUpdatedByPartial
 
 $collDocumentTypesRelatedByCreatedBy
 
 $collDocumentTypesRelatedByCreatedByPartial
 
 $collDocumentTypesRelatedByUpdatedBy
 
 $collDocumentTypesRelatedByUpdatedByPartial
 
 $collDocumentCategorysRelatedByCreatedBy
 
 $collDocumentCategorysRelatedByCreatedByPartial
 
 $collDocumentCategorysRelatedByUpdatedBy
 
 $collDocumentCategorysRelatedByUpdatedByPartial
 
 $collTagsRelatedByCreatedBy
 
 $collTagsRelatedByCreatedByPartial
 
 $collTagsRelatedByUpdatedBy
 
 $collTagsRelatedByUpdatedByPartial
 
 $collTagInstancesRelatedByCreatedBy
 
 $collTagInstancesRelatedByCreatedByPartial
 
 $collTagInstancesRelatedByUpdatedBy
 
 $collTagInstancesRelatedByUpdatedByPartial
 
 $collLinksRelatedByCreatedBy
 
 $collLinksRelatedByCreatedByPartial
 
 $collLinksRelatedByUpdatedBy
 
 $collLinksRelatedByUpdatedByPartial
 
 $collLinkCategorysRelatedByCreatedBy
 
 $collLinkCategorysRelatedByCreatedByPartial
 
 $collLinkCategorysRelatedByUpdatedBy
 
 $collLinkCategorysRelatedByUpdatedByPartial
 
 $collReferencesRelatedByCreatedBy
 
 $collReferencesRelatedByCreatedByPartial
 
 $collReferencesRelatedByUpdatedBy
 
 $collReferencesRelatedByUpdatedByPartial
 
 $alreadyInSave = false
 
 $alreadyInValidation = false
 
 $alreadyInClearAllReferencesDeep = false
 
 $userGroupsRelatedByUserIdScheduledForDeletion = null
 
 $userRolesRelatedByUserIdScheduledForDeletion = null
 
 $documentsRelatedByOwnerIdScheduledForDeletion = null
 
 $linksRelatedByOwnerIdScheduledForDeletion = null
 
 $pagesRelatedByCreatedByScheduledForDeletion = null
 
 $pagesRelatedByUpdatedByScheduledForDeletion = null
 
 $pagePropertysRelatedByCreatedByScheduledForDeletion = null
 
 $pagePropertysRelatedByUpdatedByScheduledForDeletion = null
 
 $pageStringsRelatedByCreatedByScheduledForDeletion = null
 
 $pageStringsRelatedByUpdatedByScheduledForDeletion = null
 
 $contentObjectsRelatedByCreatedByScheduledForDeletion = null
 
 $contentObjectsRelatedByUpdatedByScheduledForDeletion = null
 
 $languageObjectsRelatedByCreatedByScheduledForDeletion = null
 
 $languageObjectsRelatedByUpdatedByScheduledForDeletion = null
 
 $languageObjectHistorysRelatedByCreatedByScheduledForDeletion = null
 
 $languageObjectHistorysRelatedByUpdatedByScheduledForDeletion = null
 
 $languagesRelatedByCreatedByScheduledForDeletion = null
 
 $languagesRelatedByUpdatedByScheduledForDeletion = null
 
 $translationsRelatedByCreatedByScheduledForDeletion = null
 
 $translationsRelatedByUpdatedByScheduledForDeletion = null
 
 $userGroupsRelatedByCreatedByScheduledForDeletion = null
 
 $userGroupsRelatedByUpdatedByScheduledForDeletion = null
 
 $groupsRelatedByCreatedByScheduledForDeletion = null
 
 $groupsRelatedByUpdatedByScheduledForDeletion = null
 
 $groupRolesRelatedByCreatedByScheduledForDeletion = null
 
 $groupRolesRelatedByUpdatedByScheduledForDeletion = null
 
 $rolesRelatedByCreatedByScheduledForDeletion = null
 
 $rolesRelatedByUpdatedByScheduledForDeletion = null
 
 $userRolesRelatedByCreatedByScheduledForDeletion = null
 
 $userRolesRelatedByUpdatedByScheduledForDeletion = null
 
 $rightsRelatedByCreatedByScheduledForDeletion = null
 
 $rightsRelatedByUpdatedByScheduledForDeletion = null
 
 $documentsRelatedByCreatedByScheduledForDeletion = null
 
 $documentsRelatedByUpdatedByScheduledForDeletion = null
 
 $documentDatasRelatedByCreatedByScheduledForDeletion = null
 
 $documentDatasRelatedByUpdatedByScheduledForDeletion = null
 
 $documentTypesRelatedByCreatedByScheduledForDeletion = null
 
 $documentTypesRelatedByUpdatedByScheduledForDeletion = null
 
 $documentCategorysRelatedByCreatedByScheduledForDeletion = null
 
 $documentCategorysRelatedByUpdatedByScheduledForDeletion = null
 
 $tagsRelatedByCreatedByScheduledForDeletion = null
 
 $tagsRelatedByUpdatedByScheduledForDeletion = null
 
 $tagInstancesRelatedByCreatedByScheduledForDeletion = null
 
 $tagInstancesRelatedByUpdatedByScheduledForDeletion = null
 
 $linksRelatedByCreatedByScheduledForDeletion = null
 
 $linksRelatedByUpdatedByScheduledForDeletion = null
 
 $linkCategorysRelatedByCreatedByScheduledForDeletion = null
 
 $linkCategorysRelatedByUpdatedByScheduledForDeletion = null
 
 $referencesRelatedByCreatedByScheduledForDeletion = null
 
 $referencesRelatedByUpdatedByScheduledForDeletion = null
 
 $validationFailures = array()
 

Static Protected Attributes

static $peer
 

Constructor & Destructor Documentation

BaseUser::__construct ( )

Initializes internal state of BaseUser object.

See also
applyDefaults()

Member Function Documentation

BaseUser::__toString ( )

return the string representation of this object

Returns
string
BaseUser::addContentObjectRelatedByCreatedBy ( ContentObject  $l)

Method called to associate a ContentObject object to this object through the ContentObject foreign key attribute.

Parameters
ContentObject$lContentObject
Returns
User The current object (for fluent API support)
BaseUser::addContentObjectRelatedByUpdatedBy ( ContentObject  $l)

Method called to associate a ContentObject object to this object through the ContentObject foreign key attribute.

Parameters
ContentObject$lContentObject
Returns
User The current object (for fluent API support)
BaseUser::addDocumentCategoryRelatedByCreatedBy ( DocumentCategory  $l)

Method called to associate a DocumentCategory object to this object through the DocumentCategory foreign key attribute.

Parameters
DocumentCategory$lDocumentCategory
Returns
User The current object (for fluent API support)
BaseUser::addDocumentCategoryRelatedByUpdatedBy ( DocumentCategory  $l)

Method called to associate a DocumentCategory object to this object through the DocumentCategory foreign key attribute.

Parameters
DocumentCategory$lDocumentCategory
Returns
User The current object (for fluent API support)
BaseUser::addDocumentDataRelatedByCreatedBy ( DocumentData  $l)

Method called to associate a DocumentData object to this object through the DocumentData foreign key attribute.

Parameters
DocumentData$lDocumentData
Returns
User The current object (for fluent API support)
BaseUser::addDocumentDataRelatedByUpdatedBy ( DocumentData  $l)

Method called to associate a DocumentData object to this object through the DocumentData foreign key attribute.

Parameters
DocumentData$lDocumentData
Returns
User The current object (for fluent API support)
BaseUser::addDocumentRelatedByCreatedBy ( Document  $l)

Method called to associate a Document object to this object through the Document foreign key attribute.

Parameters
Document$lDocument
Returns
User The current object (for fluent API support)
BaseUser::addDocumentRelatedByOwnerId ( Document  $l)

Method called to associate a Document object to this object through the Document foreign key attribute.

Parameters
Document$lDocument
Returns
User The current object (for fluent API support)
BaseUser::addDocumentRelatedByUpdatedBy ( Document  $l)

Method called to associate a Document object to this object through the Document foreign key attribute.

Parameters
Document$lDocument
Returns
User The current object (for fluent API support)
BaseUser::addDocumentTypeRelatedByCreatedBy ( DocumentType  $l)

Method called to associate a DocumentType object to this object through the DocumentType foreign key attribute.

Parameters
DocumentType$lDocumentType
Returns
User The current object (for fluent API support)
BaseUser::addDocumentTypeRelatedByUpdatedBy ( DocumentType  $l)

Method called to associate a DocumentType object to this object through the DocumentType foreign key attribute.

Parameters
DocumentType$lDocumentType
Returns
User The current object (for fluent API support)
BaseUser::addGroupRelatedByCreatedBy ( Group  $l)

Method called to associate a Group object to this object through the Group foreign key attribute.

Parameters
Group$lGroup
Returns
User The current object (for fluent API support)
BaseUser::addGroupRelatedByUpdatedBy ( Group  $l)

Method called to associate a Group object to this object through the Group foreign key attribute.

Parameters
Group$lGroup
Returns
User The current object (for fluent API support)
BaseUser::addGroupRoleRelatedByCreatedBy ( GroupRole  $l)

Method called to associate a GroupRole object to this object through the GroupRole foreign key attribute.

Parameters
GroupRole$lGroupRole
Returns
User The current object (for fluent API support)
BaseUser::addGroupRoleRelatedByUpdatedBy ( GroupRole  $l)

Method called to associate a GroupRole object to this object through the GroupRole foreign key attribute.

Parameters
GroupRole$lGroupRole
Returns
User The current object (for fluent API support)
BaseUser::addLanguageObjectHistoryRelatedByCreatedBy ( LanguageObjectHistory  $l)

Method called to associate a LanguageObjectHistory object to this object through the LanguageObjectHistory foreign key attribute.

Parameters
LanguageObjectHistory$lLanguageObjectHistory
Returns
User The current object (for fluent API support)
BaseUser::addLanguageObjectHistoryRelatedByUpdatedBy ( LanguageObjectHistory  $l)

Method called to associate a LanguageObjectHistory object to this object through the LanguageObjectHistory foreign key attribute.

Parameters
LanguageObjectHistory$lLanguageObjectHistory
Returns
User The current object (for fluent API support)
BaseUser::addLanguageObjectRelatedByCreatedBy ( LanguageObject  $l)

Method called to associate a LanguageObject object to this object through the LanguageObject foreign key attribute.

Parameters
LanguageObject$lLanguageObject
Returns
User The current object (for fluent API support)
BaseUser::addLanguageObjectRelatedByUpdatedBy ( LanguageObject  $l)

Method called to associate a LanguageObject object to this object through the LanguageObject foreign key attribute.

Parameters
LanguageObject$lLanguageObject
Returns
User The current object (for fluent API support)
BaseUser::addLanguageRelatedByCreatedBy ( Language  $l)

Method called to associate a Language object to this object through the Language foreign key attribute.

Parameters
Language$lLanguage
Returns
User The current object (for fluent API support)
BaseUser::addLanguageRelatedByUpdatedBy ( Language  $l)

Method called to associate a Language object to this object through the Language foreign key attribute.

Parameters
Language$lLanguage
Returns
User The current object (for fluent API support)
BaseUser::addLinkCategoryRelatedByCreatedBy ( LinkCategory  $l)

Method called to associate a LinkCategory object to this object through the LinkCategory foreign key attribute.

Parameters
LinkCategory$lLinkCategory
Returns
User The current object (for fluent API support)
BaseUser::addLinkCategoryRelatedByUpdatedBy ( LinkCategory  $l)

Method called to associate a LinkCategory object to this object through the LinkCategory foreign key attribute.

Parameters
LinkCategory$lLinkCategory
Returns
User The current object (for fluent API support)
BaseUser::addLinkRelatedByCreatedBy ( Link  $l)

Method called to associate a Link object to this object through the Link foreign key attribute.

Parameters
Link$lLink
Returns
User The current object (for fluent API support)
BaseUser::addLinkRelatedByOwnerId ( Link  $l)

Method called to associate a Link object to this object through the Link foreign key attribute.

Parameters
Link$lLink
Returns
User The current object (for fluent API support)
BaseUser::addLinkRelatedByUpdatedBy ( Link  $l)

Method called to associate a Link object to this object through the Link foreign key attribute.

Parameters
Link$lLink
Returns
User The current object (for fluent API support)
BaseUser::addPagePropertyRelatedByCreatedBy ( PageProperty  $l)

Method called to associate a PageProperty object to this object through the PageProperty foreign key attribute.

Parameters
PageProperty$lPageProperty
Returns
User The current object (for fluent API support)
BaseUser::addPagePropertyRelatedByUpdatedBy ( PageProperty  $l)

Method called to associate a PageProperty object to this object through the PageProperty foreign key attribute.

Parameters
PageProperty$lPageProperty
Returns
User The current object (for fluent API support)
BaseUser::addPageRelatedByCreatedBy ( Page  $l)

Method called to associate a Page object to this object through the Page foreign key attribute.

Parameters
Page$lPage
Returns
User The current object (for fluent API support)
BaseUser::addPageRelatedByUpdatedBy ( Page  $l)

Method called to associate a Page object to this object through the Page foreign key attribute.

Parameters
Page$lPage
Returns
User The current object (for fluent API support)
BaseUser::addPageStringRelatedByCreatedBy ( PageString  $l)

Method called to associate a PageString object to this object through the PageString foreign key attribute.

Parameters
PageString$lPageString
Returns
User The current object (for fluent API support)
BaseUser::addPageStringRelatedByUpdatedBy ( PageString  $l)

Method called to associate a PageString object to this object through the PageString foreign key attribute.

Parameters
PageString$lPageString
Returns
User The current object (for fluent API support)
BaseUser::addReferenceRelatedByCreatedBy ( Reference  $l)

Method called to associate a Reference object to this object through the Reference foreign key attribute.

Parameters
Reference$lReference
Returns
User The current object (for fluent API support)
BaseUser::addReferenceRelatedByUpdatedBy ( Reference  $l)

Method called to associate a Reference object to this object through the Reference foreign key attribute.

Parameters
Reference$lReference
Returns
User The current object (for fluent API support)
BaseUser::addRightRelatedByCreatedBy ( Right  $l)

Method called to associate a Right object to this object through the Right foreign key attribute.

Parameters
Right$lRight
Returns
User The current object (for fluent API support)
BaseUser::addRightRelatedByUpdatedBy ( Right  $l)

Method called to associate a Right object to this object through the Right foreign key attribute.

Parameters
Right$lRight
Returns
User The current object (for fluent API support)
BaseUser::addRoleRelatedByCreatedBy ( Role  $l)

Method called to associate a Role object to this object through the Role foreign key attribute.

Parameters
Role$lRole
Returns
User The current object (for fluent API support)
BaseUser::addRoleRelatedByUpdatedBy ( Role  $l)

Method called to associate a Role object to this object through the Role foreign key attribute.

Parameters
Role$lRole
Returns
User The current object (for fluent API support)
BaseUser::addTag (   $mTag)

Add a tag to the current User

BaseUser::addTagInstanceRelatedByCreatedBy ( TagInstance  $l)

Method called to associate a TagInstance object to this object through the TagInstance foreign key attribute.

Parameters
TagInstance$lTagInstance
Returns
User The current object (for fluent API support)
BaseUser::addTagInstanceRelatedByUpdatedBy ( TagInstance  $l)

Method called to associate a TagInstance object to this object through the TagInstance foreign key attribute.

Parameters
TagInstance$lTagInstance
Returns
User The current object (for fluent API support)
BaseUser::addTagRelatedByCreatedBy ( Tag  $l)

Method called to associate a Tag object to this object through the Tag foreign key attribute.

Parameters
Tag$lTag
Returns
User The current object (for fluent API support)
BaseUser::addTagRelatedByUpdatedBy ( Tag  $l)

Method called to associate a Tag object to this object through the Tag foreign key attribute.

Parameters
Tag$lTag
Returns
User The current object (for fluent API support)
static BaseUser::addTagTo (   $sUserId,
  $mTag 
)
static

Add a tag to the User given by the id

BaseUser::addTranslationRelatedByCreatedBy ( Translation  $l)

Method called to associate a Translation object to this object through the Translation foreign key attribute.

Parameters
Translation$lTranslation
Returns
User The current object (for fluent API support)
BaseUser::addTranslationRelatedByUpdatedBy ( Translation  $l)

Method called to associate a Translation object to this object through the Translation foreign key attribute.

Parameters
Translation$lTranslation
Returns
User The current object (for fluent API support)
BaseUser::addUserGroupRelatedByCreatedBy ( UserGroup  $l)

Method called to associate a UserGroup object to this object through the UserGroup foreign key attribute.

Parameters
UserGroup$lUserGroup
Returns
User The current object (for fluent API support)
BaseUser::addUserGroupRelatedByUpdatedBy ( UserGroup  $l)

Method called to associate a UserGroup object to this object through the UserGroup foreign key attribute.

Parameters
UserGroup$lUserGroup
Returns
User The current object (for fluent API support)
BaseUser::addUserGroupRelatedByUserId ( UserGroup  $l)

Method called to associate a UserGroup object to this object through the UserGroup foreign key attribute.

Parameters
UserGroup$lUserGroup
Returns
User The current object (for fluent API support)
BaseUser::addUserRoleRelatedByCreatedBy ( UserRole  $l)

Method called to associate a UserRole object to this object through the UserRole foreign key attribute.

Parameters
UserRole$lUserRole
Returns
User The current object (for fluent API support)
BaseUser::addUserRoleRelatedByUpdatedBy ( UserRole  $l)

Method called to associate a UserRole object to this object through the UserRole foreign key attribute.

Parameters
UserRole$lUserRole
Returns
User The current object (for fluent API support)
BaseUser::addUserRoleRelatedByUserId ( UserRole  $l)

Method called to associate a UserRole object to this object through the UserRole foreign key attribute.

Parameters
UserRole$lUserRole
Returns
User The current object (for fluent API support)
BaseUser::applyDefaultValues ( )

Applies default values to this object. This method should be called from the object's constructor (or equivalent initialization method).

See also
__construct()
BaseUser::buildCriteria ( )

Build a Criteria object containing the values of all modified columns in this object.

Returns
Criteria The Criteria object containing all modified values.
BaseUser::buildPkeyCriteria ( )

Builds a Criteria object containing the primary key for this object.

Unlike buildCriteria() this method includes the primary key values regardless of whether or not they have been modified.

Returns
Criteria The Criteria object containing value(s) for primary key(s).
BaseUser::clear ( )

Clears the current object and sets all attributes to their default values

BaseUser::clearAllReferences (   $deep = false)

Resets all references to other model objects or collections of model objects.

This method is a user-space workaround for PHP's inability to garbage collect objects with circular references (even in PHP 5.3). This is currently necessary when using Propel in certain daemon or large-volume/high-memory operations.

Parameters
boolean$deepWhether to also clear the references on all referrer objects.
BaseUser::clearContentObjectsRelatedByCreatedBy ( )

Clears out the collContentObjectsRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addContentObjectsRelatedByCreatedBy()
BaseUser::clearContentObjectsRelatedByUpdatedBy ( )

Clears out the collContentObjectsRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addContentObjectsRelatedByUpdatedBy()
BaseUser::clearDocumentCategorysRelatedByCreatedBy ( )

Clears out the collDocumentCategorysRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addDocumentCategorysRelatedByCreatedBy()
BaseUser::clearDocumentCategorysRelatedByUpdatedBy ( )

Clears out the collDocumentCategorysRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addDocumentCategorysRelatedByUpdatedBy()
BaseUser::clearDocumentDatasRelatedByCreatedBy ( )

Clears out the collDocumentDatasRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addDocumentDatasRelatedByCreatedBy()
BaseUser::clearDocumentDatasRelatedByUpdatedBy ( )

Clears out the collDocumentDatasRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addDocumentDatasRelatedByUpdatedBy()
BaseUser::clearDocumentsRelatedByCreatedBy ( )

Clears out the collDocumentsRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addDocumentsRelatedByCreatedBy()
BaseUser::clearDocumentsRelatedByOwnerId ( )

Clears out the collDocumentsRelatedByOwnerId collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addDocumentsRelatedByOwnerId()
BaseUser::clearDocumentsRelatedByUpdatedBy ( )

Clears out the collDocumentsRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addDocumentsRelatedByUpdatedBy()
BaseUser::clearDocumentTypesRelatedByCreatedBy ( )

Clears out the collDocumentTypesRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addDocumentTypesRelatedByCreatedBy()
BaseUser::clearDocumentTypesRelatedByUpdatedBy ( )

Clears out the collDocumentTypesRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addDocumentTypesRelatedByUpdatedBy()
BaseUser::clearGroupRolesRelatedByCreatedBy ( )

Clears out the collGroupRolesRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addGroupRolesRelatedByCreatedBy()
BaseUser::clearGroupRolesRelatedByUpdatedBy ( )

Clears out the collGroupRolesRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addGroupRolesRelatedByUpdatedBy()
BaseUser::clearGroupsRelatedByCreatedBy ( )

Clears out the collGroupsRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addGroupsRelatedByCreatedBy()
BaseUser::clearGroupsRelatedByUpdatedBy ( )

Clears out the collGroupsRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addGroupsRelatedByUpdatedBy()
BaseUser::clearLanguageObjectHistorysRelatedByCreatedBy ( )

Clears out the collLanguageObjectHistorysRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLanguageObjectHistorysRelatedByCreatedBy()
BaseUser::clearLanguageObjectHistorysRelatedByUpdatedBy ( )

Clears out the collLanguageObjectHistorysRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLanguageObjectHistorysRelatedByUpdatedBy()
BaseUser::clearLanguageObjectsRelatedByCreatedBy ( )

Clears out the collLanguageObjectsRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLanguageObjectsRelatedByCreatedBy()
BaseUser::clearLanguageObjectsRelatedByUpdatedBy ( )

Clears out the collLanguageObjectsRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLanguageObjectsRelatedByUpdatedBy()
BaseUser::clearLanguagesRelatedByCreatedBy ( )

Clears out the collLanguagesRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLanguagesRelatedByCreatedBy()
BaseUser::clearLanguagesRelatedByUpdatedBy ( )

Clears out the collLanguagesRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLanguagesRelatedByUpdatedBy()
BaseUser::clearLinkCategorysRelatedByCreatedBy ( )

Clears out the collLinkCategorysRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLinkCategorysRelatedByCreatedBy()
BaseUser::clearLinkCategorysRelatedByUpdatedBy ( )

Clears out the collLinkCategorysRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLinkCategorysRelatedByUpdatedBy()
BaseUser::clearLinksRelatedByCreatedBy ( )

Clears out the collLinksRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLinksRelatedByCreatedBy()
BaseUser::clearLinksRelatedByOwnerId ( )

Clears out the collLinksRelatedByOwnerId collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLinksRelatedByOwnerId()
BaseUser::clearLinksRelatedByUpdatedBy ( )

Clears out the collLinksRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addLinksRelatedByUpdatedBy()
BaseUser::clearPagePropertysRelatedByCreatedBy ( )

Clears out the collPagePropertysRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addPagePropertysRelatedByCreatedBy()
BaseUser::clearPagePropertysRelatedByUpdatedBy ( )

Clears out the collPagePropertysRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addPagePropertysRelatedByUpdatedBy()
BaseUser::clearPagesRelatedByCreatedBy ( )

Clears out the collPagesRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addPagesRelatedByCreatedBy()
BaseUser::clearPagesRelatedByUpdatedBy ( )

Clears out the collPagesRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addPagesRelatedByUpdatedBy()
BaseUser::clearPageStringsRelatedByCreatedBy ( )

Clears out the collPageStringsRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addPageStringsRelatedByCreatedBy()
BaseUser::clearPageStringsRelatedByUpdatedBy ( )

Clears out the collPageStringsRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addPageStringsRelatedByUpdatedBy()
BaseUser::clearReferencesRelatedByCreatedBy ( )

Clears out the collReferencesRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addReferencesRelatedByCreatedBy()
BaseUser::clearReferencesRelatedByUpdatedBy ( )

Clears out the collReferencesRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addReferencesRelatedByUpdatedBy()
BaseUser::clearRightsRelatedByCreatedBy ( )

Clears out the collRightsRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addRightsRelatedByCreatedBy()
BaseUser::clearRightsRelatedByUpdatedBy ( )

Clears out the collRightsRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addRightsRelatedByUpdatedBy()
BaseUser::clearRolesRelatedByCreatedBy ( )

Clears out the collRolesRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addRolesRelatedByCreatedBy()
BaseUser::clearRolesRelatedByUpdatedBy ( )

Clears out the collRolesRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addRolesRelatedByUpdatedBy()
BaseUser::clearTagInstancesRelatedByCreatedBy ( )

Clears out the collTagInstancesRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addTagInstancesRelatedByCreatedBy()
BaseUser::clearTagInstancesRelatedByUpdatedBy ( )

Clears out the collTagInstancesRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addTagInstancesRelatedByUpdatedBy()
BaseUser::clearTagsRelatedByCreatedBy ( )

Clears out the collTagsRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addTagsRelatedByCreatedBy()
BaseUser::clearTagsRelatedByUpdatedBy ( )

Clears out the collTagsRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addTagsRelatedByUpdatedBy()
BaseUser::clearTranslationsRelatedByCreatedBy ( )

Clears out the collTranslationsRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addTranslationsRelatedByCreatedBy()
BaseUser::clearTranslationsRelatedByUpdatedBy ( )

Clears out the collTranslationsRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addTranslationsRelatedByUpdatedBy()
BaseUser::clearUserGroupsRelatedByCreatedBy ( )

Clears out the collUserGroupsRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addUserGroupsRelatedByCreatedBy()
BaseUser::clearUserGroupsRelatedByUpdatedBy ( )

Clears out the collUserGroupsRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addUserGroupsRelatedByUpdatedBy()
BaseUser::clearUserGroupsRelatedByUserId ( )

Clears out the collUserGroupsRelatedByUserId collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addUserGroupsRelatedByUserId()
BaseUser::clearUserRolesRelatedByCreatedBy ( )

Clears out the collUserRolesRelatedByCreatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addUserRolesRelatedByCreatedBy()
BaseUser::clearUserRolesRelatedByUpdatedBy ( )

Clears out the collUserRolesRelatedByUpdatedBy collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addUserRolesRelatedByUpdatedBy()
BaseUser::clearUserRolesRelatedByUserId ( )

Clears out the collUserRolesRelatedByUserId collection

This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.

Returns
User The current object (for fluent API support)
See also
addUserRolesRelatedByUserId()
BaseUser::copy (   $deepCopy = false)

Makes a copy of this object that will be inserted as a new row in table when saved. It creates a new object filling in the simple attributes, but skipping any primary keys that are defined for the table.

If desired, this method can also make copies of all associated (fkey referrers) objects.

Parameters
boolean$deepCopyWhether to also copy all rows that refer (by fkey) to the current row.
Returns
User Clone of current object.
Exceptions
PropelException
BaseUser::copyInto (   $copyObj,
  $deepCopy = false,
  $makeNew = true 
)

Sets contents of passed object to values from current object.

If desired, this method can also make copies of all associated (fkey referrers) objects.

Parameters
object$copyObjAn object of User (or compatible) type.
boolean$deepCopyWhether to also copy all rows that refer (by fkey) to the current row.
boolean$makeNewWhether to reset autoincrement PKs and make the object new.
Exceptions
PropelException
BaseUser::countContentObjectsRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related ContentObject objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related ContentObject objects.
Exceptions
PropelException
BaseUser::countContentObjectsRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related ContentObject objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related ContentObject objects.
Exceptions
PropelException
BaseUser::countDocumentCategorysRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related DocumentCategory objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related DocumentCategory objects.
Exceptions
PropelException
BaseUser::countDocumentCategorysRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related DocumentCategory objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related DocumentCategory objects.
Exceptions
PropelException
BaseUser::countDocumentDatasRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related DocumentData objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related DocumentData objects.
Exceptions
PropelException
BaseUser::countDocumentDatasRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related DocumentData objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related DocumentData objects.
Exceptions
PropelException
BaseUser::countDocumentsRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Document objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Document objects.
Exceptions
PropelException
BaseUser::countDocumentsRelatedByOwnerId ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Document objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Document objects.
Exceptions
PropelException
BaseUser::countDocumentsRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Document objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Document objects.
Exceptions
PropelException
BaseUser::countDocumentTypesRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related DocumentType objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related DocumentType objects.
Exceptions
PropelException
BaseUser::countDocumentTypesRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related DocumentType objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related DocumentType objects.
Exceptions
PropelException
BaseUser::countGroupRolesRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related GroupRole objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related GroupRole objects.
Exceptions
PropelException
BaseUser::countGroupRolesRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related GroupRole objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related GroupRole objects.
Exceptions
PropelException
BaseUser::countGroupsRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Group objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Group objects.
Exceptions
PropelException
BaseUser::countGroupsRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Group objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Group objects.
Exceptions
PropelException
BaseUser::countLanguageObjectHistorysRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related LanguageObjectHistory objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related LanguageObjectHistory objects.
Exceptions
PropelException
BaseUser::countLanguageObjectHistorysRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related LanguageObjectHistory objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related LanguageObjectHistory objects.
Exceptions
PropelException
BaseUser::countLanguageObjectsRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related LanguageObject objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related LanguageObject objects.
Exceptions
PropelException
BaseUser::countLanguageObjectsRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related LanguageObject objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related LanguageObject objects.
Exceptions
PropelException
BaseUser::countLanguagesRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Language objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Language objects.
Exceptions
PropelException
BaseUser::countLanguagesRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Language objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Language objects.
Exceptions
PropelException
BaseUser::countLinkCategorysRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related LinkCategory objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related LinkCategory objects.
Exceptions
PropelException
BaseUser::countLinkCategorysRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related LinkCategory objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related LinkCategory objects.
Exceptions
PropelException
BaseUser::countLinksRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Link objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Link objects.
Exceptions
PropelException
BaseUser::countLinksRelatedByOwnerId ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Link objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Link objects.
Exceptions
PropelException
BaseUser::countLinksRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Link objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Link objects.
Exceptions
PropelException
BaseUser::countPagePropertysRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related PageProperty objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related PageProperty objects.
Exceptions
PropelException
BaseUser::countPagePropertysRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related PageProperty objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related PageProperty objects.
Exceptions
PropelException
BaseUser::countPagesRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Page objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Page objects.
Exceptions
PropelException
BaseUser::countPagesRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Page objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Page objects.
Exceptions
PropelException
BaseUser::countPageStringsRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related PageString objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related PageString objects.
Exceptions
PropelException
BaseUser::countPageStringsRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related PageString objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related PageString objects.
Exceptions
PropelException
BaseUser::countReferencesRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Reference objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Reference objects.
Exceptions
PropelException
BaseUser::countReferencesRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Reference objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Reference objects.
Exceptions
PropelException
BaseUser::countRightsRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Right objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Right objects.
Exceptions
PropelException
BaseUser::countRightsRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Right objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Right objects.
Exceptions
PropelException
BaseUser::countRolesRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Role objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Role objects.
Exceptions
PropelException
BaseUser::countRolesRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Role objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Role objects.
Exceptions
PropelException
BaseUser::countTagInstancesRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related TagInstance objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related TagInstance objects.
Exceptions
PropelException
BaseUser::countTagInstancesRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related TagInstance objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related TagInstance objects.
Exceptions
PropelException
BaseUser::countTagsRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Tag objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Tag objects.
Exceptions
PropelException
BaseUser::countTagsRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Tag objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Tag objects.
Exceptions
PropelException
BaseUser::countTranslationsRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Translation objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Translation objects.
Exceptions
PropelException
BaseUser::countTranslationsRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related Translation objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related Translation objects.
Exceptions
PropelException
BaseUser::countUserGroupsRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related UserGroup objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related UserGroup objects.
Exceptions
PropelException
BaseUser::countUserGroupsRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related UserGroup objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related UserGroup objects.
Exceptions
PropelException
BaseUser::countUserGroupsRelatedByUserId ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related UserGroup objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related UserGroup objects.
Exceptions
PropelException
BaseUser::countUserRolesRelatedByCreatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related UserRole objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related UserRole objects.
Exceptions
PropelException
BaseUser::countUserRolesRelatedByUpdatedBy ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related UserRole objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related UserRole objects.
Exceptions
PropelException
BaseUser::countUserRolesRelatedByUserId ( Criteria  $criteria = null,
  $distinct = false,
PropelPDO  $con = null 
)

Returns the number of related UserRole objects.

Parameters
Criteria$criteria
boolean$distinct
PropelPDO$con
Returns
int Count of related UserRole objects.
Exceptions
PropelException
BaseUser::delete ( PropelPDO  $con = null)

Removes this object from datastore and sets delete attribute.

Parameters
PropelPDO$con
Returns
void
Exceptions
PropelException
Exception
See also
BaseObject::setDeleted()
BaseObject::isDeleted()
BaseUser::doAddContentObjectRelatedByCreatedBy (   $contentObjectRelatedByCreatedBy)
protected
Parameters
ContentObjectRelatedByCreatedBy$contentObjectRelatedByCreatedByThe contentObjectRelatedByCreatedBy object to add.
BaseUser::doAddContentObjectRelatedByUpdatedBy (   $contentObjectRelatedByUpdatedBy)
protected
Parameters
ContentObjectRelatedByUpdatedBy$contentObjectRelatedByUpdatedByThe contentObjectRelatedByUpdatedBy object to add.
BaseUser::doAddDocumentCategoryRelatedByCreatedBy (   $documentCategoryRelatedByCreatedBy)
protected
Parameters
DocumentCategoryRelatedByCreatedBy$documentCategoryRelatedByCreatedByThe documentCategoryRelatedByCreatedBy object to add.
BaseUser::doAddDocumentCategoryRelatedByUpdatedBy (   $documentCategoryRelatedByUpdatedBy)
protected
Parameters
DocumentCategoryRelatedByUpdatedBy$documentCategoryRelatedByUpdatedByThe documentCategoryRelatedByUpdatedBy object to add.
BaseUser::doAddDocumentDataRelatedByCreatedBy (   $documentDataRelatedByCreatedBy)
protected
Parameters
DocumentDataRelatedByCreatedBy$documentDataRelatedByCreatedByThe documentDataRelatedByCreatedBy object to add.
BaseUser::doAddDocumentDataRelatedByUpdatedBy (   $documentDataRelatedByUpdatedBy)
protected
Parameters
DocumentDataRelatedByUpdatedBy$documentDataRelatedByUpdatedByThe documentDataRelatedByUpdatedBy object to add.
BaseUser::doAddDocumentRelatedByCreatedBy (   $documentRelatedByCreatedBy)
protected
Parameters
DocumentRelatedByCreatedBy$documentRelatedByCreatedByThe documentRelatedByCreatedBy object to add.
BaseUser::doAddDocumentRelatedByOwnerId (   $documentRelatedByOwnerId)
protected
Parameters
DocumentRelatedByOwnerId$documentRelatedByOwnerIdThe documentRelatedByOwnerId object to add.
BaseUser::doAddDocumentRelatedByUpdatedBy (   $documentRelatedByUpdatedBy)
protected
Parameters
DocumentRelatedByUpdatedBy$documentRelatedByUpdatedByThe documentRelatedByUpdatedBy object to add.
BaseUser::doAddDocumentTypeRelatedByCreatedBy (   $documentTypeRelatedByCreatedBy)
protected
Parameters
DocumentTypeRelatedByCreatedBy$documentTypeRelatedByCreatedByThe documentTypeRelatedByCreatedBy object to add.
BaseUser::doAddDocumentTypeRelatedByUpdatedBy (   $documentTypeRelatedByUpdatedBy)
protected
Parameters
DocumentTypeRelatedByUpdatedBy$documentTypeRelatedByUpdatedByThe documentTypeRelatedByUpdatedBy object to add.
BaseUser::doAddGroupRelatedByCreatedBy (   $groupRelatedByCreatedBy)
protected
Parameters
GroupRelatedByCreatedBy$groupRelatedByCreatedByThe groupRelatedByCreatedBy object to add.
BaseUser::doAddGroupRelatedByUpdatedBy (   $groupRelatedByUpdatedBy)
protected
Parameters
GroupRelatedByUpdatedBy$groupRelatedByUpdatedByThe groupRelatedByUpdatedBy object to add.
BaseUser::doAddGroupRoleRelatedByCreatedBy (   $groupRoleRelatedByCreatedBy)
protected
Parameters
GroupRoleRelatedByCreatedBy$groupRoleRelatedByCreatedByThe groupRoleRelatedByCreatedBy object to add.
BaseUser::doAddGroupRoleRelatedByUpdatedBy (   $groupRoleRelatedByUpdatedBy)
protected
Parameters
GroupRoleRelatedByUpdatedBy$groupRoleRelatedByUpdatedByThe groupRoleRelatedByUpdatedBy object to add.
BaseUser::doAddLanguageObjectHistoryRelatedByCreatedBy (   $languageObjectHistoryRelatedByCreatedBy)
protected
Parameters
LanguageObjectHistoryRelatedByCreatedBy$languageObjectHistoryRelatedByCreatedByThe languageObjectHistoryRelatedByCreatedBy object to add.
BaseUser::doAddLanguageObjectHistoryRelatedByUpdatedBy (   $languageObjectHistoryRelatedByUpdatedBy)
protected
Parameters
LanguageObjectHistoryRelatedByUpdatedBy$languageObjectHistoryRelatedByUpdatedByThe languageObjectHistoryRelatedByUpdatedBy object to add.
BaseUser::doAddLanguageObjectRelatedByCreatedBy (   $languageObjectRelatedByCreatedBy)
protected
Parameters
LanguageObjectRelatedByCreatedBy$languageObjectRelatedByCreatedByThe languageObjectRelatedByCreatedBy object to add.
BaseUser::doAddLanguageObjectRelatedByUpdatedBy (   $languageObjectRelatedByUpdatedBy)
protected
Parameters
LanguageObjectRelatedByUpdatedBy$languageObjectRelatedByUpdatedByThe languageObjectRelatedByUpdatedBy object to add.
BaseUser::doAddLanguageRelatedByCreatedBy (   $languageRelatedByCreatedBy)
protected
Parameters
LanguageRelatedByCreatedBy$languageRelatedByCreatedByThe languageRelatedByCreatedBy object to add.
BaseUser::doAddLanguageRelatedByUpdatedBy (   $languageRelatedByUpdatedBy)
protected
Parameters
LanguageRelatedByUpdatedBy$languageRelatedByUpdatedByThe languageRelatedByUpdatedBy object to add.
BaseUser::doAddLinkCategoryRelatedByCreatedBy (   $linkCategoryRelatedByCreatedBy)
protected
Parameters
LinkCategoryRelatedByCreatedBy$linkCategoryRelatedByCreatedByThe linkCategoryRelatedByCreatedBy object to add.
BaseUser::doAddLinkCategoryRelatedByUpdatedBy (   $linkCategoryRelatedByUpdatedBy)
protected
Parameters
LinkCategoryRelatedByUpdatedBy$linkCategoryRelatedByUpdatedByThe linkCategoryRelatedByUpdatedBy object to add.
BaseUser::doAddLinkRelatedByCreatedBy (   $linkRelatedByCreatedBy)
protected
Parameters
LinkRelatedByCreatedBy$linkRelatedByCreatedByThe linkRelatedByCreatedBy object to add.
BaseUser::doAddLinkRelatedByOwnerId (   $linkRelatedByOwnerId)
protected
Parameters
LinkRelatedByOwnerId$linkRelatedByOwnerIdThe linkRelatedByOwnerId object to add.
BaseUser::doAddLinkRelatedByUpdatedBy (   $linkRelatedByUpdatedBy)
protected
Parameters
LinkRelatedByUpdatedBy$linkRelatedByUpdatedByThe linkRelatedByUpdatedBy object to add.
BaseUser::doAddPagePropertyRelatedByCreatedBy (   $pagePropertyRelatedByCreatedBy)
protected
Parameters
PagePropertyRelatedByCreatedBy$pagePropertyRelatedByCreatedByThe pagePropertyRelatedByCreatedBy object to add.
BaseUser::doAddPagePropertyRelatedByUpdatedBy (   $pagePropertyRelatedByUpdatedBy)
protected
Parameters
PagePropertyRelatedByUpdatedBy$pagePropertyRelatedByUpdatedByThe pagePropertyRelatedByUpdatedBy object to add.
BaseUser::doAddPageRelatedByCreatedBy (   $pageRelatedByCreatedBy)
protected
Parameters
PageRelatedByCreatedBy$pageRelatedByCreatedByThe pageRelatedByCreatedBy object to add.
BaseUser::doAddPageRelatedByUpdatedBy (   $pageRelatedByUpdatedBy)
protected
Parameters
PageRelatedByUpdatedBy$pageRelatedByUpdatedByThe pageRelatedByUpdatedBy object to add.
BaseUser::doAddPageStringRelatedByCreatedBy (   $pageStringRelatedByCreatedBy)
protected
Parameters
PageStringRelatedByCreatedBy$pageStringRelatedByCreatedByThe pageStringRelatedByCreatedBy object to add.
BaseUser::doAddPageStringRelatedByUpdatedBy (   $pageStringRelatedByUpdatedBy)
protected
Parameters
PageStringRelatedByUpdatedBy$pageStringRelatedByUpdatedByThe pageStringRelatedByUpdatedBy object to add.
BaseUser::doAddReferenceRelatedByCreatedBy (   $referenceRelatedByCreatedBy)
protected
Parameters
ReferenceRelatedByCreatedBy$referenceRelatedByCreatedByThe referenceRelatedByCreatedBy object to add.
BaseUser::doAddReferenceRelatedByUpdatedBy (   $referenceRelatedByUpdatedBy)
protected
Parameters
ReferenceRelatedByUpdatedBy$referenceRelatedByUpdatedByThe referenceRelatedByUpdatedBy object to add.
BaseUser::doAddRightRelatedByCreatedBy (   $rightRelatedByCreatedBy)
protected
Parameters
RightRelatedByCreatedBy$rightRelatedByCreatedByThe rightRelatedByCreatedBy object to add.
BaseUser::doAddRightRelatedByUpdatedBy (   $rightRelatedByUpdatedBy)
protected
Parameters
RightRelatedByUpdatedBy$rightRelatedByUpdatedByThe rightRelatedByUpdatedBy object to add.
BaseUser::doAddRoleRelatedByCreatedBy (   $roleRelatedByCreatedBy)
protected
Parameters
RoleRelatedByCreatedBy$roleRelatedByCreatedByThe roleRelatedByCreatedBy object to add.
BaseUser::doAddRoleRelatedByUpdatedBy (   $roleRelatedByUpdatedBy)
protected
Parameters
RoleRelatedByUpdatedBy$roleRelatedByUpdatedByThe roleRelatedByUpdatedBy object to add.
BaseUser::doAddTagInstanceRelatedByCreatedBy (   $tagInstanceRelatedByCreatedBy)
protected
Parameters
TagInstanceRelatedByCreatedBy$tagInstanceRelatedByCreatedByThe tagInstanceRelatedByCreatedBy object to add.
BaseUser::doAddTagInstanceRelatedByUpdatedBy (   $tagInstanceRelatedByUpdatedBy)
protected
Parameters
TagInstanceRelatedByUpdatedBy$tagInstanceRelatedByUpdatedByThe tagInstanceRelatedByUpdatedBy object to add.
BaseUser::doAddTagRelatedByCreatedBy (   $tagRelatedByCreatedBy)
protected
Parameters
TagRelatedByCreatedBy$tagRelatedByCreatedByThe tagRelatedByCreatedBy object to add.
BaseUser::doAddTagRelatedByUpdatedBy (   $tagRelatedByUpdatedBy)
protected
Parameters
TagRelatedByUpdatedBy$tagRelatedByUpdatedByThe tagRelatedByUpdatedBy object to add.
BaseUser::doAddTranslationRelatedByCreatedBy (   $translationRelatedByCreatedBy)
protected
Parameters
TranslationRelatedByCreatedBy$translationRelatedByCreatedByThe translationRelatedByCreatedBy object to add.
BaseUser::doAddTranslationRelatedByUpdatedBy (   $translationRelatedByUpdatedBy)
protected
Parameters
TranslationRelatedByUpdatedBy$translationRelatedByUpdatedByThe translationRelatedByUpdatedBy object to add.
BaseUser::doAddUserGroupRelatedByCreatedBy (   $userGroupRelatedByCreatedBy)
protected
Parameters
UserGroupRelatedByCreatedBy$userGroupRelatedByCreatedByThe userGroupRelatedByCreatedBy object to add.
BaseUser::doAddUserGroupRelatedByUpdatedBy (   $userGroupRelatedByUpdatedBy)
protected
Parameters
UserGroupRelatedByUpdatedBy$userGroupRelatedByUpdatedByThe userGroupRelatedByUpdatedBy object to add.
BaseUser::doAddUserGroupRelatedByUserId (   $userGroupRelatedByUserId)
protected
Parameters
UserGroupRelatedByUserId$userGroupRelatedByUserIdThe userGroupRelatedByUserId object to add.
BaseUser::doAddUserRoleRelatedByCreatedBy (   $userRoleRelatedByCreatedBy)
protected
Parameters
UserRoleRelatedByCreatedBy$userRoleRelatedByCreatedByThe userRoleRelatedByCreatedBy object to add.
BaseUser::doAddUserRoleRelatedByUpdatedBy (   $userRoleRelatedByUpdatedBy)
protected
Parameters
UserRoleRelatedByUpdatedBy$userRoleRelatedByUpdatedByThe userRoleRelatedByUpdatedBy object to add.
BaseUser::doAddUserRoleRelatedByUserId (   $userRoleRelatedByUserId)
protected
Parameters
UserRoleRelatedByUserId$userRoleRelatedByUserIdThe userRoleRelatedByUserId object to add.
BaseUser::doInsert ( PropelPDO  $con)
protected

Insert the row in the database.

Parameters
PropelPDO$con
Exceptions
PropelException
See also
doSave()
BaseUser::doSave ( PropelPDO  $con)
protected

Performs the work of inserting or updating the row in the database.

If the object is new, it inserts it; otherwise an update is performed. All related objects are also updated in this method.

Parameters
PropelPDO$con
Returns
int The number of rows affected by this insert/update and any referring fk objects' save() operations.
Exceptions
PropelException
See also
save()
BaseUser::doUpdate ( PropelPDO  $con)
protected

Update the row in the database.

Parameters
PropelPDO$con
See also
doSave()
BaseUser::doValidate (   $columns = null)
protected

This function performs the validation work for complex object models.

In addition to checking the current object, all related objects will also be validated. If all pass then true is returned; otherwise an aggregated array of ValidationFailed objects will be returned.

Parameters
array$columnsArray of column names to validate.
Returns
mixed true if all validations pass; array of ValidationFailed objects otherwise.
BaseUser::ensureConsistency ( )

Checks and repairs the internal consistency of the object.

This method is executed after an already-instantiated object is re-hydrated from the database. It exists to check any foreign keys to make sure that the objects related to the current object are correct based on foreign key.

You can override this method in the stub class, but you should always invoke the base method from the overridden method (i.e. parent::ensureConsistency()), in case your model changes.

Exceptions
PropelException
BaseUser::fromArray (   $arr,
  $keyType = BasePeer::TYPE_PHPNAME 
)

Populates the object using an array.

This is particularly useful when populating an object from one of the request arrays (e.g. $_POST). This method goes through the column names, checking to see whether a matching key exists in populated array. If so the setByName() method is called for that column.

You can specify the key type of the array by additionally passing one of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME, BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. The default key type is the column's BasePeer::TYPE_PHPNAME

Parameters
array$arrAn array to populate the object from.
string$keyTypeThe type of keys the array uses.
Returns
void
BaseUser::getBackendSettings ( )

Get the [backend_settings] column value.

Returns
resource
BaseUser::getByName (   $name,
  $type = BasePeer::TYPE_PHPNAME 
)

Retrieves a field from the object by name passed in as a string.

Parameters
string$namename
string$typeThe type of fieldname the $name is of: one of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. Defaults to BasePeer::TYPE_PHPNAME
Returns
mixed Value of field.
BaseUser::getByPosition (   $pos)

Retrieves a field from the object by Position as specified in the xml schema. Zero-based.

Parameters
int$posposition in xml schema
Returns
mixed Value of field at $pos
BaseUser::getContentObjectsRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of ContentObject objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|ContentObject[] List of ContentObject objects
Exceptions
PropelException
BaseUser::getContentObjectsRelatedByCreatedByJoinPage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related ContentObjectsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|ContentObject[] List of ContentObject objects
BaseUser::getContentObjectsRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of ContentObject objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|ContentObject[] List of ContentObject objects
Exceptions
PropelException
BaseUser::getContentObjectsRelatedByUpdatedByJoinPage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related ContentObjectsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|ContentObject[] List of ContentObject objects
BaseUser::getCreatedAt (   $format = 'Y-m-d H:i:s')

Get the [optionally formatted] temporal [created_at] column value.

Parameters
string$formatThe date/time format string (either date()-style or strftime()-style). If format is null, then the raw DateTime object will be returned.
Returns
mixed Formatted date/time value as string or DateTime object (if format is null), null if column is null, and 0 if column value is 0000-00-00 00:00:00
Exceptions
PropelException- if unable to parse/validate the date/time value.
BaseUser::getCreatedAtFormatted (   $sLanguageId = null,
  $sFormatString = 'x' 
)
Returns
created_at formatted to the current locale
BaseUser::getCreatedAtTimestamp ( )
Returns
created_at as int (timestamp)
BaseUser::getCreatedBy ( )

Get the [created_by] column value.

Returns
int
BaseUser::getDigestHA1 ( )

Get the [digest_ha1] column value.

Returns
string
BaseUser::getDocumentCategorysRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of DocumentCategory objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|DocumentCategory[] List of DocumentCategory objects
Exceptions
PropelException
BaseUser::getDocumentCategorysRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of DocumentCategory objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|DocumentCategory[] List of DocumentCategory objects
Exceptions
PropelException
BaseUser::getDocumentDatasRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of DocumentData objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|DocumentData[] List of DocumentData objects
Exceptions
PropelException
BaseUser::getDocumentDatasRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of DocumentData objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|DocumentData[] List of DocumentData objects
Exceptions
PropelException
BaseUser::getDocumentsRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Document objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Document[] List of Document objects
Exceptions
PropelException
BaseUser::getDocumentsRelatedByCreatedByJoinDocumentCategory (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByCreatedByJoinDocumentData (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByCreatedByJoinDocumentType (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByCreatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByOwnerId (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Document objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Document[] List of Document objects
Exceptions
PropelException
BaseUser::getDocumentsRelatedByOwnerIdJoinDocumentCategory (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByOwnerId from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByOwnerIdJoinDocumentData (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByOwnerId from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByOwnerIdJoinDocumentType (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByOwnerId from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByOwnerIdJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByOwnerId from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Document objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Document[] List of Document objects
Exceptions
PropelException
BaseUser::getDocumentsRelatedByUpdatedByJoinDocumentCategory (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByUpdatedByJoinDocumentData (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByUpdatedByJoinDocumentType (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentsRelatedByUpdatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related DocumentsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Document[] List of Document objects
BaseUser::getDocumentTypesRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of DocumentType objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|DocumentType[] List of DocumentType objects
Exceptions
PropelException
BaseUser::getDocumentTypesRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of DocumentType objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|DocumentType[] List of DocumentType objects
Exceptions
PropelException
BaseUser::getEmail ( )

Get the [email] column value.

Returns
string
BaseUser::getFirstName ( )

Get the [first_name] column value.

Returns
string
BaseUser::getGroupRolesRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of GroupRole objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|GroupRole[] List of GroupRole objects
Exceptions
PropelException
BaseUser::getGroupRolesRelatedByCreatedByJoinGroup (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related GroupRolesRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|GroupRole[] List of GroupRole objects
BaseUser::getGroupRolesRelatedByCreatedByJoinRole (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related GroupRolesRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|GroupRole[] List of GroupRole objects
BaseUser::getGroupRolesRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of GroupRole objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|GroupRole[] List of GroupRole objects
Exceptions
PropelException
BaseUser::getGroupRolesRelatedByUpdatedByJoinGroup (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related GroupRolesRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|GroupRole[] List of GroupRole objects
BaseUser::getGroupRolesRelatedByUpdatedByJoinRole (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related GroupRolesRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|GroupRole[] List of GroupRole objects
BaseUser::getGroupsRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Group objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Group[] List of Group objects
Exceptions
PropelException
BaseUser::getGroupsRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Group objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Group[] List of Group objects
Exceptions
PropelException
BaseUser::getId ( )

Get the [id] column value.

Returns
int
BaseUser::getIsAdmin ( )

Get the [is_admin] column value.

Returns
boolean
BaseUser::getIsAdminLoginEnabled ( )

Get the [is_admin_login_enabled] column value.

Returns
boolean
BaseUser::getIsBackendLoginEnabled ( )

Get the [is_backend_login_enabled] column value.

Returns
boolean
BaseUser::getIsInactive ( )

Get the [is_inactive] column value.

Returns
boolean
BaseUser::getLanguageId ( )

Get the [language_id] column value.

Returns
string
BaseUser::getLanguageObjectHistorysRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of LanguageObjectHistory objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|LanguageObjectHistory[] List of LanguageObjectHistory objects
Exceptions
PropelException
BaseUser::getLanguageObjectHistorysRelatedByCreatedByJoinContentObject (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LanguageObjectHistorysRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|LanguageObjectHistory[] List of LanguageObjectHistory objects
BaseUser::getLanguageObjectHistorysRelatedByCreatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LanguageObjectHistorysRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|LanguageObjectHistory[] List of LanguageObjectHistory objects
BaseUser::getLanguageObjectHistorysRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of LanguageObjectHistory objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|LanguageObjectHistory[] List of LanguageObjectHistory objects
Exceptions
PropelException
BaseUser::getLanguageObjectHistorysRelatedByUpdatedByJoinContentObject (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LanguageObjectHistorysRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|LanguageObjectHistory[] List of LanguageObjectHistory objects
BaseUser::getLanguageObjectHistorysRelatedByUpdatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LanguageObjectHistorysRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|LanguageObjectHistory[] List of LanguageObjectHistory objects
BaseUser::getLanguageObjectsRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of LanguageObject objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|LanguageObject[] List of LanguageObject objects
Exceptions
PropelException
BaseUser::getLanguageObjectsRelatedByCreatedByJoinContentObject (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LanguageObjectsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|LanguageObject[] List of LanguageObject objects
BaseUser::getLanguageObjectsRelatedByCreatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LanguageObjectsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|LanguageObject[] List of LanguageObject objects
BaseUser::getLanguageObjectsRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of LanguageObject objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|LanguageObject[] List of LanguageObject objects
Exceptions
PropelException
BaseUser::getLanguageObjectsRelatedByUpdatedByJoinContentObject (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LanguageObjectsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|LanguageObject[] List of LanguageObject objects
BaseUser::getLanguageObjectsRelatedByUpdatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LanguageObjectsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|LanguageObject[] List of LanguageObject objects
BaseUser::getLanguageRelatedByLanguageId ( PropelPDO  $con = null,
  $doQuery = true 
)

Get the associated Language object

Parameters
PropelPDO$conOptional Connection object.
$doQueryExecutes a query to get the object if required
Returns
Language The associated Language object.
Exceptions
PropelException
BaseUser::getLanguagesRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Language objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Language[] List of Language objects
Exceptions
PropelException
BaseUser::getLanguagesRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Language objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Language[] List of Language objects
Exceptions
PropelException
BaseUser::getLastName ( )

Get the [last_name] column value.

Returns
string
BaseUser::getLinkCategorysRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of LinkCategory objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|LinkCategory[] List of LinkCategory objects
Exceptions
PropelException
BaseUser::getLinkCategorysRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of LinkCategory objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|LinkCategory[] List of LinkCategory objects
Exceptions
PropelException
BaseUser::getLinksRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Link objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Link[] List of Link objects
Exceptions
PropelException
BaseUser::getLinksRelatedByCreatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LinksRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Link[] List of Link objects
BaseUser::getLinksRelatedByCreatedByJoinLinkCategory (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LinksRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Link[] List of Link objects
BaseUser::getLinksRelatedByOwnerId (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Link objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Link[] List of Link objects
Exceptions
PropelException
BaseUser::getLinksRelatedByOwnerIdJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LinksRelatedByOwnerId from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Link[] List of Link objects
BaseUser::getLinksRelatedByOwnerIdJoinLinkCategory (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LinksRelatedByOwnerId from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Link[] List of Link objects
BaseUser::getLinksRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Link objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Link[] List of Link objects
Exceptions
PropelException
BaseUser::getLinksRelatedByUpdatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LinksRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Link[] List of Link objects
BaseUser::getLinksRelatedByUpdatedByJoinLinkCategory (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related LinksRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Link[] List of Link objects
BaseUser::getPagePropertysRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of PageProperty objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|PageProperty[] List of PageProperty objects
Exceptions
PropelException
BaseUser::getPagePropertysRelatedByCreatedByJoinPage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related PagePropertysRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|PageProperty[] List of PageProperty objects
BaseUser::getPagePropertysRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of PageProperty objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|PageProperty[] List of PageProperty objects
Exceptions
PropelException
BaseUser::getPagePropertysRelatedByUpdatedByJoinPage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related PagePropertysRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|PageProperty[] List of PageProperty objects
BaseUser::getPagesRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Page objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Page[] List of Page objects
Exceptions
PropelException
BaseUser::getPagesRelatedByCreatedByJoinPageRelatedByCanonicalId (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related PagesRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Page[] List of Page objects
BaseUser::getPagesRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Page objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Page[] List of Page objects
Exceptions
PropelException
BaseUser::getPagesRelatedByUpdatedByJoinPageRelatedByCanonicalId (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related PagesRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Page[] List of Page objects
BaseUser::getPageStringsRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of PageString objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|PageString[] List of PageString objects
Exceptions
PropelException
BaseUser::getPageStringsRelatedByCreatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related PageStringsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|PageString[] List of PageString objects
BaseUser::getPageStringsRelatedByCreatedByJoinPage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related PageStringsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|PageString[] List of PageString objects
BaseUser::getPageStringsRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of PageString objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|PageString[] List of PageString objects
Exceptions
PropelException
BaseUser::getPageStringsRelatedByUpdatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related PageStringsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|PageString[] List of PageString objects
BaseUser::getPageStringsRelatedByUpdatedByJoinPage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related PageStringsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|PageString[] List of PageString objects
BaseUser::getPassword ( )

Get the [password] column value.

Returns
string
BaseUser::getPasswordRecoverHint ( )

Get the [password_recover_hint] column value.

Returns
string
BaseUser::getPeer ( )

Returns a peer instance associated with this om.

Since Peer classes are not to have any instance attributes, this method returns the same instance for all member of this class. The method could therefore be static, but this would prevent one from overriding the behavior.

Returns
UserPeer
BaseUser::getPKArray ( )
Returns
the primary key as an array (even for non-composite keys)
BaseUser::getPKString ( )
Returns
the composite primary key as a string, separated by _
BaseUser::getPrimaryKey ( )

Returns the primary key for this object (row).

Returns
int
BaseUser::getReferencesRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Reference objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Reference[] List of Reference objects
Exceptions
PropelException
BaseUser::getReferencesRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Reference objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Reference[] List of Reference objects
Exceptions
PropelException
BaseUser::getRightsRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Right objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Right[] List of Right objects
Exceptions
PropelException
BaseUser::getRightsRelatedByCreatedByJoinPage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related RightsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Right[] List of Right objects
BaseUser::getRightsRelatedByCreatedByJoinRole (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related RightsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Right[] List of Right objects
BaseUser::getRightsRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Right objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Right[] List of Right objects
Exceptions
PropelException
BaseUser::getRightsRelatedByUpdatedByJoinPage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related RightsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Right[] List of Right objects
BaseUser::getRightsRelatedByUpdatedByJoinRole (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related RightsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Right[] List of Right objects
BaseUser::getRolesRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Role objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Role[] List of Role objects
Exceptions
PropelException
BaseUser::getRolesRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Role objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Role[] List of Role objects
Exceptions
PropelException
BaseUser::getTagInstancesRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of TagInstance objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|TagInstance[] List of TagInstance objects
Exceptions
PropelException
BaseUser::getTagInstancesRelatedByCreatedByJoinTag (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related TagInstancesRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|TagInstance[] List of TagInstance objects
BaseUser::getTagInstancesRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of TagInstance objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|TagInstance[] List of TagInstance objects
Exceptions
PropelException
BaseUser::getTagInstancesRelatedByUpdatedByJoinTag (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related TagInstancesRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|TagInstance[] List of TagInstance objects
BaseUser::getTags ( )
Returns
A list of TagInstances (not Tags) which reference this User
Deprecated:
Use ->tags('instances')
BaseUser::getTagsRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Tag objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Tag[] List of Tag objects
Exceptions
PropelException
BaseUser::getTagsRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Tag objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Tag[] List of Tag objects
Exceptions
PropelException
BaseUser::getTimezone ( )

Get the [timezone] column value.

Returns
string
BaseUser::getTranslationsRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Translation objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Translation[] List of Translation objects
Exceptions
PropelException
BaseUser::getTranslationsRelatedByCreatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related TranslationsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Translation[] List of Translation objects
BaseUser::getTranslationsRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of Translation objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|Translation[] List of Translation objects
Exceptions
PropelException
BaseUser::getTranslationsRelatedByUpdatedByJoinLanguage (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related TranslationsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|Translation[] List of Translation objects
BaseUser::getUpdatedAt (   $format = 'Y-m-d H:i:s')

Get the [optionally formatted] temporal [updated_at] column value.

Parameters
string$formatThe date/time format string (either date()-style or strftime()-style). If format is null, then the raw DateTime object will be returned.
Returns
mixed Formatted date/time value as string or DateTime object (if format is null), null if column is null, and 0 if column value is 0000-00-00 00:00:00
Exceptions
PropelException- if unable to parse/validate the date/time value.
BaseUser::getUpdatedAtFormatted (   $sLanguageId = null,
  $sFormatString = 'x' 
)
Returns
updated_at formatted to the current locale
BaseUser::getUpdatedAtTimestamp ( )
Returns
updated_at as int (timestamp)
BaseUser::getUpdatedBy ( )

Get the [updated_by] column value.

Returns
int
BaseUser::getUserGroupsRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of UserGroup objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|UserGroup[] List of UserGroup objects
Exceptions
PropelException
BaseUser::getUserGroupsRelatedByCreatedByJoinGroup (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related UserGroupsRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|UserGroup[] List of UserGroup objects
BaseUser::getUserGroupsRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of UserGroup objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|UserGroup[] List of UserGroup objects
Exceptions
PropelException
BaseUser::getUserGroupsRelatedByUpdatedByJoinGroup (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related UserGroupsRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|UserGroup[] List of UserGroup objects
BaseUser::getUserGroupsRelatedByUserId (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of UserGroup objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|UserGroup[] List of UserGroup objects
Exceptions
PropelException
BaseUser::getUserGroupsRelatedByUserIdJoinGroup (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related UserGroupsRelatedByUserId from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|UserGroup[] List of UserGroup objects
BaseUser::getUsername ( )

Get the [username] column value.

Returns
string
BaseUser::getUserRelatedByCreatedBy ( PropelPDO  $con = null)

Get the associated User object

Parameters
PropelPDO$conOptional Connection object.
Returns
User The associated User object.
Exceptions
PropelException
BaseUser::getUserRelatedByUpdatedBy ( PropelPDO  $con = null)

Get the associated User object

Parameters
PropelPDO$conOptional Connection object.
Returns
User The associated User object.
Exceptions
PropelException
BaseUser::getUserRolesRelatedByCreatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of UserRole objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|UserRole[] List of UserRole objects
Exceptions
PropelException
BaseUser::getUserRolesRelatedByCreatedByJoinRole (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related UserRolesRelatedByCreatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|UserRole[] List of UserRole objects
BaseUser::getUserRolesRelatedByUpdatedBy (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of UserRole objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|UserRole[] List of UserRole objects
Exceptions
PropelException
BaseUser::getUserRolesRelatedByUpdatedByJoinRole (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related UserRolesRelatedByUpdatedBy from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|UserRole[] List of UserRole objects
BaseUser::getUserRolesRelatedByUserId (   $criteria = null,
PropelPDO  $con = null 
)

Gets an array of UserRole objects which contain a foreign key that references this object.

If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this User is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
Returns
PropelObjectCollection|UserRole[] List of UserRole objects
Exceptions
PropelException
BaseUser::getUserRolesRelatedByUserIdJoinRole (   $criteria = null,
  $con = null,
  $join_behavior = Criteria::LEFT_JOIN 
)

If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this User is new, it will return an empty collection; or if this User has previously been saved, it will retrieve related UserRolesRelatedByUserId from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in User.

Parameters
Criteria$criteriaoptional Criteria object to narrow the query
PropelPDO$conoptional connection object
string$join_behavioroptional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
PropelObjectCollection|UserRole[] List of UserRole objects
BaseUser::getValidationFailures ( )

Gets any ValidationFailed objects that resulted from last call to validate().

Returns
array ValidationFailed[]
See also
validate()
BaseUser::hasOnlyDefaultValues ( )

Indicates whether the columns in this object are only set to default values.

This method can be used in conjunction with isModified() to indicate whether an object is both modified and has some values set which are non-default.

Returns
boolean Whether the columns in this object are only been set with default values.
BaseUser::hydrate (   $row,
  $startcol = 0,
  $rehydrate = false 
)

Hydrates (populates) the object variables with values from the database resultset.

An offset (0-based "start column") is specified so that objects can be hydrated with a subset of the columns in the resultset rows. This is needed, for example, for results of JOIN queries where the resultset row includes columns from two or more tables.

Parameters
array$rowThe row returned by PDOStatement->fetch(PDO::FETCH_NUM)
int$startcol0-based offset column which indicates which resultset column to start with.
boolean$rehydrateWhether this object is being re-hydrated from the database.
Returns
int next starting column
Exceptions
PropelException- Any caught Exception will be rewrapped as a PropelException.
BaseUser::initContentObjectsRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collContentObjectsRelatedByCreatedBy collection.

By default this just sets the collContentObjectsRelatedByCreatedBy collection to an empty array (like clearcollContentObjectsRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initContentObjectsRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collContentObjectsRelatedByUpdatedBy collection.

By default this just sets the collContentObjectsRelatedByUpdatedBy collection to an empty array (like clearcollContentObjectsRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initDocumentCategorysRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collDocumentCategorysRelatedByCreatedBy collection.

By default this just sets the collDocumentCategorysRelatedByCreatedBy collection to an empty array (like clearcollDocumentCategorysRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initDocumentCategorysRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collDocumentCategorysRelatedByUpdatedBy collection.

By default this just sets the collDocumentCategorysRelatedByUpdatedBy collection to an empty array (like clearcollDocumentCategorysRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initDocumentDatasRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collDocumentDatasRelatedByCreatedBy collection.

By default this just sets the collDocumentDatasRelatedByCreatedBy collection to an empty array (like clearcollDocumentDatasRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initDocumentDatasRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collDocumentDatasRelatedByUpdatedBy collection.

By default this just sets the collDocumentDatasRelatedByUpdatedBy collection to an empty array (like clearcollDocumentDatasRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initDocumentsRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collDocumentsRelatedByCreatedBy collection.

By default this just sets the collDocumentsRelatedByCreatedBy collection to an empty array (like clearcollDocumentsRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initDocumentsRelatedByOwnerId (   $overrideExisting = true)

Initializes the collDocumentsRelatedByOwnerId collection.

By default this just sets the collDocumentsRelatedByOwnerId collection to an empty array (like clearcollDocumentsRelatedByOwnerId()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initDocumentsRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collDocumentsRelatedByUpdatedBy collection.

By default this just sets the collDocumentsRelatedByUpdatedBy collection to an empty array (like clearcollDocumentsRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initDocumentTypesRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collDocumentTypesRelatedByCreatedBy collection.

By default this just sets the collDocumentTypesRelatedByCreatedBy collection to an empty array (like clearcollDocumentTypesRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initDocumentTypesRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collDocumentTypesRelatedByUpdatedBy collection.

By default this just sets the collDocumentTypesRelatedByUpdatedBy collection to an empty array (like clearcollDocumentTypesRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initGroupRolesRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collGroupRolesRelatedByCreatedBy collection.

By default this just sets the collGroupRolesRelatedByCreatedBy collection to an empty array (like clearcollGroupRolesRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initGroupRolesRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collGroupRolesRelatedByUpdatedBy collection.

By default this just sets the collGroupRolesRelatedByUpdatedBy collection to an empty array (like clearcollGroupRolesRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initGroupsRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collGroupsRelatedByCreatedBy collection.

By default this just sets the collGroupsRelatedByCreatedBy collection to an empty array (like clearcollGroupsRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initGroupsRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collGroupsRelatedByUpdatedBy collection.

By default this just sets the collGroupsRelatedByUpdatedBy collection to an empty array (like clearcollGroupsRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLanguageObjectHistorysRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collLanguageObjectHistorysRelatedByCreatedBy collection.

By default this just sets the collLanguageObjectHistorysRelatedByCreatedBy collection to an empty array (like clearcollLanguageObjectHistorysRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLanguageObjectHistorysRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collLanguageObjectHistorysRelatedByUpdatedBy collection.

By default this just sets the collLanguageObjectHistorysRelatedByUpdatedBy collection to an empty array (like clearcollLanguageObjectHistorysRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLanguageObjectsRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collLanguageObjectsRelatedByCreatedBy collection.

By default this just sets the collLanguageObjectsRelatedByCreatedBy collection to an empty array (like clearcollLanguageObjectsRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLanguageObjectsRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collLanguageObjectsRelatedByUpdatedBy collection.

By default this just sets the collLanguageObjectsRelatedByUpdatedBy collection to an empty array (like clearcollLanguageObjectsRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLanguagesRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collLanguagesRelatedByCreatedBy collection.

By default this just sets the collLanguagesRelatedByCreatedBy collection to an empty array (like clearcollLanguagesRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLanguagesRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collLanguagesRelatedByUpdatedBy collection.

By default this just sets the collLanguagesRelatedByUpdatedBy collection to an empty array (like clearcollLanguagesRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLinkCategorysRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collLinkCategorysRelatedByCreatedBy collection.

By default this just sets the collLinkCategorysRelatedByCreatedBy collection to an empty array (like clearcollLinkCategorysRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLinkCategorysRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collLinkCategorysRelatedByUpdatedBy collection.

By default this just sets the collLinkCategorysRelatedByUpdatedBy collection to an empty array (like clearcollLinkCategorysRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLinksRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collLinksRelatedByCreatedBy collection.

By default this just sets the collLinksRelatedByCreatedBy collection to an empty array (like clearcollLinksRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLinksRelatedByOwnerId (   $overrideExisting = true)

Initializes the collLinksRelatedByOwnerId collection.

By default this just sets the collLinksRelatedByOwnerId collection to an empty array (like clearcollLinksRelatedByOwnerId()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initLinksRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collLinksRelatedByUpdatedBy collection.

By default this just sets the collLinksRelatedByUpdatedBy collection to an empty array (like clearcollLinksRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initPagePropertysRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collPagePropertysRelatedByCreatedBy collection.

By default this just sets the collPagePropertysRelatedByCreatedBy collection to an empty array (like clearcollPagePropertysRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initPagePropertysRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collPagePropertysRelatedByUpdatedBy collection.

By default this just sets the collPagePropertysRelatedByUpdatedBy collection to an empty array (like clearcollPagePropertysRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initPagesRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collPagesRelatedByCreatedBy collection.

By default this just sets the collPagesRelatedByCreatedBy collection to an empty array (like clearcollPagesRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initPagesRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collPagesRelatedByUpdatedBy collection.

By default this just sets the collPagesRelatedByUpdatedBy collection to an empty array (like clearcollPagesRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initPageStringsRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collPageStringsRelatedByCreatedBy collection.

By default this just sets the collPageStringsRelatedByCreatedBy collection to an empty array (like clearcollPageStringsRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initPageStringsRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collPageStringsRelatedByUpdatedBy collection.

By default this just sets the collPageStringsRelatedByUpdatedBy collection to an empty array (like clearcollPageStringsRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initReferencesRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collReferencesRelatedByCreatedBy collection.

By default this just sets the collReferencesRelatedByCreatedBy collection to an empty array (like clearcollReferencesRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initReferencesRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collReferencesRelatedByUpdatedBy collection.

By default this just sets the collReferencesRelatedByUpdatedBy collection to an empty array (like clearcollReferencesRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initRelation (   $relationName)

Initializes a collection based on the name of a relation. Avoids crafting an 'init[$relationName]s' method name that wouldn't work when StandardEnglishPluralizer is used.

Parameters
string$relationNameThe name of the relation to initialize
Returns
void
BaseUser::initRightsRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collRightsRelatedByCreatedBy collection.

By default this just sets the collRightsRelatedByCreatedBy collection to an empty array (like clearcollRightsRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initRightsRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collRightsRelatedByUpdatedBy collection.

By default this just sets the collRightsRelatedByUpdatedBy collection to an empty array (like clearcollRightsRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initRolesRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collRolesRelatedByCreatedBy collection.

By default this just sets the collRolesRelatedByCreatedBy collection to an empty array (like clearcollRolesRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initRolesRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collRolesRelatedByUpdatedBy collection.

By default this just sets the collRolesRelatedByUpdatedBy collection to an empty array (like clearcollRolesRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initTagInstancesRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collTagInstancesRelatedByCreatedBy collection.

By default this just sets the collTagInstancesRelatedByCreatedBy collection to an empty array (like clearcollTagInstancesRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initTagInstancesRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collTagInstancesRelatedByUpdatedBy collection.

By default this just sets the collTagInstancesRelatedByUpdatedBy collection to an empty array (like clearcollTagInstancesRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initTagsRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collTagsRelatedByCreatedBy collection.

By default this just sets the collTagsRelatedByCreatedBy collection to an empty array (like clearcollTagsRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initTagsRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collTagsRelatedByUpdatedBy collection.

By default this just sets the collTagsRelatedByUpdatedBy collection to an empty array (like clearcollTagsRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initTranslationsRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collTranslationsRelatedByCreatedBy collection.

By default this just sets the collTranslationsRelatedByCreatedBy collection to an empty array (like clearcollTranslationsRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initTranslationsRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collTranslationsRelatedByUpdatedBy collection.

By default this just sets the collTranslationsRelatedByUpdatedBy collection to an empty array (like clearcollTranslationsRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initUserGroupsRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collUserGroupsRelatedByCreatedBy collection.

By default this just sets the collUserGroupsRelatedByCreatedBy collection to an empty array (like clearcollUserGroupsRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initUserGroupsRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collUserGroupsRelatedByUpdatedBy collection.

By default this just sets the collUserGroupsRelatedByUpdatedBy collection to an empty array (like clearcollUserGroupsRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initUserGroupsRelatedByUserId (   $overrideExisting = true)

Initializes the collUserGroupsRelatedByUserId collection.

By default this just sets the collUserGroupsRelatedByUserId collection to an empty array (like clearcollUserGroupsRelatedByUserId()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initUserRolesRelatedByCreatedBy (   $overrideExisting = true)

Initializes the collUserRolesRelatedByCreatedBy collection.

By default this just sets the collUserRolesRelatedByCreatedBy collection to an empty array (like clearcollUserRolesRelatedByCreatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initUserRolesRelatedByUpdatedBy (   $overrideExisting = true)

Initializes the collUserRolesRelatedByUpdatedBy collection.

By default this just sets the collUserRolesRelatedByUpdatedBy collection to an empty array (like clearcollUserRolesRelatedByUpdatedBy()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::initUserRolesRelatedByUserId (   $overrideExisting = true)

Initializes the collUserRolesRelatedByUserId collection.

By default this just sets the collUserRolesRelatedByUserId collection to an empty array (like clearcollUserRolesRelatedByUserId()); however, you may wish to override this method in your stub class to provide setting appropriate to your application – for example, setting the initial array to the values stored in database.

Parameters
boolean$overrideExistingIf set to true, the method call initializes the collection even if it is not empty
Returns
void
BaseUser::isAlreadyInSave ( )

return true is the object is in saving state

Returns
boolean
BaseUser::isPrimaryKeyNull ( )

Returns true if the primary key for this object is null.

Returns
boolean
BaseUser::keepUpdateDateUnchanged ( )

Mark the current object so that the update date doesn't get updated during next save

Returns
User The current object (for fluent API support)
BaseUser::keepUpdateUserUnchanged ( )

Mark the current object so that the updated user doesn't get updated during next save

Returns
User The current object (for fluent API support)
BaseUser::reload (   $deep = false,
PropelPDO  $con = null 
)

Reloads this object from datastore based on primary key and (optionally) resets all associated objects.

This will only work if the object has been saved and has a valid primary key set.

Parameters
boolean$deep(optional) Whether to also de-associated any related objects.
PropelPDO$con(optional) The PropelPDO connection to use.
Returns
void
Exceptions
PropelException- if this object is deleted, unsaved or doesn't have pk match in db
BaseUser::removeAllTags ( )

Remove all tags from the current User

static BaseUser::removeAllTagsFrom (   $sUserId)
static

Remove all tags from the User given by the id

BaseUser::removeContentObjectRelatedByCreatedBy (   $contentObjectRelatedByCreatedBy)
Parameters
ContentObjectRelatedByCreatedBy$contentObjectRelatedByCreatedByThe contentObjectRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeContentObjectRelatedByUpdatedBy (   $contentObjectRelatedByUpdatedBy)
Parameters
ContentObjectRelatedByUpdatedBy$contentObjectRelatedByUpdatedByThe contentObjectRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeDocumentCategoryRelatedByCreatedBy (   $documentCategoryRelatedByCreatedBy)
Parameters
DocumentCategoryRelatedByCreatedBy$documentCategoryRelatedByCreatedByThe documentCategoryRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeDocumentCategoryRelatedByUpdatedBy (   $documentCategoryRelatedByUpdatedBy)
Parameters
DocumentCategoryRelatedByUpdatedBy$documentCategoryRelatedByUpdatedByThe documentCategoryRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeDocumentDataRelatedByCreatedBy (   $documentDataRelatedByCreatedBy)
Parameters
DocumentDataRelatedByCreatedBy$documentDataRelatedByCreatedByThe documentDataRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeDocumentDataRelatedByUpdatedBy (   $documentDataRelatedByUpdatedBy)
Parameters
DocumentDataRelatedByUpdatedBy$documentDataRelatedByUpdatedByThe documentDataRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeDocumentRelatedByCreatedBy (   $documentRelatedByCreatedBy)
Parameters
DocumentRelatedByCreatedBy$documentRelatedByCreatedByThe documentRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeDocumentRelatedByOwnerId (   $documentRelatedByOwnerId)
Parameters
DocumentRelatedByOwnerId$documentRelatedByOwnerIdThe documentRelatedByOwnerId object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeDocumentRelatedByUpdatedBy (   $documentRelatedByUpdatedBy)
Parameters
DocumentRelatedByUpdatedBy$documentRelatedByUpdatedByThe documentRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeDocumentTypeRelatedByCreatedBy (   $documentTypeRelatedByCreatedBy)
Parameters
DocumentTypeRelatedByCreatedBy$documentTypeRelatedByCreatedByThe documentTypeRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeDocumentTypeRelatedByUpdatedBy (   $documentTypeRelatedByUpdatedBy)
Parameters
DocumentTypeRelatedByUpdatedBy$documentTypeRelatedByUpdatedByThe documentTypeRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeGroupRelatedByCreatedBy (   $groupRelatedByCreatedBy)
Parameters
GroupRelatedByCreatedBy$groupRelatedByCreatedByThe groupRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeGroupRelatedByUpdatedBy (   $groupRelatedByUpdatedBy)
Parameters
GroupRelatedByUpdatedBy$groupRelatedByUpdatedByThe groupRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeGroupRoleRelatedByCreatedBy (   $groupRoleRelatedByCreatedBy)
Parameters
GroupRoleRelatedByCreatedBy$groupRoleRelatedByCreatedByThe groupRoleRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeGroupRoleRelatedByUpdatedBy (   $groupRoleRelatedByUpdatedBy)
Parameters
GroupRoleRelatedByUpdatedBy$groupRoleRelatedByUpdatedByThe groupRoleRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLanguageObjectHistoryRelatedByCreatedBy (   $languageObjectHistoryRelatedByCreatedBy)
Parameters
LanguageObjectHistoryRelatedByCreatedBy$languageObjectHistoryRelatedByCreatedByThe languageObjectHistoryRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLanguageObjectHistoryRelatedByUpdatedBy (   $languageObjectHistoryRelatedByUpdatedBy)
Parameters
LanguageObjectHistoryRelatedByUpdatedBy$languageObjectHistoryRelatedByUpdatedByThe languageObjectHistoryRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLanguageObjectRelatedByCreatedBy (   $languageObjectRelatedByCreatedBy)
Parameters
LanguageObjectRelatedByCreatedBy$languageObjectRelatedByCreatedByThe languageObjectRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLanguageObjectRelatedByUpdatedBy (   $languageObjectRelatedByUpdatedBy)
Parameters
LanguageObjectRelatedByUpdatedBy$languageObjectRelatedByUpdatedByThe languageObjectRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLanguageRelatedByCreatedBy (   $languageRelatedByCreatedBy)
Parameters
LanguageRelatedByCreatedBy$languageRelatedByCreatedByThe languageRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLanguageRelatedByUpdatedBy (   $languageRelatedByUpdatedBy)
Parameters
LanguageRelatedByUpdatedBy$languageRelatedByUpdatedByThe languageRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLinkCategoryRelatedByCreatedBy (   $linkCategoryRelatedByCreatedBy)
Parameters
LinkCategoryRelatedByCreatedBy$linkCategoryRelatedByCreatedByThe linkCategoryRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLinkCategoryRelatedByUpdatedBy (   $linkCategoryRelatedByUpdatedBy)
Parameters
LinkCategoryRelatedByUpdatedBy$linkCategoryRelatedByUpdatedByThe linkCategoryRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLinkRelatedByCreatedBy (   $linkRelatedByCreatedBy)
Parameters
LinkRelatedByCreatedBy$linkRelatedByCreatedByThe linkRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLinkRelatedByOwnerId (   $linkRelatedByOwnerId)
Parameters
LinkRelatedByOwnerId$linkRelatedByOwnerIdThe linkRelatedByOwnerId object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeLinkRelatedByUpdatedBy (   $linkRelatedByUpdatedBy)
Parameters
LinkRelatedByUpdatedBy$linkRelatedByUpdatedByThe linkRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removePagePropertyRelatedByCreatedBy (   $pagePropertyRelatedByCreatedBy)
Parameters
PagePropertyRelatedByCreatedBy$pagePropertyRelatedByCreatedByThe pagePropertyRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removePagePropertyRelatedByUpdatedBy (   $pagePropertyRelatedByUpdatedBy)
Parameters
PagePropertyRelatedByUpdatedBy$pagePropertyRelatedByUpdatedByThe pagePropertyRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removePageRelatedByCreatedBy (   $pageRelatedByCreatedBy)
Parameters
PageRelatedByCreatedBy$pageRelatedByCreatedByThe pageRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removePageRelatedByUpdatedBy (   $pageRelatedByUpdatedBy)
Parameters
PageRelatedByUpdatedBy$pageRelatedByUpdatedByThe pageRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removePageStringRelatedByCreatedBy (   $pageStringRelatedByCreatedBy)
Parameters
PageStringRelatedByCreatedBy$pageStringRelatedByCreatedByThe pageStringRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removePageStringRelatedByUpdatedBy (   $pageStringRelatedByUpdatedBy)
Parameters
PageStringRelatedByUpdatedBy$pageStringRelatedByUpdatedByThe pageStringRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeReferenceRelatedByCreatedBy (   $referenceRelatedByCreatedBy)
Parameters
ReferenceRelatedByCreatedBy$referenceRelatedByCreatedByThe referenceRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeReferenceRelatedByUpdatedBy (   $referenceRelatedByUpdatedBy)
Parameters
ReferenceRelatedByUpdatedBy$referenceRelatedByUpdatedByThe referenceRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeRightRelatedByCreatedBy (   $rightRelatedByCreatedBy)
Parameters
RightRelatedByCreatedBy$rightRelatedByCreatedByThe rightRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeRightRelatedByUpdatedBy (   $rightRelatedByUpdatedBy)
Parameters
RightRelatedByUpdatedBy$rightRelatedByUpdatedByThe rightRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeRoleRelatedByCreatedBy (   $roleRelatedByCreatedBy)
Parameters
RoleRelatedByCreatedBy$roleRelatedByCreatedByThe roleRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeRoleRelatedByUpdatedBy (   $roleRelatedByUpdatedBy)
Parameters
RoleRelatedByUpdatedBy$roleRelatedByUpdatedByThe roleRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeTag (   $mTag)

Remove tag from the current User

static BaseUser::removeTagFrom (   $sUserId,
  $mTag 
)
static

Remove tag from the User given by the id

BaseUser::removeTagInstanceRelatedByCreatedBy (   $tagInstanceRelatedByCreatedBy)
Parameters
TagInstanceRelatedByCreatedBy$tagInstanceRelatedByCreatedByThe tagInstanceRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeTagInstanceRelatedByUpdatedBy (   $tagInstanceRelatedByUpdatedBy)
Parameters
TagInstanceRelatedByUpdatedBy$tagInstanceRelatedByUpdatedByThe tagInstanceRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeTagRelatedByCreatedBy (   $tagRelatedByCreatedBy)
Parameters
TagRelatedByCreatedBy$tagRelatedByCreatedByThe tagRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeTagRelatedByUpdatedBy (   $tagRelatedByUpdatedBy)
Parameters
TagRelatedByUpdatedBy$tagRelatedByUpdatedByThe tagRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeTranslationRelatedByCreatedBy (   $translationRelatedByCreatedBy)
Parameters
TranslationRelatedByCreatedBy$translationRelatedByCreatedByThe translationRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeTranslationRelatedByUpdatedBy (   $translationRelatedByUpdatedBy)
Parameters
TranslationRelatedByUpdatedBy$translationRelatedByUpdatedByThe translationRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeUserGroupRelatedByCreatedBy (   $userGroupRelatedByCreatedBy)
Parameters
UserGroupRelatedByCreatedBy$userGroupRelatedByCreatedByThe userGroupRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeUserGroupRelatedByUpdatedBy (   $userGroupRelatedByUpdatedBy)
Parameters
UserGroupRelatedByUpdatedBy$userGroupRelatedByUpdatedByThe userGroupRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeUserGroupRelatedByUserId (   $userGroupRelatedByUserId)
Parameters
UserGroupRelatedByUserId$userGroupRelatedByUserIdThe userGroupRelatedByUserId object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeUserRoleRelatedByCreatedBy (   $userRoleRelatedByCreatedBy)
Parameters
UserRoleRelatedByCreatedBy$userRoleRelatedByCreatedByThe userRoleRelatedByCreatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeUserRoleRelatedByUpdatedBy (   $userRoleRelatedByUpdatedBy)
Parameters
UserRoleRelatedByUpdatedBy$userRoleRelatedByUpdatedByThe userRoleRelatedByUpdatedBy object to remove.
Returns
User The current object (for fluent API support)
BaseUser::removeUserRoleRelatedByUserId (   $userRoleRelatedByUserId)
Parameters
UserRoleRelatedByUserId$userRoleRelatedByUserIdThe userRoleRelatedByUserId object to remove.
Returns
User The current object (for fluent API support)
BaseUser::resetPartialContentObjectsRelatedByCreatedBy (   $v = true)

reset is the collContentObjectsRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialContentObjectsRelatedByUpdatedBy (   $v = true)

reset is the collContentObjectsRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialDocumentCategorysRelatedByCreatedBy (   $v = true)

reset is the collDocumentCategorysRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialDocumentCategorysRelatedByUpdatedBy (   $v = true)

reset is the collDocumentCategorysRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialDocumentDatasRelatedByCreatedBy (   $v = true)

reset is the collDocumentDatasRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialDocumentDatasRelatedByUpdatedBy (   $v = true)

reset is the collDocumentDatasRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialDocumentsRelatedByCreatedBy (   $v = true)

reset is the collDocumentsRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialDocumentsRelatedByOwnerId (   $v = true)

reset is the collDocumentsRelatedByOwnerId collection loaded partially

Returns
void
BaseUser::resetPartialDocumentsRelatedByUpdatedBy (   $v = true)

reset is the collDocumentsRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialDocumentTypesRelatedByCreatedBy (   $v = true)

reset is the collDocumentTypesRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialDocumentTypesRelatedByUpdatedBy (   $v = true)

reset is the collDocumentTypesRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialGroupRolesRelatedByCreatedBy (   $v = true)

reset is the collGroupRolesRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialGroupRolesRelatedByUpdatedBy (   $v = true)

reset is the collGroupRolesRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialGroupsRelatedByCreatedBy (   $v = true)

reset is the collGroupsRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialGroupsRelatedByUpdatedBy (   $v = true)

reset is the collGroupsRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLanguageObjectHistorysRelatedByCreatedBy (   $v = true)

reset is the collLanguageObjectHistorysRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLanguageObjectHistorysRelatedByUpdatedBy (   $v = true)

reset is the collLanguageObjectHistorysRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLanguageObjectsRelatedByCreatedBy (   $v = true)

reset is the collLanguageObjectsRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLanguageObjectsRelatedByUpdatedBy (   $v = true)

reset is the collLanguageObjectsRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLanguagesRelatedByCreatedBy (   $v = true)

reset is the collLanguagesRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLanguagesRelatedByUpdatedBy (   $v = true)

reset is the collLanguagesRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLinkCategorysRelatedByCreatedBy (   $v = true)

reset is the collLinkCategorysRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLinkCategorysRelatedByUpdatedBy (   $v = true)

reset is the collLinkCategorysRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLinksRelatedByCreatedBy (   $v = true)

reset is the collLinksRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialLinksRelatedByOwnerId (   $v = true)

reset is the collLinksRelatedByOwnerId collection loaded partially

Returns
void
BaseUser::resetPartialLinksRelatedByUpdatedBy (   $v = true)

reset is the collLinksRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialPagePropertysRelatedByCreatedBy (   $v = true)

reset is the collPagePropertysRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialPagePropertysRelatedByUpdatedBy (   $v = true)

reset is the collPagePropertysRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialPagesRelatedByCreatedBy (   $v = true)

reset is the collPagesRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialPagesRelatedByUpdatedBy (   $v = true)

reset is the collPagesRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialPageStringsRelatedByCreatedBy (   $v = true)

reset is the collPageStringsRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialPageStringsRelatedByUpdatedBy (   $v = true)

reset is the collPageStringsRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialReferencesRelatedByCreatedBy (   $v = true)

reset is the collReferencesRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialReferencesRelatedByUpdatedBy (   $v = true)

reset is the collReferencesRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialRightsRelatedByCreatedBy (   $v = true)

reset is the collRightsRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialRightsRelatedByUpdatedBy (   $v = true)

reset is the collRightsRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialRolesRelatedByCreatedBy (   $v = true)

reset is the collRolesRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialRolesRelatedByUpdatedBy (   $v = true)

reset is the collRolesRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialTagInstancesRelatedByCreatedBy (   $v = true)

reset is the collTagInstancesRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialTagInstancesRelatedByUpdatedBy (   $v = true)

reset is the collTagInstancesRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialTagsRelatedByCreatedBy (   $v = true)

reset is the collTagsRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialTagsRelatedByUpdatedBy (   $v = true)

reset is the collTagsRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialTranslationsRelatedByCreatedBy (   $v = true)

reset is the collTranslationsRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialTranslationsRelatedByUpdatedBy (   $v = true)

reset is the collTranslationsRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialUserGroupsRelatedByCreatedBy (   $v = true)

reset is the collUserGroupsRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialUserGroupsRelatedByUpdatedBy (   $v = true)

reset is the collUserGroupsRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialUserGroupsRelatedByUserId (   $v = true)

reset is the collUserGroupsRelatedByUserId collection loaded partially

Returns
void
BaseUser::resetPartialUserRolesRelatedByCreatedBy (   $v = true)

reset is the collUserRolesRelatedByCreatedBy collection loaded partially

Returns
void
BaseUser::resetPartialUserRolesRelatedByUpdatedBy (   $v = true)

reset is the collUserRolesRelatedByUpdatedBy collection loaded partially

Returns
void
BaseUser::resetPartialUserRolesRelatedByUserId (   $v = true)

reset is the collUserRolesRelatedByUserId collection loaded partially

Returns
void
BaseUser::save ( PropelPDO  $con = null)

Persists this object to the database.

If the object is new, it inserts it; otherwise an update is performed. All modified related objects will also be persisted in the doSave() method. This method wraps all precipitate database operations in a single transaction.

Parameters
PropelPDO$con
Returns
int The number of rows affected by this insert/update and any referring fk objects' save() operations.
Exceptions
PropelException
Exception
See also
doSave()
BaseUser::setBackendSettings (   $v)

Set the value of [backend_settings] column.

Parameters
resource$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setByName (   $name,
  $value,
  $type = BasePeer::TYPE_PHPNAME 
)

Sets a field from the object by name passed in as a string.

Parameters
string$namepeer name
mixed$valuefield value
string$typeThe type of fieldname the $name is of: one of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. Defaults to BasePeer::TYPE_PHPNAME
Returns
void
BaseUser::setByPosition (   $pos,
  $value 
)

Sets a field from the object by Position as specified in the xml schema. Zero-based.

Parameters
int$posposition in xml schema
mixed$valuefield value
Returns
void
BaseUser::setContentObjectsRelatedByCreatedBy ( PropelCollection  $contentObjectsRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of ContentObjectRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$contentObjectsRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setContentObjectsRelatedByUpdatedBy ( PropelCollection  $contentObjectsRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of ContentObjectRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$contentObjectsRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setCreatedAt (   $v)

Sets the value of [created_at] column to a normalized version of the date/time value specified.

Parameters
mixed$vstring, integer (timestamp), or DateTime value. Empty strings are treated as null.
Returns
User The current object (for fluent API support)
BaseUser::setCreatedBy (   $v)

Set the value of [created_by] column.

Parameters
int$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setDigestHA1 (   $v)

Set the value of [digest_ha1] column.

Parameters
string$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setDocumentCategorysRelatedByCreatedBy ( PropelCollection  $documentCategorysRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of DocumentCategoryRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$documentCategorysRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setDocumentCategorysRelatedByUpdatedBy ( PropelCollection  $documentCategorysRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of DocumentCategoryRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$documentCategorysRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setDocumentDatasRelatedByCreatedBy ( PropelCollection  $documentDatasRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of DocumentDataRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$documentDatasRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setDocumentDatasRelatedByUpdatedBy ( PropelCollection  $documentDatasRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of DocumentDataRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$documentDatasRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setDocumentsRelatedByCreatedBy ( PropelCollection  $documentsRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of DocumentRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$documentsRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setDocumentsRelatedByOwnerId ( PropelCollection  $documentsRelatedByOwnerId,
PropelPDO  $con = null 
)

Sets a collection of DocumentRelatedByOwnerId objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$documentsRelatedByOwnerIdA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setDocumentsRelatedByUpdatedBy ( PropelCollection  $documentsRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of DocumentRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$documentsRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setDocumentTypesRelatedByCreatedBy ( PropelCollection  $documentTypesRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of DocumentTypeRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$documentTypesRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setDocumentTypesRelatedByUpdatedBy ( PropelCollection  $documentTypesRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of DocumentTypeRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$documentTypesRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setEmail (   $v)

Set the value of [email] column.

Parameters
string$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setFirstName (   $v)

Set the value of [first_name] column.

Parameters
string$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setGroupRolesRelatedByCreatedBy ( PropelCollection  $groupRolesRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of GroupRoleRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$groupRolesRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setGroupRolesRelatedByUpdatedBy ( PropelCollection  $groupRolesRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of GroupRoleRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$groupRolesRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setGroupsRelatedByCreatedBy ( PropelCollection  $groupsRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of GroupRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$groupsRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setGroupsRelatedByUpdatedBy ( PropelCollection  $groupsRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of GroupRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$groupsRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setId (   $v)

Set the value of [id] column.

Parameters
int$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setIsAdmin (   $v)

Sets the value of the [is_admin] column. Non-boolean arguments are converted using the following rules:

  • 1, '1', 'true', 'on', and 'yes' are converted to boolean true
  • 0, '0', 'false', 'off', and 'no' are converted to boolean false Check on string values is case insensitive (so 'FaLsE' is seen as 'false').
Parameters
boolean | integer | string$vThe new value
Returns
User The current object (for fluent API support)
BaseUser::setIsAdminLoginEnabled (   $v)

Sets the value of the [is_admin_login_enabled] column. Non-boolean arguments are converted using the following rules:

  • 1, '1', 'true', 'on', and 'yes' are converted to boolean true
  • 0, '0', 'false', 'off', and 'no' are converted to boolean false Check on string values is case insensitive (so 'FaLsE' is seen as 'false').
Parameters
boolean | integer | string$vThe new value
Returns
User The current object (for fluent API support)
BaseUser::setIsBackendLoginEnabled (   $v)

Sets the value of the [is_backend_login_enabled] column. Non-boolean arguments are converted using the following rules:

  • 1, '1', 'true', 'on', and 'yes' are converted to boolean true
  • 0, '0', 'false', 'off', and 'no' are converted to boolean false Check on string values is case insensitive (so 'FaLsE' is seen as 'false').
Parameters
boolean | integer | string$vThe new value
Returns
User The current object (for fluent API support)
BaseUser::setIsInactive (   $v)

Sets the value of the [is_inactive] column. Non-boolean arguments are converted using the following rules:

  • 1, '1', 'true', 'on', and 'yes' are converted to boolean true
  • 0, '0', 'false', 'off', and 'no' are converted to boolean false Check on string values is case insensitive (so 'FaLsE' is seen as 'false').
Parameters
boolean | integer | string$vThe new value
Returns
User The current object (for fluent API support)
BaseUser::setLanguageId (   $v)

Set the value of [language_id] column.

Parameters
string$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setLanguageObjectHistorysRelatedByCreatedBy ( PropelCollection  $languageObjectHistorysRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of LanguageObjectHistoryRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$languageObjectHistorysRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLanguageObjectHistorysRelatedByUpdatedBy ( PropelCollection  $languageObjectHistorysRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of LanguageObjectHistoryRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$languageObjectHistorysRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLanguageObjectsRelatedByCreatedBy ( PropelCollection  $languageObjectsRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of LanguageObjectRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$languageObjectsRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLanguageObjectsRelatedByUpdatedBy ( PropelCollection  $languageObjectsRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of LanguageObjectRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$languageObjectsRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLanguageRelatedByLanguageId ( Language  $v = null)

Declares an association between this object and a Language object.

Parameters
Language$v
Returns
User The current object (for fluent API support)
Exceptions
PropelException
BaseUser::setLanguagesRelatedByCreatedBy ( PropelCollection  $languagesRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of LanguageRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$languagesRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLanguagesRelatedByUpdatedBy ( PropelCollection  $languagesRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of LanguageRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$languagesRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLastName (   $v)

Set the value of [last_name] column.

Parameters
string$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setLinkCategorysRelatedByCreatedBy ( PropelCollection  $linkCategorysRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of LinkCategoryRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$linkCategorysRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLinkCategorysRelatedByUpdatedBy ( PropelCollection  $linkCategorysRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of LinkCategoryRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$linkCategorysRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLinksRelatedByCreatedBy ( PropelCollection  $linksRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of LinkRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$linksRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLinksRelatedByOwnerId ( PropelCollection  $linksRelatedByOwnerId,
PropelPDO  $con = null 
)

Sets a collection of LinkRelatedByOwnerId objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$linksRelatedByOwnerIdA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setLinksRelatedByUpdatedBy ( PropelCollection  $linksRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of LinkRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$linksRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setPagePropertysRelatedByCreatedBy ( PropelCollection  $pagePropertysRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of PagePropertyRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$pagePropertysRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setPagePropertysRelatedByUpdatedBy ( PropelCollection  $pagePropertysRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of PagePropertyRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$pagePropertysRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setPagesRelatedByCreatedBy ( PropelCollection  $pagesRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of PageRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$pagesRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setPagesRelatedByUpdatedBy ( PropelCollection  $pagesRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of PageRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$pagesRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setPageStringsRelatedByCreatedBy ( PropelCollection  $pageStringsRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of PageStringRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$pageStringsRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setPageStringsRelatedByUpdatedBy ( PropelCollection  $pageStringsRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of PageStringRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$pageStringsRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setPassword (   $v)

Set the value of [password] column.

Parameters
string$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setPasswordRecoverHint (   $v)

Set the value of [password_recover_hint] column.

Parameters
string$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setPrimaryKey (   $key)

Generic method to set the primary key (id column).

Parameters
int$keyPrimary key.
Returns
void
BaseUser::setReferencesRelatedByCreatedBy ( PropelCollection  $referencesRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of ReferenceRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$referencesRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setReferencesRelatedByUpdatedBy ( PropelCollection  $referencesRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of ReferenceRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$referencesRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setRightsRelatedByCreatedBy ( PropelCollection  $rightsRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of RightRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$rightsRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setRightsRelatedByUpdatedBy ( PropelCollection  $rightsRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of RightRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$rightsRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setRolesRelatedByCreatedBy ( PropelCollection  $rolesRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of RoleRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$rolesRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setRolesRelatedByUpdatedBy ( PropelCollection  $rolesRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of RoleRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$rolesRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setTagInstancesRelatedByCreatedBy ( PropelCollection  $tagInstancesRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of TagInstanceRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$tagInstancesRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setTagInstancesRelatedByUpdatedBy ( PropelCollection  $tagInstancesRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of TagInstanceRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$tagInstancesRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setTagsRelatedByCreatedBy ( PropelCollection  $tagsRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of TagRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$tagsRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setTagsRelatedByUpdatedBy ( PropelCollection  $tagsRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of TagRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$tagsRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setTimezone (   $v)

Set the value of [timezone] column.

Parameters
string$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setTranslationsRelatedByCreatedBy ( PropelCollection  $translationsRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of TranslationRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$translationsRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setTranslationsRelatedByUpdatedBy ( PropelCollection  $translationsRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of TranslationRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$translationsRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setUpdatedAt (   $v)

Sets the value of [updated_at] column to a normalized version of the date/time value specified.

Parameters
mixed$vstring, integer (timestamp), or DateTime value. Empty strings are treated as null.
Returns
User The current object (for fluent API support)
BaseUser::setUpdatedBy (   $v)

Set the value of [updated_by] column.

Parameters
int$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setUserGroupsRelatedByCreatedBy ( PropelCollection  $userGroupsRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of UserGroupRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$userGroupsRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setUserGroupsRelatedByUpdatedBy ( PropelCollection  $userGroupsRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of UserGroupRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$userGroupsRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setUserGroupsRelatedByUserId ( PropelCollection  $userGroupsRelatedByUserId,
PropelPDO  $con = null 
)

Sets a collection of UserGroupRelatedByUserId objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$userGroupsRelatedByUserIdA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setUsername (   $v)

Set the value of [username] column.

Parameters
string$vnew value
Returns
User The current object (for fluent API support)
BaseUser::setUserRolesRelatedByCreatedBy ( PropelCollection  $userRolesRelatedByCreatedBy,
PropelPDO  $con = null 
)

Sets a collection of UserRoleRelatedByCreatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$userRolesRelatedByCreatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setUserRolesRelatedByUpdatedBy ( PropelCollection  $userRolesRelatedByUpdatedBy,
PropelPDO  $con = null 
)

Sets a collection of UserRoleRelatedByUpdatedBy objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$userRolesRelatedByUpdatedByA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::setUserRolesRelatedByUserId ( PropelCollection  $userRolesRelatedByUserId,
PropelPDO  $con = null 
)

Sets a collection of UserRoleRelatedByUserId objects related by a one-to-many relationship to the current object. It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.

Parameters
PropelCollection$userRolesRelatedByUserIdA Propel collection.
PropelPDO$conOptional connection object
Returns
User The current object (for fluent API support)
BaseUser::tags (   $sReturn = 'tag')
Returns
All tags for the current User
static BaseUser::tagsFor (   $sUserId = null,
  $sReturn = 'tag' 
)
static
Returns
All tags for the User given by the id
BaseUser::toArray (   $keyType = BasePeer::TYPE_PHPNAME,
  $includeLazyLoadColumns = true,
  $alreadyDumpedObjects = array(),
  $includeForeignObjects = false 
)

Exports the object as an array.

You can specify the key type of the array by passing one of the class type constants.

Parameters
string$keyType(optional) One of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME, BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. Defaults to BasePeer::TYPE_PHPNAME.
boolean$includeLazyLoadColumns(optional) Whether to include lazy loaded columns. Defaults to true.
array$alreadyDumpedObjectsList of objects to skip to avoid recursion
boolean$includeForeignObjects(optional) Whether to include hydrated related objects. Default to FALSE.
Returns
array an associative array containing the field names (as keys) and field values
BaseUser::validate (   $columns = null)

Validates the objects modified field values and all objects related to this table.

If $columns is either a column name or an array of column names only those columns are validated.

Parameters
mixed$columnsColumn name or an array of column names.
Returns
boolean Whether all columns pass validation.
See also
doValidate()
getValidationFailures()

Member Data Documentation

const BaseUser::PEER = 'UserPeer'

Peer class name


The documentation for this class was generated from the following file: